Skip to content

Commit 7b8e719

Browse files
committed
deps: Upgrade to redis-enterprise-admin 0.8.2
1 parent 94ec16f commit 7b8e719

File tree

24 files changed

+14
-1266
lines changed

24 files changed

+14
-1266
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ config {
4949
coverage {
5050
jacoco {
5151
enabled = true
52-
toolVersion = jacocoVersion
52+
toolVersion = jacocoPluginVersion
5353
}
5454
}
5555
}
@@ -76,7 +76,7 @@ subprojects {
7676
}
7777
coverage {
7878
jacoco {
79-
toolVersion = jacocoVersion
79+
toolVersion = jacocoPluginVersion
8080
}
8181
}
8282
}

gradle.properties

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ testSourceCompatibility = 17
55
testTargetCompatibility = 17
66
reproducibleBuild = true
77

8-
dependencyPluginVersion = 1.1.4
9-
jacocoVersion = 0.8.11
8+
bootPluginVersion = 3.4.2
9+
dependencyPluginVersion = 1.1.6
10+
jacocoPluginVersion = 0.8.12
1011
kordampBuildVersion = 3.4.0
1112
kordampPluginVersion = 0.54.0
12-
springBootVersion = 3.2.3
1313

14-
lettucemodVersion = 3.7.3
14+
lettucemodVersion = 4.2.0
15+
rsAdminVersion = 0.8.2
1516
spymemcachedVersion = 2.12.3
1617

1718
org.gradle.daemon = false

jreleaser.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ signing:
5555

5656
deploy:
5757
maven:
58-
pomchecker:
59-
version: 1.7.0
6058
nexus2:
6159
maven-central:
6260
active: RELEASE

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
gradlePluginPortal()
66
}
77
dependencies {
8-
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
8+
classpath "org.springframework.boot:spring-boot-gradle-plugin:$bootPluginVersion"
99
classpath "io.spring.gradle:dependency-management-plugin:$dependencyPluginVersion"
1010
classpath "org.kordamp.gradle:java-project-gradle-plugin:$kordampPluginVersion"
1111
classpath "org.kordamp.gradle:jacoco-gradle-plugin:$kordampPluginVersion"

subprojects/redis-enterprise-admin/gradle.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

subprojects/redis-enterprise-admin/redis-enterprise-admin.gradle

Lines changed: 0 additions & 8 deletions
This file was deleted.

subprojects/redis-enterprise-admin/src/main/java/com/redis/enterprise/Admin.java

Lines changed: 0 additions & 330 deletions
This file was deleted.

0 commit comments

Comments
 (0)