@@ -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.8 ] ( https://github.com/datastax/java-driver/tree/2.1.8 ) .*
11+ 2.1.9 ] ( https://github.com/datastax/java-driver/tree/2.1.9 ) .*
1212
1313A modern, [ feature-rich] ( features/ ) and highly tunable Java client
1414library for Apache Cassandra (1.2+) and DataStax Enterprise (3.1+) using
@@ -77,7 +77,7 @@ it in your application using the following Maven dependency:
7777<dependency >
7878 <groupId >com.datastax.cassandra</groupId >
7979 <artifactId >cassandra-driver-core</artifactId >
80- <version >2.1.8 </version >
80+ <version >2.1.9 </version >
8181</dependency >
8282```
8383
@@ -87,15 +87,15 @@ Note that the object mapper is published as a separate artifact:
8787<dependency >
8888 <groupId >com.datastax.cassandra</groupId >
8989 <artifactId >cassandra-driver-mapping</artifactId >
90- <version >2.1.8 </version >
90+ <version >2.1.9 </version >
9191</dependency >
9292```
9393
9494We also provide a [ shaded JAR] ( features/shaded_jar/ )
9595to avoid the explicit dependency to Netty.
9696
9797If you can't use a dependency management tool, a
98- [ binary tarball] ( http://downloads.datastax.com/java-driver/cassandra-java-driver-2.0.11 .tar.gz )
98+ [ binary tarball] ( http://downloads.datastax.com/java-driver/cassandra-java-driver-2.1.9 .tar.gz )
9999is available for download.
100100
101101## Compatibility
0 commit comments