From 2c9a181496bd28313e7a546f585c95350734eb97 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Tue, 21 May 2024 20:02:35 -0700 Subject: [PATCH] Update springboot version. --- wise-api/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wise-api/pom.xml b/wise-api/pom.xml index b0ca9d85..4470fbd9 100644 --- a/wise-api/pom.xml +++ b/wise-api/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.4 + 3.2.5 org.wisemapping @@ -50,7 +50,7 @@ org.springframework spring-test - 6.1.3 + 6.1.7 test @@ -109,7 +109,7 @@ com.mysql mysql-connector-j - 8.3.0 + 8.4.0 org.eclipse.angus