Skip to content

Commit 59d9e0f

Browse files
author
Zihlu Wang
authored
Merge pull request #30 from OnixByte/hotfix/disappeared-hints-in-IDEA
1.4.1
2 parents e531ec4 + 1e1b810 commit 59d9e0f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

gradle.properties

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2023 CodeCraftersCN.
2+
# Copyright (C) 2024-2024 OnixByte.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -15,19 +15,18 @@
1515
# limitations under the License.
1616
#
1717

18-
logbackVersion=1.4.13
19-
junitVersion=5.10.1
20-
slf4jVersion=2.0.9
21-
lombokVersion=1.18.30
22-
jacksonVersion=2.16.0
18+
jacksonVersion=2.17.0
2319
javaJwtVersion=4.4.0
2420
jjwtVersion=0.12.5
25-
okhttpVersion=4.12.0
21+
junitVersion=5.10.2
22+
logbackVersion=1.5.4
23+
lombokVersion=1.18.30
24+
slf4jVersion=2.0.9
2625
springVersion=6.1.3
2726
springBootVersion=3.2.3
2827

2928
buildGroupId=com.onixbyte
30-
buildVersion=1.4.0
29+
buildVersion=1.4.1
3130
projectUrl=https://onixbyte.com/JDevKit
3231
projectGithubUrl=https://github.com/OnixByte/JDevKit
3332
licenseName=The Apache License, Version 2.0

simple-jwt-spring-boot-starter/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2023 CodeCraftersCN.
2+
* Copyright (C) 2024-2024 OnixByte.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -43,6 +43,7 @@ dependencies {
4343
implementation("org.springframework.boot:spring-boot-autoconfigure:$springBootVersion")
4444
implementation("org.springframework.boot:spring-boot-starter-logging:$springBootVersion")
4545
implementation("org.springframework.boot:spring-boot-configuration-processor:$springBootVersion")
46+
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor:$springBootVersion")
4647
testImplementation("org.springframework.boot:spring-boot-starter-test:$springBootVersion")
4748
}
4849

0 commit comments

Comments
 (0)