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-sidecar.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 61b2cf97 CASSSIDECAR-337: Update logging dependencies
61b2cf97 is described below

commit 61b2cf972f4872ba18d49c6d35a2ac53a08e17c8
Author: Bernardo Botella <[email protected]>
AuthorDate: Thu Aug 28 13:39:00 2025 -0700

    CASSSIDECAR-337: Update logging dependencies
    
    Patch by Bernardo Botella; Reviewed by Francisco Guerrero for 
CASSSIDECAR-337
---
 CHANGES.txt         | 1 +
 gradle.properties   | 3 ++-
 server/build.gradle | 5 ++---
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 2c53b6f9..a363094f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,6 +3,7 @@
 
 0.2.0
 -----
+ * Update logging dependencies (CASSSIDECAR-337)
  * Fix logging regression in Sidecar after CASSSIDECAR-176 (CASSSIDECAR-336)
  * Do not log whole exception when schema is not found (CASSSIDECAR-250)
  * Add comprehensive OpenAPI documentation (CASSSIDECAR-176)
diff --git a/gradle.properties b/gradle.properties
index bed0a249..d23ad9b3 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -22,7 +22,8 @@ vertxVersion=4.5.13
 nettyVersion=4.1.118.Final
 guavaVersion=27.0.1-jre
 guiceVersion=7.0.0
-slf4jVersion=1.7.36
+slf4jVersion=2.0.17
+logbackVersion=1.5.15
 jacksonVersion=2.14.3
 dtestApiVersion=0.0.17
 assertjCoreVersion=3.24.2
diff --git a/server/build.gradle b/server/build.gradle
index 410fa7fd..bb4c144b 100644
--- a/server/build.gradle
+++ b/server/build.gradle
@@ -97,10 +97,9 @@ dependencies {
     implementation("com.google.inject:guice:${guiceVersion}")
     implementation("com.github.ben-manes.caffeine:caffeine:2.9.3")
 
-    // Trying to be exactly compatible with Cassandra's deps
     implementation("org.slf4j:slf4j-api:${project.slf4jVersion}")
-    implementation('ch.qos.logback:logback-core:1.2.3')
-    implementation('ch.qos.logback:logback-classic:1.2.3')
+    implementation("ch.qos.logback:logback-core:${project.logbackVersion}")
+    implementation("ch.qos.logback:logback-classic:${project.logbackVersion}")
 
 
     implementation(group: 'org.apache.commons', name: 'commons-lang3', 
version: '3.13.0')


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to