Skip to content

Commit 981d47e

Browse files
Bump java-driver-core from 4.8.0 to 4.14.1 in /modules/cassandra
Bumps [java-driver-core](https://github.com/datastax/java-driver) from 4.8.0 to 4.14.1. - [Release notes](https://github.com/datastax/java-driver/releases) - [Commits](apache/cassandra-java-driver@4.8.0...4.14.1) --- updated-dependencies: - dependency-name: com.datastax.oss:java-driver-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54d7f39 commit 981d47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cassandra/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ configurations.all {
99
dependencies {
1010
api project(":database-commons")
1111
api "com.datastax.cassandra:cassandra-driver-core:3.10.0"
12-
testImplementation 'com.datastax.oss:java-driver-core:4.8.0'
12+
testImplementation 'com.datastax.oss:java-driver-core:4.14.1'
1313
}

0 commit comments

Comments
 (0)