Skip to content

Commit 2c1dc70

Browse files
authored
Merge pull request #711 from openziti/dependabot/gradle/third-party-0cb90a4def
Bump the third-party group across 1 directory with 28 updates
2 parents 9610052 + 63dfef0 commit 2c1dc70

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

gradle/libs.versions.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
[versions]
22
# plugings
3-
kotlin = "2.1.20"
3+
kotlin = "2.2.10"
44
dokka = "2.0.0"
55
nexus = "2.0.0"
66
semver-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"
1010
download = "5.6.0"
1111

1212
# OpenZiti Edge API
1313
ziti-api = "0.26.42"
1414
ziti-cli = "1.5.4"
1515

1616
# third party
17-
lazysodium-java = "5.1.4"
17+
lazysodium-java = "5.2.0"
1818
coroutines = "1.10.2"
1919
slf4j = "2.0.17"
20-
jupiter = "5.12.2"
20+
jupiter = "5.13.4"
2121
gson = "2.13.1"
2222
tls-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"
2626
lombok = "1.18.36"
2727
springboot = "3.2.5"
28-
jackson = "2.19.0"
28+
jackson = "2.19.2"
2929
jakarta-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

3535
clikt = "2.8.0"
3636

ziti-springboot-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}")

0 commit comments

Comments
 (0)