Skip to content

Commit 4c37f49

Browse files
Bump the third-party group with 8 updates
Bumps the third-party group with 8 updates: | Package | From | To | | --- | --- | --- | | [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) | `5.5.2` | `5.6` | | [io.vertx:vertx-core](https://github.com/eclipse/vert.x) | `5.0.6` | `5.0.7` | | [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.20.1` | `2.21.0` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.20.1` | `2.21.0` | | com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.20.1` | `2.21.0` | | [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.20.1` | `2.21.0` | | [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.20` | `2.21` | | org.openapi.generator | `7.18.0` | `7.19.0` | Updates `org.apache.httpcomponents.client5:httpclient5` from 5.5.2 to 5.6 - [Changelog](https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt) - [Commits](apache/httpcomponents-client@rel/v5.5.2...rel/v5.6) Updates `io.vertx:vertx-core` from 5.0.6 to 5.0.7 - [Commits](eclipse-vertx/vert.x@5.0.6...5.0.7) Updates `com.fasterxml.jackson.core:jackson-core` from 2.20.1 to 2.21.0 - [Commits](FasterXML/jackson-core@jackson-core-2.20.1...jackson-core-2.21.0) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.20.1 to 2.21.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.20.1 to 2.21.0 Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.20.1 to 2.21.0 - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.20.1...jackson-module-kotlin-2.21.0) Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.20 to 2.21 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.20.1 to 2.21.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.20.1 to 2.21.0 Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.20.1 to 2.21.0 - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.20.1...jackson-module-kotlin-2.21.0) Updates `org.openapi.generator` from 7.18.0 to 7.19.0 --- updated-dependencies: - dependency-name: org.apache.httpcomponents.client5:httpclient5 dependency-version: '5.6' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: third-party - dependency-name: io.vertx:vertx-core dependency-version: 5.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: third-party - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: third-party - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: third-party - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: third-party - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: third-party - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-version: '2.21' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: third-party - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: third-party - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: third-party - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: third-party - dependency-name: org.openapi.generator dependency-version: 7.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: third-party ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1fd5198 commit 4c37f49

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)