Skip to content

Commit dfb39a5

Browse files
Bump com.google.guava:guava from 33.3.1-jre to 33.4.8-jre (#14)
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.3.1-jre to 33.4.8-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-version: 33.4.8-jre dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ae1d6f commit dfb39a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ allprojects {
2222
testImplementation(platform('org.junit:junit-bom:5.12.2'))
2323
testImplementation('org.junit.jupiter:junit-jupiter')
2424
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
25-
testImplementation('com.google.guava:guava:33.4.6-jre')
25+
testImplementation('com.google.guava:guava:33.4.8-jre')
2626
}
2727

2828
test {
@@ -66,7 +66,7 @@ dependencies {
6666

6767
compileOnly 'com.ezylang:EvalEx:3.4.0'
6868
compileOnly 'com.github.ben-manes.caffeine:caffeine:3.2.0'
69-
compileOnly 'com.google.guava:guava:33.3.1-jre'
69+
compileOnly 'com.google.guava:guava:33.4.8-jre'
7070
}
7171

7272
javadoc {

0 commit comments

Comments
 (0)