From 0866a9cf2be3ade3719a3c56bebceea23fa92c6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 13:54:33 +0200 Subject: [PATCH] Bump the minor-and-patch-version-updates group with 3 updates (#181) Bumps the minor-and-patch-version-updates group with 3 updates: [com.google.code.gson:gson](https://github.com/google/gson), [com.google.guava:guava](https://github.com/google/guava) and [org.assertj:assertj-core](https://github.com/assertj/assertj). Updates `com.google.code.gson:gson` from 2.10.1 to 2.11.0 - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.10.1...gson-parent-2.11.0) Updates `com.google.guava:guava` from 33.1.0-jre to 33.2.0-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `org.assertj:assertj-core` from 3.25.3 to 3.26.0 - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.25.3...assertj-build-3.26.0) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-version-updates - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-version-updates - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-version-updates ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index c6e85ef..0568417 100644 --- a/build.gradle +++ b/build.gradle @@ -50,12 +50,12 @@ mavenPublishing { dependencies { implementation 'org.apache.commons:commons-lang3:3.14.0' - implementation 'com.google.code.gson:gson:2.10.1' + implementation 'com.google.code.gson:gson:2.11.0' implementation 'com.konghq:unirest-java:3.14.5' - implementation 'com.google.guava:guava:33.1.0-jre' + implementation 'com.google.guava:guava:33.2.0-jre' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2' - testImplementation 'org.assertj:assertj-core:3.25.3' + testImplementation 'org.assertj:assertj-core:3.26.0' testImplementation 'commons-io:commons-io:2.16.1' testImplementation 'org.awaitility:awaitility:4.2.1' testRuntimeOnly "org.slf4j:slf4j-api:2.0.13"