Merge branch 'cassandra-4.1' into cassandra-5.0

This commit is contained in:
Stefan Miklosovic 2023-09-27 20:59:42 +02:00
commit 449343138d
No known key found for this signature in database
GPG Key ID: 32F35CB2F546D93E
2 changed files with 2 additions and 1 deletions

View File

@ -291,7 +291,7 @@
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.10.1</version>
<version>1.1.10.4</version>
</dependency>
<dependency>
<groupId>org.lz4</groupId>

View File

@ -16,6 +16,7 @@ Merged from 4.0:
* Enable 3rd party JDK installations for Debian package (CASSANDRA-18844)
Merged from 3.11:
Merged from 3.0:
* Upgrade snappy-java to 1.1.10.4 (CASSANDRA-18878)
* Add cqlshrc.sample and credentials.sample into Debian package (CASSANDRA-18818)