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 1
1
#
2
- # Copyright (C) 2023 CodeCraftersCN .
2
+ # Copyright (C) 2024-2024 OnixByte .
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
15
15
# limitations under the License.
16
16
#
17
17
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
23
19
javaJwtVersion =4.4.0
24
20
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
26
25
springVersion =6.1.3
27
26
springBootVersion =3.2.3
28
27
29
28
buildGroupId =com.onixbyte
30
- buildVersion =1.4.0
29
+ buildVersion =1.4.1
31
30
projectUrl =https://onixbyte.com/JDevKit
32
31
projectGithubUrl =https://github.com/OnixByte/JDevKit
33
32
licenseName =The Apache License, Version 2.0
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2023 CodeCraftersCN .
2
+ * Copyright (C) 2024-2024 OnixByte .
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -43,6 +43,7 @@ dependencies {
43
43
implementation(" org.springframework.boot:spring-boot-autoconfigure:$springBootVersion " )
44
44
implementation(" org.springframework.boot:spring-boot-starter-logging:$springBootVersion " )
45
45
implementation(" org.springframework.boot:spring-boot-configuration-processor:$springBootVersion " )
46
+ annotationProcessor(" org.springframework.boot:spring-boot-configuration-processor:$springBootVersion " )
46
47
testImplementation(" org.springframework.boot:spring-boot-starter-test:$springBootVersion " )
47
48
}
48
49
You can’t perform that action at this time.
0 commit comments