From a580b79d1668ddbe4d462bf6fcac07835a72a9f3 Mon Sep 17 00:00:00 2001 From: Maxim Muzafarov Date: Mon, 25 Sep 2023 16:42:22 +0200 Subject: [PATCH] Upgrade slf4j-api to 1.7.36 Patch by mmuzaf; reviewed by brandonwilliams and edimitrova for CASSANDRA-18882 --- .build/parent-pom-template.xml | 6 +++--- CHANGES.txt | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.build/parent-pom-template.xml b/.build/parent-pom-template.xml index 136cf3a9e9..ecbff798b7 100644 --- a/.build/parent-pom-template.xml +++ b/.build/parent-pom-template.xml @@ -403,17 +403,17 @@ org.slf4j slf4j-api - 1.7.25 + 1.7.36 org.slf4j log4j-over-slf4j - 1.7.25 + 1.7.36 org.slf4j jcl-over-slf4j - 1.7.25 + 1.7.36 ch.qos.logback diff --git a/CHANGES.txt b/CHANGES.txt index 7c9237d78b..aa43ff1b18 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 5.0-alpha2 + * Upgrade slf4j-api to 1.7.36 (CASSANDRA-18882) * Make the output of ON/OFF commands in cqlsh consistent (CASSANDRA-18547) * Do not create sstable files before registering in txn (CASSANDRA-18737) * Do not log stacktrace on mismatched cache and schema version and checksum error in AutoSavingCache (CASSANDRA-18862)