mirror of https://github.com/apache/cassandra
Upgrade slf4j-api to 1.7.36
Patch by mmuzaf; reviewed by brandonwilliams and edimitrova for CASSANDRA-18882
This commit is contained in:
parent
b58d8f174d
commit
a580b79d16
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue