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
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]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent b321e4a commit 53a0176
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 53a0176

Please sign in to comment.