Skip to content

Commit

Permalink
chore: bump the gradle-minor-updates group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the gradle-minor-updates group with 2 updates: [com.google.guava:guava](https://github.com/google/guava) and [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath).


Updates `com.google.guava:guava` from 33.0.0-jre to 33.1.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `com.jayway.jsonpath:json-path` from 2.7.0 to 2.9.0
- [Release notes](https://github.com/jayway/JsonPath/releases)
- [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md)
- [Commits](json-path/JsonPath@json-path-2.7.0...json-path-2.9.0)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-minor-updates
- dependency-name: com.jayway.jsonpath:json-path
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-minor-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 17, 2024
1 parent 08b9735 commit 6231df8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ cloudshift-kotlin-cdk-wrapper = { module = "io.cloudshiftdev.kotlin-cdk-wrapper:
pearx-kasechange = { module = "net.pearx.kasechange:kasechange", version = "1.4.1" }
kotlinx-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json-jvm", version = "1.6.3" }

google-guava = { module = "com.google.guava:guava", version = "33.0.0-jre" }
google-guava = { module = "com.google.guava:guava", version = "33.1.0-jre" }
seancfoley-ipaddress = { module = "com.github.seancfoley:ipaddress", version = "5.5.0" }
jayway-jsonpath= { module = "com.jayway.jsonpath:json-path", version = "2.7.0" }
jayway-jsonpath= { module = "com.jayway.jsonpath:json-path", version = "2.9.0" }
slf4j-simple = { module = "org.slf4j:slf4j-simple", version = "2.0.5" }

##### Testing libraries
Expand Down

0 comments on commit 6231df8

Please sign in to comment.