Skip to content

Commit 81945f5

Browse files
committed
fix(deps): update dependency com.google.guava:guava to v33.5.0-jre
1 parent 7940d6f commit 81945f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ java {
3333
dependencies {
3434
implementation gradleApi()
3535
implementation localGroovy()
36-
implementation 'com.google.guava:guava:33.4.8-jre'
36+
implementation 'com.google.guava:guava:33.5.0-jre'
3737

3838
testImplementation 'org.hamcrest:hamcrest-all:1.3'
3939
testImplementation 'com.netflix.nebula:nebula-test:10.6.2'

0 commit comments

Comments
 (0)