Skip to content

Commit

Permalink
deps: Upgraded spring batch redis
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Mar 12, 2024
1 parent f32df26 commit cf1bd00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ progressbarVersion = 0.10.0
protobufVersion = 3.21.9
slf4jVersion = 2.0.9
snakeyamlVersion = 2.2
springBatchRedisVersion = 4.0.1
springBatchRedisVersion = 4.0.2
springBatchVersion = 5.1.0
springBootVersion = 3.2.2
springVersion = 6.1.1
Expand Down
4 changes: 3 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ enforce {
r.version.set('17')
}
rule(enforcer.rules.EnforceBytecodeVersion) { r ->
r.enabled = false
// search only on compile and runtime classpaths
r.configurations.addAll(['compileClasspath', 'runtimeClasspath'])
r.maxJdkVersion = '17'
}
rule(enforcer.rules.BanDuplicateClasses) { r ->
r.enabled = false
Expand Down

0 comments on commit cf1bd00

Please sign in to comment.