Skip to content

Commit

Permalink
deps: Upgraded to latest RE admin
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Feb 27, 2024
1 parent d83cce3 commit 1005dbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/testcontainers-redis/testcontainers-redis.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
dependencies {
api 'org.testcontainers:testcontainers'
api group: 'com.redis', name: 'redis-enterprise-admin', version: rsAdminVersion
testImplementation 'org.slf4j:slf4j-simple'
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testImplementation 'org.junit.jupiter:junit-jupiter-params'
testImplementation 'org.junit.jupiter:junit-jupiter-engine'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kordampBuildVersion = 3.4.0
kordampPluginVersion = 0.54.0
springBootVersion = 3.2.2

rsAdminVersion = 0.5.0-SNAPSHOT
rsAdminVersion = 0.5.0
jacocoVersion = 0.8.11
lettucemodVersion = 3.7.3

Expand Down

0 comments on commit 1005dbc

Please sign in to comment.