File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed
Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 11[versions ]
22# plugings
3- kotlin = " 2.1.0 "
3+ kotlin = " 2.1.20 "
44dokka = " 2.0.0"
55nexus = " 2.0.0"
66semver-git = " 2.3.7"
7- openapi-gen = " 7.11 .0"
8- spotless = " 7.0.2 "
9- shadow-jar = " 8.3.5 "
7+ openapi-gen = " 7.12 .0"
8+ spotless = " 7.0.3 "
9+ shadow-jar = " 8.3.6 "
1010download = " 5.6.0"
1111
1212# OpenZiti Edge API
@@ -15,20 +15,20 @@ ziti-cli = "1.3.3"
1515
1616# third party
1717lazysodium-java = " 5.1.4"
18- coroutines = " 1.10.1 "
19- serialization = " 1.8.0 "
20- slf4j = " 2.0.16 "
21- jupiter = " 5.11.4 "
22- gson = " 2.11 .0"
18+ coroutines = " 1.10.2 "
19+ serialization = " 1.8.1 "
20+ slf4j = " 2.0.17 "
21+ jupiter = " 5.12.2 "
22+ gson = " 2.13 .0"
2323tls-channel = " 0.9.1"
2424jjwt = " 0.12.6"
25- netty = " 4.1.117 .Final"
25+ netty = " 4.2.0 .Final"
2626lombok = " 1.18.36"
2727springboot = " 3.2.5"
28- jackson = " 2.18.2 "
28+ jackson = " 2.18.3 "
2929jakarta-annotation = " 1.3.5"
3030okhttp3 = " 4.12.0"
31- protobuf = " 4.28 .2"
31+ protobuf = " 4.30 .2"
3232metrics = " 4.2.30"
3333bouncycastle = " 1.80"
3434
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ 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.1 " )
39- implementation(" commons-beanutils:commons-beanutils:1.10.0 " )
38+ implementation(" org.apache.httpcomponents.client5:httpclient5:5.4.3 " )
39+ implementation(" commons-beanutils:commons-beanutils:1.10.1 " )
4040
4141 compileOnly(" org.projectlombok:lombok:${lombokVersion} " )
4242 annotationProcessor(" org.projectlombok:lombok:${lombokVersion} " )
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
4242 implementation(project(" :ziti-netty" ))
4343
4444 implementation(libs.kotlin.lib)
45- implementation(" io.vertx:vertx-core:4.5.12 " )
45+ implementation(" io.vertx:vertx-core:4.5.14 " )
4646
4747 testApi(libs.jupiter.api)
4848 testImplementation(libs.jupiter.engine)
You can’t perform that action at this time.
0 commit comments