Skip to content

Commit 3637d19

Browse files
authored
Merge pull request #685 from openziti/dependabot/gradle/third-party-41cb5d31dc
Bump the third-party group with 8 updates
2 parents a5c0256 + 853f4bc commit 3637d19

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kotlin = "2.1.20"
44
dokka = "2.0.0"
55
nexus = "2.0.0"
66
semver-git = "2.3.7"
7-
openapi-gen = "7.12.0"
7+
openapi-gen = "7.13.0"
88
spotless = "7.0.3"
99
shadow-jar = "8.3.6"
1010
download = "5.6.0"
@@ -19,13 +19,13 @@ coroutines = "1.10.2"
1919
serialization = "1.8.1"
2020
slf4j = "2.0.17"
2121
jupiter = "5.12.2"
22-
gson = "2.13.0"
22+
gson = "2.13.1"
2323
tls-channel = "0.9.1"
2424
jjwt = "0.12.6"
2525
netty = "4.2.0.Final"
2626
lombok = "1.18.36"
2727
springboot = "3.2.5"
28-
jackson = "2.18.3"
28+
jackson = "2.19.0"
2929
jakarta-annotation = "1.3.5"
3030
okhttp3 = "4.12.0"
3131
protobuf = "4.30.2"

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.3")
38+
implementation("org.apache.httpcomponents.client5:httpclient5:5.4.4")
3939
implementation("commons-beanutils:commons-beanutils:1.10.1")
4040

4141
compileOnly("org.projectlombok:lombok:${lombokVersion}")

0 commit comments

Comments
 (0)