From 394bcdf41518c67679ad9749b2a3b55b12397307 Mon Sep 17 00:00:00 2001 From: Philip Makedonski Date: Fri, 22 Dec 2023 14:02:54 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ae42335..609f811f 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. -- GitLab