Skip to content

Commit

Permalink
Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre
Browse files Browse the repository at this point in the history
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.3.1-jre to 33.4.0-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-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent ff1d435 commit 88243ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ allprojects {

testImplementation(platform('org.junit:junit-bom:5.11.3'))
testImplementation('org.junit.jupiter:junit-jupiter')
testImplementation('com.google.guava:guava:33.3.1-jre')
testImplementation('com.google.guava:guava:33.4.0-jre')
}

test {
Expand Down Expand Up @@ -62,7 +62,7 @@ dependencies {

compileOnly 'com.ezylang:EvalEx:3.4.0'
compileOnly 'com.github.ben-manes.caffeine:caffeine:3.1.8'
compileOnly 'com.google.guava:guava:33.3.1-jre'
compileOnly 'com.google.guava:guava:33.4.0-jre'
}

javadoc {
Expand Down

0 comments on commit 88243ac

Please sign in to comment.