From 1e64e25a80da7d0fe6bba41a1e8c00e30d415e1f Mon Sep 17 00:00:00 2001
From: tudo-fsinfo/admin Bot <group_91_bot@example.com>
Date: Wed, 15 Jun 2022 19:04:34 +0000
Subject: [PATCH] Update dependency maven to v3.8.6

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 46814f8..5c5209f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,7 @@ variables:
   MAVEN_CLI_OPTS: "--batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true"
 
 # This template uses jdk8 for verifying and deploying images
-image: maven:3.3.9-jdk-8
+image: maven:3.8.6-jdk-8
 
 # Cache downloaded dependencies and plugins between builds.
 # To keep cache across branches add 'key: "$CI_JOB_NAME"'
-- 
GitLab