Skip to content

Commit

Permalink
[deps] Upgraded to spring-batch-redis 2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Aug 26, 2021
1 parent 5670547 commit 662e235
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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 @@ -18,8 +18,8 @@ dependencies {
implementation 'org.postgresql:postgresql'
implementation 'org.xerial:sqlite-jdbc:3.36.0.1'
testImplementation project(':riot-test')
testImplementation group: 'com.redislabs.testcontainers', name: 'postgresql', version: testcontainersVersion
testImplementation group: 'com.redislabs.testcontainers', name: 'oracle-xe', version: testcontainersVersion
testImplementation group: 'com.redis.testcontainers', name: 'postgresql', version: testcontainersVersion
testImplementation group: 'com.redis.testcontainers', name: 'oracle-xe', version: testcontainersVersion
}

bootDistZip.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 'io.confluent:kafka-avro-serializer:6.2.0'
implementation 'io.confluent:kafka-protobuf-serializer:6.2.0'
testImplementation project(':riot-test')
testImplementation group: 'com.redislabs.testcontainers', name: 'kafka', version: testcontainersVersion
testImplementation group: 'com.redis.testcontainers', name: 'kafka', version: testcontainersVersion
}

bootDistZip.enabled = false
Expand Down
4 changes: 2 additions & 2 deletions core/riot-core/riot-core.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
api 'com.redislabs:lettucemod:1.5.0'
api 'com.redis:lettucemod:1.5.1'
api 'org.apache.commons:commons-pool2'
api 'com.redislabs:spring-batch-redis:2.16.0'
api 'com.redis:spring-batch-redis:2.16.1'
api 'org.springframework.batch:spring-batch-core'
api 'org.slf4j:slf4j-api'
implementation 'org.slf4j:slf4j-jdk14'
Expand Down
4 changes: 2 additions & 2 deletions core/riot-test/riot-test.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dependencies {
implementation project(':riot-core')
implementation 'org.codehaus.plexus:plexus-utils:3.4.0'
annotationProcessor group: 'info.picocli', name: 'picocli-codegen', version: picocliVersion
api 'com.redislabs.testcontainers:testcontainers-redis:1.3.2'
api group: 'com.redislabs.testcontainers', name: 'junit-jupiter', version: testcontainersVersion
api 'com.redis.testcontainers:testcontainers-redis:1.3.2'
api group: 'com.redis.testcontainers', name: 'junit-jupiter', version: testcontainersVersion
implementation 'commons-io:commons-io:2.11.0'
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group=com.redislabs
group=com.redis
sourceCompatibility=1.8
targetCompatibility=1.8
kordampPluginVersion=0.46.0
Expand Down

0 comments on commit 662e235

Please sign in to comment.