Skip to content

Commit

Permalink
Fixed testcontainers-redis group
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 7, 2021
1 parent e733b1f commit 6ff7679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/riot-test/riot-test.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
api 'org.junit.jupiter:junit-jupiter-params'
api 'org.junit.jupiter:junit-jupiter-engine'
annotationProcessor group: 'info.picocli', name: 'picocli-codegen', version: picocliVersion
api 'com.redislabs:testcontainers-redis:1.1.6'
api 'com.redislabs.testcontainers:testcontainers-redis:1.2.0'
api group: 'com.redislabs.testcontainers', name: 'junit-jupiter', version: testcontainersVersion
implementation 'commons-io:commons-io:2.8.0'
}
Expand Down

0 comments on commit 6ff7679

Please sign in to comment.