From 10e3dc9376dc8d49a289ef030b7c04127d37d3b3 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 23 Jun 2023 07:15:53 +0100 Subject: [PATCH] Update to Spring Boot 3.1.1 --- build.gradle | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index c19b5f77d..51e8fbf2b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,8 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.1.0' + id 'org.springframework.boot' version '3.1.1' id 'io.spring.dependency-management' version '1.1.0' - id 'org.graalvm.buildtools.native' version '0.9.22' + id 'org.graalvm.buildtools.native' version '0.9.23' } apply plugin: 'java' diff --git a/pom.xml b/pom.xml index 7aaf49832..ce92ea579 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.springframework.boot spring-boot-starter-parent - 3.1.0 + 3.1.1 petclinic