From 73aa1b6f51f2199c21c8b4018c4785fe22d9472a Mon Sep 17 00:00:00 2001 From: Andrei Isvoran Date: Tue, 14 May 2024 12:56:06 +0200 Subject: [PATCH] Upgrade spring --- .gitlab-ci.yml | 6 +++++- pom.xml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e696eab..4a413e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,8 @@ include: - project: 'gitlab/gitlab' ref: 'main' - file: 'ci-templates/maven_deps.yml' \ No newline at end of file + file: 'ci-templates/maven_deps.yml' +stages: + - deploy + - versioning + - test \ No newline at end of file diff --git a/pom.xml b/pom.xml index 99825e9..a647d17 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.1.5 + 3.2.3