Upgrade spring

This commit is contained in:
Andrei Isvoran 2024-05-14 12:56:06 +02:00
parent 0933adeaf1
commit 73aa1b6f51
2 changed files with 6 additions and 2 deletions

View File

@ -2,3 +2,7 @@ include:
- project: 'gitlab/gitlab'
ref: 'main'
file: 'ci-templates/maven_deps.yml'
stages:
- deploy
- versioning
- test

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.5</version>
<version>3.2.3</version>
<relativePath/>
</parent>