Skip to content

Commit

Permalink
build.xml: update scylla-driver-core to 3.11.5.1
Browse files Browse the repository at this point in the history
New release is needed for
scylladb/scylladb#16491 to pass CI so we can
promote #369

Fixes: #343

Closes #372

(cherry picked from commit e106b50)
  • Loading branch information
yaronkaikov authored and denesb committed Jan 9, 2024
1 parent 2ddff51 commit 18a04a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -462,7 +462,7 @@
<dependency groupId="com.clearspring.analytics" artifactId="stream" version="2.5.2">
<exclusion groupId="it.unimi.dsi" artifactId="fastutil" />
</dependency>
<dependency groupId="com.scylladb" artifactId="scylla-driver-core" version="3.11.5.0" classifier="shaded" />
<dependency groupId="com.scylladb" artifactId="scylla-driver-core" version="3.11.5.1" classifier="shaded" />
<!-- UPDATE AND UNCOMMENT ON THE DRIVER RELEASE, BEFORE 4.0 RELEASE
<dependency groupId="com.datastax.cassandra" artifactId="cassandra-driver-core" version="3.0.1" classifier="shaded">
<exclusion groupId="io.netty" artifactId="netty-buffer"/>
Expand Down

0 comments on commit 18a04a3

Please sign in to comment.