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 1
1
[versions ]
2
2
# plugings
3
- kotlin = " 2.1.0 "
3
+ kotlin = " 2.1.20 "
4
4
dokka = " 2.0.0"
5
5
nexus = " 2.0.0"
6
6
semver-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 "
10
10
download = " 5.6.0"
11
11
12
12
# OpenZiti Edge API
@@ -15,20 +15,20 @@ ziti-cli = "1.3.3"
15
15
16
16
# third party
17
17
lazysodium-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"
23
23
tls-channel = " 0.9.1"
24
24
jjwt = " 0.12.6"
25
- netty = " 4.1.117 .Final"
25
+ netty = " 4.2.0 .Final"
26
26
lombok = " 1.18.36"
27
27
springboot = " 3.2.5"
28
- jackson = " 2.18.2 "
28
+ jackson = " 2.18.3 "
29
29
jakarta-annotation = " 1.3.5"
30
30
okhttp3 = " 4.12.0"
31
- protobuf = " 4.28 .2"
31
+ protobuf = " 4.30 .2"
32
32
metrics = " 4.2.30"
33
33
bouncycastle = " 1.80"
34
34
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ dependencies {
35
35
implementation(" org.springframework.boot:spring-boot:${springbootVersion} " )
36
36
implementation(" org.springframework.boot:spring-boot-autoconfigure:${springbootVersion} " )
37
37
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 " )
40
40
41
41
compileOnly(" org.projectlombok:lombok:${lombokVersion} " )
42
42
annotationProcessor(" org.projectlombok:lombok:${lombokVersion} " )
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
42
42
implementation(project(" :ziti-netty" ))
43
43
44
44
implementation(libs.kotlin.lib)
45
- implementation(" io.vertx:vertx-core:4.5.12 " )
45
+ implementation(" io.vertx:vertx-core:4.5.14 " )
46
46
47
47
testApi(libs.jupiter.api)
48
48
testImplementation(libs.jupiter.engine)
You can’t perform that action at this time.
0 commit comments