Skip to content

Commit b615243

Browse files
authored
Merge pull request #680 from openziti/dependabot/gradle/third-party-eb64af6f15
Bump the third-party group with 28 updates
2 parents 1328e63 + 3cb941c commit b615243

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

gradle/libs.versions.toml

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

1212
# OpenZiti Edge API
@@ -15,20 +15,20 @@ ziti-cli = "1.3.3"
1515

1616
# third party
1717
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"
2323
tls-channel = "0.9.1"
2424
jjwt = "0.12.6"
25-
netty = "4.1.117.Final"
25+
netty = "4.2.0.Final"
2626
lombok = "1.18.36"
2727
springboot = "3.2.5"
28-
jackson = "2.18.2"
28+
jackson = "2.18.3"
2929
jakarta-annotation = "1.3.5"
3030
okhttp3 = "4.12.0"
31-
protobuf = "4.28.2"
31+
protobuf = "4.30.2"
3232
metrics = "4.2.30"
3333
bouncycastle = "1.80"
3434

ziti-springboot-client/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}")

ziti-vertx/build.gradle.kts

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

0 commit comments

Comments
 (0)