Skip to content

Commit 0231819

Browse files
authored
Merge pull request #755 from openziti/dependabot/gradle/third-party-0f24c2aa7e
Bump the third-party group with 8 updates
2 parents 1fd5198 + 4c37f49 commit 0231819

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kotlin = "2.3.0"
44
dokka = "2.1.0"
55
nexus = "2.0.0"
66
semver-git = "2.3.7"
7-
openapi-gen = "7.18.0"
7+
openapi-gen = "7.19.0"
88
spotless = "8.1.0"
99
shadow-jar = "9.3.1"
1010
download = "5.6.0"
@@ -22,11 +22,11 @@ gson = "2.13.2"
2222
tls-channel = "0.10.1"
2323
jjwt = "0.13.0"
2424
netty = "4.2.9.Final"
25-
vertx = "5.0.6"
25+
vertx = "5.0.7"
2626
lombok = "1.18.36"
2727
springboot = "3.2.5"
28-
jackson = "2.20.1"
29-
jksn-annotation = "2.20"
28+
jackson = "2.21.0"
29+
jksn-annotation = "2.21"
3030
jakarta-annotation = "1.3.5"
3131
okhttp3 = "5.3.2"
3232
protobuf = "4.33.4"

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

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

0 commit comments

Comments
 (0)