Upgrade to com.github.ben-manes.versions Gradle Plugin 0.47.0.

This commit is contained in:
John Blum
2023-06-13 17:26:06 -07:00
parent 39f5594f11
commit d9d0504a0e
2 changed files with 2 additions and 3 deletions

1
Jenkinsfile vendored
View File

@@ -37,7 +37,6 @@ pipeline {
// Cleanup any prior build system resources
try {
sh "echo 'Clean up GemFire/Geode files & build artifacts...'"
sh "ci/cleanupArtifacts.sh"
sh "ci/cleanupGemFiles.sh"
}

View File

@@ -1,7 +1,7 @@
plugins {
id "java-gradle-plugin"
id "com.jfrog.artifactory" version '4.9.10'
id 'com.github.ben-manes.versions' version '0.25.0'
id 'com.github.ben-manes.versions' version '0.47.0'
}
apply plugin: 'java'
@@ -55,7 +55,7 @@ dependencies {
runtimeOnly 'org.springframework.boot:spring-boot-loader-tools:2.7.12'
implementation 'com.github.ben-manes:gradle-versions-plugin:0.25.0'
implementation 'com.github.ben-manes:gradle-versions-plugin:0.47.0'
implementation 'gradle.plugin.org.gretty:gretty:3.0.1'
implementation 'io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.1'
implementation 'io.spring.gradle:dependency-management-plugin:1.0.15.RELEASE'