Skip to content

Commit

Permalink
Merge branch 'master' into 6.0.0
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/central-sync.yml
#	.github/workflows/publish-snapshot.yml
#	.github/workflows/release.yml
#	.github/workflows/sonarqube.yml
#	gradle.properties
#	gradle/libs.versions.toml
#	settings.gradle
  • Loading branch information
sdelamo committed Nov 15, 2022
2 parents 228c4fb + afdea23 commit a764a71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ projectGroup=io.micronaut.cassandra
micronautDocsVersion=2.0.0
micronautVersion=4.0.0-SNAPSHOT
micronautTestVersion=4.0.0-SNAPSHOT

groovyVersion=4.0.6
spockVersion=2.3-groovy-4.0

Expand Down
4 changes: 3 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
managed-datastax-cassandra-driver = "4.15.0"

testcontainers = "1.17.5"
spock = "2.3-groovy-4.0"
spock = "2.1-groovy-3.0"

[libraries]
managed-datastax-cassandra-driver-core = { module = "com.datastax.oss:java-driver-core", version.ref = "managed-datastax-cassandra-driver" }
managed-datastax-cassandra-driver-mapper-processor = { module = "com.datastax.oss:java-driver-mapper-processor", version.ref = "managed-datastax-cassandra-driver" }

reactor-core = { module = "io.projectreactor:reactor-core" }

testcontainers-cassandra = { module = "org.testcontainers:cassandra", version.ref = "testcontainers" }
testcontainers-spock = { module = "org.testcontainers:spock", version.ref = "testcontainers" }

0 comments on commit a764a71

Please sign in to comment.