Skip to content

Commit bfc991a

Browse files
committed
[chores] Fixed SCM developer connection string
1 parent d2b74e9 commit bfc991a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ config {
1313
scm {
1414
url = "https://github.com/redis-developer/${project.rootProject.name}"
1515
connection = "scm:git:https://github.com/redis-developer/${project.rootProject.name}.git"
16-
developerConnection = "scm:git:git@github.com:jreleaser/${project.rootProject.name}.git"
16+
developerConnection = "scm:git:git@github.com:redis-developer/${project.rootProject.name}.git"
1717
}
1818

1919
specification {

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ redisBuildVersion=0.2.0
55
kordampPluginVersion=0.46.0
66
lombokPluginVersion=6.0.0-m2
77
junitVersion=5.7.2
8+
lettucemodVersion=1.7.3
9+
slf4jVersion=1.7.30
810
testcontainersVersion=1.15.3

subprojects/testcontainers-redis/testcontainers-redis.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies {
44
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: junitVersion
55
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: junitVersion
66
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: junitVersion
7-
testImplementation 'org.slf4j:slf4j-simple:1.7.30'
8-
testImplementation 'com.redis:lettucemod:1.5.1'
7+
testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: slf4jVersion
8+
testImplementation group: 'com.redis', name: 'lettucemod', version: lettucemodVersion
99
}

0 commit comments

Comments
 (0)