diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ae4233553610a82a8e8d0a24b1095ef612f8c98..609f811f3d58b182a5018f22912ea340e1e4cac6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -90,7 +90,7 @@ variables: # for verifying and deploying images # Maven 3.8.x REQUIRES HTTPS repositories. # See https://maven.apache.org/docs/3.8.1/release-notes.html#how-to-fix-when-i-get-a-http-repository-blocked for more. -image: maven:3.9.5-eclipse-temurin-17 +image: maven:3.9.6-eclipse-temurin-17 # Cache downloaded dependencies and plugins between builds.