Skip to content

Commit

Permalink
Bump the minor-and-patch-version-updates group with 3 updates (#181)
Browse files Browse the repository at this point in the history
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](google/gson@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](assertj/assertj@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 29, 2024
1 parent 4f40623 commit 0866a9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0866a9c

Please sign in to comment.