File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
simple-jwt-spring-boot-starter Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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.
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
2319javaJwtVersion =4.4.0
2420jjwtVersion =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
2625springVersion =6.1.3
2726springBootVersion =3.2.3
2827
2928buildGroupId =com.onixbyte
30- buildVersion =1.4.0
29+ buildVersion =1.4.1
3130projectUrl =https://onixbyte.com/JDevKit
3231projectGithubUrl =https://github.com/OnixByte/JDevKit
3332licenseName =The Apache License, Version 2.0
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments