This is an automated email from the ASF dual-hosted git repository.
tzimanyi pushed a commit to branch development
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-optaplanner-quickstarts.git
The following commit(s) were added to refs/heads/development by this push:
new cc97c3ab [kie-issues#995] Upgrade Spring Boot to 3.2.4 (#628)
cc97c3ab is described below
commit cc97c3ab889a4d329a8a7a26c36c3e1aa79eb6de
Author: Tibor Zimányi <[email protected]>
AuthorDate: Fri Apr 12 06:27:29 2024 +0200
[kie-issues#995] Upgrade Spring Boot to 3.2.4 (#628)
---
technology/java-spring-boot/build.gradle | 4 ++--
technology/java-spring-boot/pom.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/technology/java-spring-boot/build.gradle
b/technology/java-spring-boot/build.gradle
index 30e68f15..22e51206 100644
--- a/technology/java-spring-boot/build.gradle
+++ b/technology/java-spring-boot/build.gradle
@@ -1,8 +1,8 @@
plugins {
- id "org.springframework.boot" version "3.0.7"
- id "io.spring.dependency-management" version "1.0.11.RELEASE"
id "java"
+ id "org.springframework.boot" version "3.2.4"
}
+apply plugin: 'io.spring.dependency-management'
def optaplannerVersion = "999-SNAPSHOT"
def assertjVersion = "3.24.2"
diff --git a/technology/java-spring-boot/pom.xml
b/technology/java-spring-boot/pom.xml
index 62ed7e74..7c625344 100644
--- a/technology/java-spring-boot/pom.xml
+++ b/technology/java-spring-boot/pom.xml
@@ -12,10 +12,10 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.org.optaplanner>999-SNAPSHOT</version.org.optaplanner>
- <version.org.springframework.boot>3.0.7</version.org.springframework.boot>
+ <version.org.springframework.boot>3.2.4</version.org.springframework.boot>
<version.compiler.plugin>3.8.1</version.compiler.plugin>
- <version.surefire.plugin>3.0.0-M8</version.surefire.plugin>
+ <version.surefire.plugin>3.2.5</version.surefire.plugin>
</properties>
<dependencyManagement>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]