From 8fa2c7abb87590becd65d7fb910c4f4cca5bae3e Mon Sep 17 00:00:00 2001 From: nbejamin Date: Thu, 19 Oct 2023 15:59:23 -0400 Subject: [PATCH] GH-330 - Upgrade to Spring Boot 3.1.5 Original pull request: GH-336. --- pom.xml | 2 +- spring-modulith-examples/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d8b1229c..04c9a659 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ UTF-8 6.0.12 0.0.7 - 3.1.4 + 3.1.5 diff --git a/spring-modulith-examples/pom.xml b/spring-modulith-examples/pom.xml index 6bfac067..90e57128 100644 --- a/spring-modulith-examples/pom.xml +++ b/spring-modulith-examples/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 3.1.4 + 3.1.5