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)

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
...

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 Feb 1, 2024
1 parent 9694ace commit 23f2261
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 23f2261

Please sign in to comment.