From 95c76eff9dfc1f842679211b7495f490f2cc5743 Mon Sep 17 00:00:00 2001 From: sephiroth-j <23166289+sephiroth-j@users.noreply.github.com> Date: Thu, 23 May 2024 20:14:24 +0200 Subject: [PATCH] update to Spring Boot 3.3.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 124c1f1..86e1d32 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.springframework.boot spring-boot-starter-parent - 3.1.4 + 3.3.0 @@ -50,7 +50,7 @@ org.jacoco jacoco-maven-plugin - 0.8.10 + 0.8.12 default-prepare-agent