@@ -8,7 +8,7 @@ not yet have been released. You can find the documentation for latest
88version through [ Java driver
99docs] ( http://datastax.github.io/java-driver/ ) or via the release tags,
1010[ e.g.
11- 2.1.10] ( https://github.com/datastax/java-driver/tree/2.1.10 ) .*
11+ 2.1.10.1 ] ( https://github.com/datastax/java-driver/tree/2.1.10.1 ) .*
1212
1313A modern, [ feature-rich] ( manual/ ) and highly tunable Java client
1414library for Apache Cassandra (1.2+) and DataStax Enterprise (3.1+) using
@@ -66,7 +66,7 @@ it in your application using the following Maven dependency:
6666<dependency >
6767 <groupId >com.datastax.cassandra</groupId >
6868 <artifactId >cassandra-driver-core</artifactId >
69- <version >2.1.10</version >
69+ <version >2.1.10.1 </version >
7070</dependency >
7171```
7272
@@ -76,15 +76,15 @@ Note that the object mapper is published as a separate artifact:
7676<dependency >
7777 <groupId >com.datastax.cassandra</groupId >
7878 <artifactId >cassandra-driver-mapping</artifactId >
79- <version >2.1.10</version >
79+ <version >2.1.10.1 </version >
8080</dependency >
8181```
8282
8383We also provide a [ shaded JAR] ( manual/shaded_jar/ )
8484to avoid the explicit dependency to Netty.
8585
8686If you can't use a dependency management tool, a
87- [ binary tarball] ( http://downloads.datastax.com/java-driver/cassandra-java-driver-2.1.10.tar.gz )
87+ [ binary tarball] ( http://downloads.datastax.com/java-driver/cassandra-java-driver-2.1.10.1. tar.gz )
8888is available for download.
8989
9090## Compatibility
0 commit comments