Bump Maven and JDK versions.

This commit is contained in:
Mark Paluch
2024-11-07 09:56:42 +01:00
parent c4853b8615
commit 8f4ec8d55c
2 changed files with 4 additions and 4 deletions

4
Jenkinsfile vendored
View File

@@ -25,7 +25,7 @@ pipeline {
steps {
script {
def image = docker.build("springci/spring-data-release-tools:0.18", "ci")
def image = docker.build("springci/spring-data-release-tools:0.19", "ci")
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {
image.push()
}
@@ -41,7 +41,7 @@ pipeline {
agent {
docker {
image 'springci/spring-data-release-tools:0.18'
image 'springci/spring-data-release-tools:0.19'
}
}

View File

@@ -1,3 +1,3 @@
# Tool requirements
jdks=17.0.12,17.0.9,8.0.382
maven=3.9.8
jdks=17.0.13,17.0.9,8.0.382
maven=3.9.9