Skip to content

Commit

Permalink
[deps] Upgraded to spring batch redis 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Aug 4, 2021
1 parent d0503c4 commit 5b0e2fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
/out/
build
.gradle
/.idea
3 changes: 2 additions & 1 deletion core/riot-core/riot-core.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
dependencies {
api 'com.redislabs:mesclun:1.3.3'
api 'com.redislabs:spring-batch-redis:2.13.4'
api 'org.apache.commons:commons-pool2'
api 'com.redislabs:spring-batch-redis:2.14.0'
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 settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath "org.kordamp.gradle:kordamp-parentbuild:$kordampBuildVersion"
classpath "com.redislabs.gradle:redislabs-parentbuild:$redislabsBuildVersion"
classpath "org.kordamp.gradle:java-project-gradle-plugin:$kordampPluginVersion"
classpath "org.kordamp.gradle:guide-gradle-plugin:$kordampPluginVersion"
classpath "org.jreleaser:jreleaser-gradle-plugin:$jreleaserPluginVersion"
Expand All @@ -16,7 +16,7 @@ buildscript {
}
}

apply plugin: 'org.kordamp.gradle.kordamp-parentbuild'
apply plugin: 'com.redislabs.gradle.redislabs-parentbuild'

rootProject.name = 'riot'

Expand Down

0 comments on commit 5b0e2fe

Please sign in to comment.