This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 735ba19  [BEAM-11903] Bump achilles to 6.1.0
     new bda9067  Merge pull request #14519 from [BEAM-11903] Bump achilles to 
6.1.0
735ba19 is described below

commit 735ba19c4de1448e6d276c0a4eb412a7e9ee92d5
Author: masahitojp <[email protected]>
AuthorDate: Tue Apr 13 21:35:01 2021 +0900

    [BEAM-11903] Bump achilles to 6.1.0
---
 sdks/java/io/cassandra/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sdks/java/io/cassandra/build.gradle 
b/sdks/java/io/cassandra/build.gradle
index 17b693a..94b584b 100644
--- a/sdks/java/io/cassandra/build.gradle
+++ b/sdks/java/io/cassandra/build.gradle
@@ -28,8 +28,8 @@ enableJavaPerformanceTesting()
 description = "Apache Beam :: SDKs :: Java :: IO :: Cassandra"
 ext.summary = "IO to read and write with Apache Cassandra database"
 
-// compatible with all Cassandra versions up to 3.11.3
-def achilles_version = "6.0.2"
+// compatible with all Cassandra versions up to 3.11.10
+def achilles_version = "6.1.0"
 
 dependencies {
   compile library.java.vendored_guava_26_0_jre

Reply via email to