From c55e32b0916278ec97b621a028246f47ac2d5552 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 20 Mar 2025 21:29:07 -0700 Subject: [PATCH 1/2] Upgrade to Spring Boot 3.4.5-SNAPSHOT --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 0b7a9797..214bc84f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,6 +7,6 @@ reachabilityMetadataVersion=0.3.18 kotlinVersion=1.9.24 javaFormatVersion=0.0.39 nbtVersion=0.10.3 -springBootVersion=3.4.4-SNAPSHOT +springBootVersion=3.4.5-SNAPSHOT springCloudVersion=2024.0.1-SNAPSHOT springBootGeneration=3.4.x From be9c5607a1b39e16ba1bd13f334ff05d59ba3820 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 14 Apr 2025 09:31:16 +0100 Subject: [PATCH 2/2] Update contributing steps --- CONTRIBUTING.adoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index b0db4cd7..2f486a1e 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -2,10 +2,8 @@ Before submitting a pull request, please make sure that: -1. You've rebased your changes on top of the current `main` branch -2. If you created a new top level directory: You've included the new directory in `settings.gradle` -3. You've run `./gradlew updateInfrastructure` -4. You've run `./gradlew :::build` +1. If you created a new top level directory: You've included the new directory in `settings.gradle` +2. You've run `./gradlew :::build` == Docker Compose tips