Skip to content

Commit

Permalink
deps: Upgraded spring batch redis and spring boot plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed Sep 23, 2022
1 parent 6937678 commit 687e929
Show file tree
Hide file tree
Showing 2 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
@@ -1,6 +1,6 @@
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: 'info.picocli', name: 'picocli', version: picocliVersion
annotationProcessor group: 'info.picocli', name: 'picocli-codegen', version: picocliVersion
api 'org.apache.commons:commons-pool2'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
group=com.redis

asciidoctorPluginVersion=3.3.2
bootPluginVersion=2.7.3
bootPluginVersion=2.7.4
kordampPluginVersion=0.47.0
kordampBuildVersion=2.6.0

avroVersion=1.11.1
awaitilityVersion=4.2.0
awsVersion=2.2.6.RELEASE
batchRedisVersion=3.0.1
commonsIoVersion=2.11.0
db2Version=11.5.7.0
fakerVersion=1.0.2
Expand All @@ -25,6 +24,7 @@ picocliVersion=4.6.3
plexusVersion=3.4.2
progressbarVersion=0.9.4
protobufVersion=3.14.0
springBatchRedisVersion=3.0.4
sqliteVersion=3.39.3.0
testcontainersRedisVersion=1.6.2
testcontainersVersion=1.17.3
Expand Down

0 comments on commit 687e929

Please sign in to comment.