Skip to content

Commit

Permalink
Merge pull request #30 from OnixByte/hotfix/disappeared-hints-in-IDEA
Browse files Browse the repository at this point in the history
1.4.1
  • Loading branch information
zihluwang authored Jun 3, 2024
2 parents e531ec4 + 1e1b810 commit 59d9e0f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
15 changes: 7 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2023 CodeCraftersCN.
# Copyright (C) 2024-2024 OnixByte.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -15,19 +15,18 @@
# limitations under the License.
#

logbackVersion=1.4.13
junitVersion=5.10.1
slf4jVersion=2.0.9
lombokVersion=1.18.30
jacksonVersion=2.16.0
jacksonVersion=2.17.0
javaJwtVersion=4.4.0
jjwtVersion=0.12.5
okhttpVersion=4.12.0
junitVersion=5.10.2
logbackVersion=1.5.4
lombokVersion=1.18.30
slf4jVersion=2.0.9
springVersion=6.1.3
springBootVersion=3.2.3

buildGroupId=com.onixbyte
buildVersion=1.4.0
buildVersion=1.4.1
projectUrl=https://onixbyte.com/JDevKit
projectGithubUrl=https://github.com/OnixByte/JDevKit
licenseName=The Apache License, Version 2.0
Expand Down
3 changes: 2 additions & 1 deletion simple-jwt-spring-boot-starter/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2023 CodeCraftersCN.
* Copyright (C) 2024-2024 OnixByte.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -43,6 +43,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-autoconfigure:$springBootVersion")
implementation("org.springframework.boot:spring-boot-starter-logging:$springBootVersion")
implementation("org.springframework.boot:spring-boot-configuration-processor:$springBootVersion")
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor:$springBootVersion")
testImplementation("org.springframework.boot:spring-boot-starter-test:$springBootVersion")
}

Expand Down

0 comments on commit 59d9e0f

Please sign in to comment.