Skip to content

Commit 554374f

Browse files
authored
Merge pull request #55 from DataStax-Examples/dse_update
Update DSE to 6.8.35
2 parents d62d3a0 + 41f9957 commit 554374f

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The code, examples, and snippets provided in this repository are not "Supported
8585

8686
## License
8787

88-
Copyright 2016-2019, DataStax
88+
Copyright 2016-2023, DataStax
8989

9090
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
9191

java/gradle/dse/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
}
1515
}
1616

17-
def dseVersion = "6.8.1"
17+
def dseVersion = "6.8.35"
1818

1919
// The assembly configuration will cause jar to be included in assembled fat-jar
2020
configurations {

java/maven/dse/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
12-
<dse.version>6.8.1</dse.version>
12+
<dse.version>6.8.35</dse.version>
1313
</properties>
1414

1515
<dependencies>

java/sbt/dse/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ scalaVersion := "2.11.8"
1010
resolvers += Resolver.mavenLocal // for testing
1111
resolvers += "DataStax Repo" at "https://repo.datastax.com/public-repos/"
1212

13-
val dseVersion = "6.8.1"
13+
val dseVersion = "6.8.35"
1414

1515
// Please make sure that following DSE version matches your DSE cluster version.
1616
// SBT 0.13.13 or greater required because of a dependency resolution bug

scala/gradle/dse/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ configurations {
2828
testCompile.exclude group: 'org.slf4j', module: 'log4j-over-slf4j'
2929
}
3030

31-
def dseVersion = "6.8.1"
31+
def dseVersion = "6.8.35"
3232

3333
// Please make sure that following DSE version matches your DSE cluster version.
3434
dependencies {

scala/maven/dse/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
12-
<dse.version>6.8.1</dse.version>
12+
<dse.version>6.8.35</dse.version>
1313
<scala.version>2.11.8</scala.version>
1414
<scala.main.version>2.11</scala.main.version>
1515
<scalatest.version>3.0.0</scalatest.version>

scala/sbt/dse/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ scalaVersion := "2.11.8"
66
resolvers += Resolver.mavenLocal // for testing
77
resolvers += "DataStax Repo" at "https://repo.datastax.com/public-repos/"
88

9-
val dseVersion = "6.8.1"
9+
val dseVersion = "6.8.35"
1010

1111
// Please make sure that following DSE version matches your DSE cluster version.
1212
// Exclusions are solely for running integrated testing

0 commit comments

Comments
 (0)