From e0967b55a0cde00ac2310f2742217868545cbbf9 Mon Sep 17 00:00:00 2001 From: inpercima <inpercima@gmail.com> Date: Sat, 26 Aug 2023 11:57:28 +0200 Subject: [PATCH] Update spring-boot to 3.1.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6846903..7883607 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>3.1.1</version> + <version>3.1.3</version> </parent> <artifactId>server-connector</artifactId>