Skip to content

Commit

Permalink
dependabot: bump com.google.guava:failureaccess from 1.0.1 to 1.0.2 (#…
Browse files Browse the repository at this point in the history
…532) (#563)

Bumps com.google.guava:failureaccess from 1.0.1 to 1.0.2.

---
updated-dependencies:
- dependency-name: com.google.guava:failureaccess
  dependency-type: direct:production
  update-type: version-update:semver-patch
...



(cherry picked from commit 23f2261)

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 1, 2024
1 parent cf6e84a commit 62c316c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ configurations {
dependencies {
implementation project(path: ":${rootProject.name}-spi", configuration: 'shadow')
implementation group: 'com.google.guava', name: 'guava', version:'32.1.2-jre'
implementation group: 'com.google.guava', name: 'failureaccess', version:'1.0.1'
implementation group: 'com.google.guava', name: 'failureaccess', version:'1.0.2'
javaRestTestImplementation project.sourceSets.main.runtimeClasspath
//spotless
implementation('com.google.googlejavaformat:google-java-format:1.17.0') {
Expand Down

0 comments on commit 62c316c

Please sign in to comment.