Skip to content

Commit f3f753a

Browse files
Bump com.konghq:unirest-modules-gson from 4.4.5 to 4.4.6 (#13024)
Bumps [com.konghq:unirest-modules-gson](https://github.com/Kong/unirest-java) from 4.4.5 to 4.4.6. - [Release notes](https://github.com/Kong/unirest-java/releases) - [Changelog](https://github.com/Kong/unirest-java/blob/main/CHANGELOG.md) - [Commits](Kong/unirest-java@v4.4.5...v4.4.6) --- updated-dependencies: - dependency-name: com.konghq:unirest-modules-gson dependency-version: 4.4.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 337b08b commit f3f753a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jablib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ dependencies {
9999
// region HTTP clients
100100
implementation("org.jsoup:jsoup:1.19.1")
101101
implementation("com.konghq:unirest-java-core:4.4.6")
102-
implementation("com.konghq:unirest-modules-gson:4.4.5")
102+
implementation("com.konghq:unirest-modules-gson:4.4.6")
103103
implementation("org.apache.httpcomponents.client5:httpclient5:5.4.4")
104104
// endregion
105105

jabsrv/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
implementation("org.glassfish.jersey.containers:jersey-container-grizzly2-http:3.1.10")
4242
testImplementation("org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:3.1.10")
4343

44-
implementation("com.konghq:unirest-modules-gson:4.4.5")
44+
implementation("com.konghq:unirest-modules-gson:4.4.6")
4545

4646
implementation("org.glassfish.jersey.inject:jersey-hk2:3.1.10")
4747
implementation("org.glassfish.hk2:hk2-api:3.1.1")

0 commit comments

Comments
 (0)