This is an automated email from the ASF dual-hosted git repository.
bernardobotella pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-analytics.git
The following commit(s) were added to refs/heads/trunk by this push:
new 59bd1d71 CASSANALYTICS-103 update Guice to 7.0.0 (#154)
59bd1d71 is described below
commit 59bd1d7106568ee48465782c15b1cc13f29aa377
Author: Štefan Miklošovič <[email protected]>
AuthorDate: Mon Nov 10 19:15:28 2025 +0100
CASSANALYTICS-103 update Guice to 7.0.0 (#154)
Patch by Stefan Miklosovic; reviewed by Francisco Guerrero, Bernardo
Botella for CASSANALYTICS-103
---
cassandra-analytics-integration-framework/build.gradle | 4 ++--
cassandra-analytics-integration-tests/build.gradle | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/cassandra-analytics-integration-framework/build.gradle
b/cassandra-analytics-integration-framework/build.gradle
index 7f603a6a..a88c0da9 100644
--- a/cassandra-analytics-integration-framework/build.gradle
+++ b/cassandra-analytics-integration-framework/build.gradle
@@ -62,9 +62,9 @@ dependencies {
api("org.assertj:assertj-core:${assertjCoreVersion}")
api('com.datastax.cassandra:cassandra-driver-core:3.11.3')
- implementation('com.google.inject:guice:4.2.2')
+ implementation('com.google.inject:guice:7.0.0')
- implementation("com.google.guava:guava:27.0.1-jre")
+ implementation("com.google.guava:guava:31.0.1-jre")
api("io.vertx:vertx-web:${project.vertxVersion}") {
exclude group: 'junit', module: 'junit'
}
diff --git a/cassandra-analytics-integration-tests/build.gradle
b/cassandra-analytics-integration-tests/build.gradle
index 9aac3629..d8d469f6 100644
--- a/cassandra-analytics-integration-tests/build.gradle
+++ b/cassandra-analytics-integration-tests/build.gradle
@@ -77,7 +77,7 @@ dependencies {
}
testImplementation('com.adobe.testing:s3mock-testcontainers:2.17.0') //
3.x version do not support java 11
- testImplementation('com.google.inject:guice:4.2.2')
+ testImplementation('com.google.inject:guice:7.0.0')
testRuntimeOnly 'com.fasterxml.jackson.core:jackson-annotations:2.14.2'
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]