This is an automated email from the ASF dual-hosted git repository.
jmckenzie-dev pushed a commit to branch
sidecar/dependabot/gradle/com.google.guava-guava-33.5.0-jre
in repository https://gitbox.apache.org/repos/asf/cassandra-ecosystem.git
commit ec7b8248c2d65eff7cfdc6603092c4cf847167c1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 12 00:35:36 2025 +0000
chore(deps): bump com.google.guava:guava from 27.0.1-jre to 33.5.0-jre
Bumps [com.google.guava:guava](https://github.com/google/guava) from
27.0.1-jre to 33.5.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-version: 33.5.0-jre
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
build.gradle | 2 +-
integration-framework/build.gradle | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 2f4d3667..0a7756b9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -28,7 +28,7 @@ buildscript {
dependencies {
// findBugs needs a newer version of Guava in the buildscript.
// otherwise it throws an exception
- classpath "com.google.guava:guava:28.2-jre"
+ classpath "com.google.guava:guava:33.5.0-jre"
}
}
diff --git a/integration-framework/build.gradle
b/integration-framework/build.gradle
index 5edf49ea..15e1f94e 100644
--- a/integration-framework/build.gradle
+++ b/integration-framework/build.gradle
@@ -45,7 +45,7 @@ dependencies {
api('com.datastax.cassandra:cassandra-driver-core:3.11.5')
implementation("com.google.inject:guice:${guiceVersion}")
- implementation("com.google.guava:guava:27.0.1-jre")
+ implementation("com.google.guava:guava:33.5.0-jre")
api("io.vertx:vertx-web:${project.vertxVersion}") {
exclude group: 'junit', module: 'junit'
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]