You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Feeback requested:** help us focus our efforts, provide your input on the [Platform and Runtime Survey](http://goo.gl/forms/qwUE6qnL7U) (we kept it short).
61
61
@@ -68,7 +68,7 @@ it in your application using the following Maven dependency:
68
68
<dependency>
69
69
<groupId>com.datastax.cassandra</groupId>
70
70
<artifactId>cassandra-driver-core</artifactId>
71
-
<version>3.3.0</version>
71
+
<version>3.3.1</version>
72
72
</dependency>
73
73
```
74
74
@@ -78,7 +78,7 @@ Note that the object mapper is published as a separate artifact:
78
78
<dependency>
79
79
<groupId>com.datastax.cassandra</groupId>
80
80
<artifactId>cassandra-driver-mapping</artifactId>
81
-
<version>3.3.0</version>
81
+
<version>3.3.1</version>
82
82
</dependency>
83
83
```
84
84
@@ -88,7 +88,7 @@ The 'extras' module is also published as a separate artifact:
88
88
<dependency>
89
89
<groupId>com.datastax.cassandra</groupId>
90
90
<artifactId>cassandra-driver-extras</artifactId>
91
-
<version>3.3.0</version>
91
+
<version>3.3.1</version>
92
92
</dependency>
93
93
```
94
94
@@ -97,12 +97,12 @@ We also provide a [shaded JAR](manual/shaded_jar/)
0 commit comments