Upgrade slf4j-api to 1.7.36

Patch by mmuzaf; reviewed by brandonwilliams and edimitrova for
CASSANDRA-18882
This commit is contained in:
Maxim Muzafarov 2023-09-25 16:42:22 +02:00 committed by Brandon Williams
parent b58d8f174d
commit a580b79d16
2 changed files with 4 additions and 3 deletions

View File

@ -403,17 +403,17 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<version>1.7.36</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>1.7.25</version>
<version>1.7.36</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>1.7.25</version>
<version>1.7.36</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>

View File

@ -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)