Skip to content

Commit

Permalink
upgrade c, downgrade netty
Browse files Browse the repository at this point in the history
  • Loading branch information
kwarunek committed Mar 6, 2024
1 parent 12b599f commit 2a37a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.107.Final</version>
<version>4.1.84.Final</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
Expand All @@ -62,7 +62,7 @@
<dependency>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-core</artifactId>
<version>3.1.0</version>
<version>3.11.5</version>
</dependency>
<dependency>
<groupId>net.jpountz.lz4</groupId>
Expand Down

0 comments on commit 2a37a8f

Please sign in to comment.