Skip to content

Commit 3ab4eeb

Browse files
dependabot: bump com.google.guava:failureaccess from 1.0.1 to 1.0.2
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] <support@github.com>
1 parent 72098a3 commit 3ab4eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ configurations {
161161
dependencies {
162162
implementation project(path: ":${rootProject.name}-spi", configuration: 'shadow')
163163
implementation group: 'com.google.guava', name: 'guava', version:'32.1.2-jre'
164-
implementation group: 'com.google.guava', name: 'failureaccess', version:'1.0.1'
164+
implementation group: 'com.google.guava', name: 'failureaccess', version:'1.0.2'
165165
javaRestTestImplementation project.sourceSets.main.runtimeClasspath
166166
//spotless
167167
implementation('com.google.googlejavaformat:google-java-format:1.17.0') {

0 commit comments

Comments
 (0)