Skip to content

Commit

Permalink
deps: Upgraded testcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed Jul 7, 2022
1 parent 0f1e4a2 commit 7a742af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions connectors/riot-db/riot-db.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ dependencies {
implementation 'org.postgresql:postgresql'
implementation group: 'org.xerial', name: 'sqlite-jdbc', version: sqliteVersion
testImplementation project(':riot-test')
testImplementation group: 'com.redis.testcontainers', name: 'postgresql', version: testcontainersVersion
testImplementation group: 'com.redis.testcontainers', name: 'oracle-xe', version: testcontainersVersion
testImplementation group: 'org.testcontainers', name: 'postgresql', version: testcontainersVersion
testImplementation group: 'org.testcontainers', name: 'oracle-xe', version: testcontainersVersion
}

bootStartScripts.enabled = false
Expand Down
2 changes: 1 addition & 1 deletion connectors/riot-stream/riot-stream.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation group: 'io.confluent', name: 'kafka-avro-serializer', version: kafkaVersion
implementation group: 'io.confluent', name: 'kafka-protobuf-serializer', version: kafkaVersion
testImplementation project(':riot-test')
testImplementation group: 'com.redis.testcontainers', name: 'kafka', version: testcontainersVersion
testImplementation group: 'org.testcontainers', name: 'kafka', version: testcontainersVersion
}

bootStartScripts.enabled = false
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ fakerVersion=1.0.2
gcpVersion=1.2.8.RELEASE
googleHttpVersion=1.38.0
jsr305Version=3.0.2
kafkaVersion=7.1.1
kafkaVersion=7.2.0
latencyutilsVersion=2.0.3
lettucemodVersion=2.19.1
lettucemodVersion=2.19.3
mssqlVersion=10.2.1.jre8
oracleVersion=19.3.0.0
picocliVersion=4.6.3
plexusVersion=3.4.2
progressbarVersion=0.9.3
protobufVersion=3.14.0
sqliteVersion=3.36.0.3
testcontainersRedisVersion=1.5.5
testcontainersVersion=1.15.3
testcontainersRedisVersion=1.6.0
testcontainersVersion=1.17.3
snakeyaml.version=1.26

0 comments on commit 7a742af

Please sign in to comment.