Skip to content

Commit fea3ec8

Browse files
authored
Merge pull request #759 from openziti/dependabot/gradle/third-party-6ebc93ca33
Bump the third-party group with 14 updates
2 parents b608d30 + 8fb4bfc commit fea3ec8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

edge-api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353
implementation(libs.jackson.annotations)
5454
implementation(libs.jackson.bind)
5555
implementation(libs.jackson.datatype)
56-
implementation("org.openapitools:jackson-databind-nullable:0.2.8")
56+
implementation("org.openapitools:jackson-databind-nullable:0.2.9")
5757
implementation("jakarta.annotation:jakarta.annotation-api:$jakartaAnnotationVersion")
5858
}
5959

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[versions]
22
# plugings
3-
kotlin = "2.3.0"
3+
kotlin = "2.3.10"
44
dokka = "2.1.0"
55
nexus = "2.0.0"
66
semver-git = "2.3.7"
7-
openapi-gen = "7.19.0"
7+
openapi-gen = "7.20.0"
88
spotless = "8.2.1"
99
shadow-jar = "9.3.1"
10-
download = "5.6.0"
10+
download = "5.7.0"
1111

1212
# OpenZiti Edge API
1313
ziti-api = "0.26.51"
@@ -17,12 +17,12 @@ ziti-cli = "1.6.9"
1717
lazysodium-java = "5.2.0"
1818
coroutines = "1.10.2"
1919
slf4j = "2.0.17"
20-
jupiter = "6.0.2"
20+
jupiter = "6.0.3"
2121
gson = "2.13.2"
2222
tls-channel = "0.10.1"
2323
jjwt = "0.13.0"
24-
netty = "4.2.9.Final"
25-
vertx = "5.0.7"
24+
netty = "4.2.10.Final"
25+
vertx = "5.0.8"
2626
lombok = "1.18.36"
2727
springboot = "3.2.5"
2828
jackson = "2.21.0"

management-api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353
implementation(libs.jackson.annotations)
5454
implementation(libs.jackson.bind)
5555
implementation(libs.jackson.datatype)
56-
implementation("org.openapitools:jackson-databind-nullable:0.2.8")
56+
implementation("org.openapitools:jackson-databind-nullable:0.2.9")
5757
implementation("jakarta.annotation:jakarta.annotation-api:$jakartaAnnotationVersion")
5858
}
5959

0 commit comments

Comments
 (0)