From 9b7d3cde662d9872cb686935531c26034d5063f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Mon, 30 Dec 2024 15:15:17 +0100 Subject: [PATCH] Upgrade to Spring Boot 3.4.x --- gradle.properties | 6 +++--- images/get-gradle-url.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 7cc2767..9c38c25 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.jvmargs=-Xmx2g -kotlinVersion=1.9.24 +kotlinVersion=1.9.25 javaFormatVersion=0.0.38 -springBootVersion=3.3.4 -springBootGeneration=3.3.x +springBootVersion=3.4.1 +springBootGeneration=3.4.x diff --git a/images/get-gradle-url.sh b/images/get-gradle-url.sh index 9412525..562d61d 100755 --- a/images/get-gradle-url.sh +++ b/images/get-gradle-url.sh @@ -1,5 +1,5 @@ #!/bin/bash set -e -VERSION="8.7" +VERSION="8.11.1" echo "https://services.gradle.org/distributions/gradle-$VERSION-bin.zip"