Upgrade to Maven 3.9.6 and Java 17.0.9.

This commit is contained in:
Mark Paluch
2023-12-14 08:42:29 +01:00
parent 77fd19e10d
commit 7e8823fa3b
2 changed files with 4 additions and 4 deletions

4
Jenkinsfile vendored
View File

@@ -31,7 +31,7 @@ pipeline {
steps {
script {
def image = docker.build("springci/spring-data-release-tools:0.13", "ci")
def image = docker.build("springci/spring-data-release-tools:0.14", "ci")
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {
image.push()
}
@@ -45,7 +45,7 @@ pipeline {
}
agent {
docker {
image 'springci/spring-data-release-tools:0.13'
image 'springci/spring-data-release-tools:0.14'
}
}
options { timeout(time: 4, unit: 'HOURS') }

View File

@@ -1,3 +1,3 @@
# Tool requirements
jdks=17.0.8,8.0.382
maven=3.9.5
jdks=17.0.9,17.0.8,8.0.382
maven=3.9.6