Skip to content

Commit

Permalink
Merge pull request #7
Browse files Browse the repository at this point in the history
Update minor releases for driver to 3.11.5 and JUnit 4.13.2
  • Loading branch information
tjlee authored Jul 29, 2024
2 parents 35c7b59 + f696eeb commit f9b8b21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ sourceSets {
}

dependencies {
compile group: 'com.datastax.cassandra', name: 'cassandra-driver-core', version: '3.6.0'
testCompile group: 'junit', name: 'junit', version: '4.12'
compile group: 'com.datastax.cassandra', name: 'cassandra-driver-core', version: '3.11.5'
testCompile group: 'junit', name: 'junit', version: '4.13.2'
}

jar {
Expand Down

0 comments on commit f9b8b21

Please sign in to comment.