File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 11[versions ]
22# plugings
3- kotlin = " 2.1.20 "
3+ kotlin = " 2.2.10 "
44dokka = " 2.0.0"
55nexus = " 2.0.0"
66semver-git = " 2.3.7"
7- openapi-gen = " 7.13 .0"
8- spotless = " 7.0.3 "
9- shadow-jar = " 8.3.6 "
7+ openapi-gen = " 7.14 .0"
8+ spotless = " 7.2.1 "
9+ shadow-jar = " 9.0.2 "
1010download = " 5.6.0"
1111
1212# OpenZiti Edge API
1313ziti-api = " 0.26.42"
1414ziti-cli = " 1.5.4"
1515
1616# third party
17- lazysodium-java = " 5.1.4 "
17+ lazysodium-java = " 5.2.0 "
1818coroutines = " 1.10.2"
1919slf4j = " 2.0.17"
20- jupiter = " 5.12.2 "
20+ jupiter = " 5.13.4 "
2121gson = " 2.13.1"
2222tls-channel = " 0.9.1"
23- jjwt = " 0.12.6 "
24- netty = " 4.2.1 .Final"
25- vertx = " 5.0.1 "
23+ jjwt = " 0.12.7 "
24+ netty = " 4.2.4 .Final"
25+ vertx = " 5.0.3 "
2626lombok = " 1.18.36"
2727springboot = " 3.2.5"
28- jackson = " 2.19.0 "
28+ jackson = " 2.19.2 "
2929jakarta-annotation = " 1.3.5"
30- okhttp3 = " 4.12 .0"
31- protobuf = " 4.30.2 "
32- metrics = " 4.2.30 "
33- bouncycastle = " 1.80 "
30+ okhttp3 = " 5.1 .0"
31+ protobuf = " 4.32.0 "
32+ metrics = " 4.2.33 "
33+ bouncycastle = " 1.81 "
3434
3535clikt = " 2.8.0"
3636
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies {
3535 implementation(" org.springframework.boot:spring-boot:${springbootVersion} " )
3636 implementation(" org.springframework.boot:spring-boot-autoconfigure:${springbootVersion} " )
3737 implementation(" org.springframework.boot:spring-boot-starter-web:${springbootVersion} " )
38- implementation(" org.apache.httpcomponents.client5:httpclient5:5.4.4 " )
38+ implementation(" org.apache.httpcomponents.client5:httpclient5:5.5 " )
3939 implementation(" commons-beanutils:commons-beanutils:1.11.0" )
4040
4141 compileOnly(" org.projectlombok:lombok:${lombokVersion} " )
You can’t perform that action at this time.
0 commit comments