Skip to content

Commit

Permalink
deps: Upgrade to redis-enterprise-admin 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Jan 27, 2025
1 parent 94ec16f commit 7b8e719
Show file tree
Hide file tree
Showing 24 changed files with 14 additions and 1,266 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ config {
coverage {
jacoco {
enabled = true
toolVersion = jacocoVersion
toolVersion = jacocoPluginVersion
}
}
}
Expand All @@ -76,7 +76,7 @@ subprojects {
}
coverage {
jacoco {
toolVersion = jacocoVersion
toolVersion = jacocoPluginVersion
}
}
}
Expand Down
9 changes: 5 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ testSourceCompatibility = 17
testTargetCompatibility = 17
reproducibleBuild = true

dependencyPluginVersion = 1.1.4
jacocoVersion = 0.8.11
bootPluginVersion = 3.4.2
dependencyPluginVersion = 1.1.6
jacocoPluginVersion = 0.8.12
kordampBuildVersion = 3.4.0
kordampPluginVersion = 0.54.0
springBootVersion = 3.2.3

lettucemodVersion = 3.7.3
lettucemodVersion = 4.2.0
rsAdminVersion = 0.8.2
spymemcachedVersion = 2.12.3

org.gradle.daemon = false
Expand Down
2 changes: 0 additions & 2 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ signing:

deploy:
maven:
pomchecker:
version: 1.7.0
nexus2:
maven-central:
active: RELEASE
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
classpath "org.springframework.boot:spring-boot-gradle-plugin:$bootPluginVersion"
classpath "io.spring.gradle:dependency-management-plugin:$dependencyPluginVersion"
classpath "org.kordamp.gradle:java-project-gradle-plugin:$kordampPluginVersion"
classpath "org.kordamp.gradle:jacoco-gradle-plugin:$kordampPluginVersion"
Expand Down
1 change: 0 additions & 1 deletion subprojects/redis-enterprise-admin/gradle.properties

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7b8e719

Please sign in to comment.