Skip to content

Commit

Permalink
deps: Upgraded to spring-batch-redis 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed May 26, 2023
1 parent bdbd2ac commit fe742de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/riot-core/riot-core.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ config {

dependencies {
api group: 'com.redis', name: 'lettucemod', version: lettucemodVersion
api group: 'com.redis', name: 'spring-batch-redis', version: batchRedisVersion
api group: 'com.redis', name: 'spring-batch-redis', version: springBatchRedisVersion
api group: 'net.datafaker', name: 'datafaker', version: datafakerVersion
api 'org.springframework.batch:spring-batch-core'
api 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ociBuildCacheVersion = 0.10.0

awaitilityVersion = 4.2.0
awsVersion = 2.2.6.RELEASE
batchRedisVersion = 3.2.4-SNAPSHOT
springBatchRedisVersion = 3.3.0
commonsIoVersion = 2.11.0
db2Version = 11.5.8.0
datafakerVersion = 1.9.0
Expand Down
2 changes: 1 addition & 1 deletion riot
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh

./gradlew -Prelease=true -q --console plain :riot-cli:installDist
./gradlew --quiet -Prelease=true --console plain :riot-cli:installDist
./plugins/riot-cli/build/install/riot/bin/riot "$@"

0 comments on commit fe742de

Please sign in to comment.