This is an automated email from the ASF dual-hosted git repository.
yesamer pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 358574da2 Spring boot Patch version upgrade to 4.0.7 (#2218)
358574da2 is described below
commit 358574da2bff3ea7237178a902025db3b21d48b7
Author: Jijo Thomas K <[email protected]>
AuthorDate: Wed Jun 17 15:53:04 2026 +0530
Spring boot Patch version upgrade to 4.0.7 (#2218)
Co-authored-by: Jijo Thomas K <[email protected]>
---
.../dmn-springboot-gradle/gradle.properties | 2 +-
.../process-decisions-rules-springboot-gradle/gradle.properties | 2 +-
kogito-springboot-examples/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/gradle-examples/kogito-springboot-gradle-examples/dmn-springboot-gradle/gradle.properties
b/gradle-examples/kogito-springboot-gradle-examples/dmn-springboot-gradle/gradle.properties
index 49731c98b..570ed47fa 100644
---
a/gradle-examples/kogito-springboot-gradle-examples/dmn-springboot-gradle/gradle.properties
+++
b/gradle-examples/kogito-springboot-gradle-examples/dmn-springboot-gradle/gradle.properties
@@ -1,5 +1,5 @@
#Gradle properties
-springBootVersion=4.0.6
+springBootVersion=4.0.7
springBootDependencyManagementVersion=1.1.5
taskTreeVersion=4.0.1
junitVersion=5.12.1
diff --git
a/gradle-examples/kogito-springboot-gradle-examples/process-decisions-rules-springboot-gradle/gradle.properties
b/gradle-examples/kogito-springboot-gradle-examples/process-decisions-rules-springboot-gradle/gradle.properties
index 49731c98b..570ed47fa 100644
---
a/gradle-examples/kogito-springboot-gradle-examples/process-decisions-rules-springboot-gradle/gradle.properties
+++
b/gradle-examples/kogito-springboot-gradle-examples/process-decisions-rules-springboot-gradle/gradle.properties
@@ -1,5 +1,5 @@
#Gradle properties
-springBootVersion=4.0.6
+springBootVersion=4.0.7
springBootDependencyManagementVersion=1.1.5
taskTreeVersion=4.0.1
junitVersion=5.12.1
diff --git a/kogito-springboot-examples/pom.xml
b/kogito-springboot-examples/pom.xml
index d37192295..b495dbfb4 100644
--- a/kogito-springboot-examples/pom.xml
+++ b/kogito-springboot-examples/pom.xml
@@ -39,7 +39,7 @@
<allowedPomsList>org.kie.kogito.examples:kogito-springboot-examples</allowedPomsList>
<java.module.name>org.kie.kogito.examples.springboot</java.module.name>
<!-- TODO: remove the following properties and declare
kogito-apps-springboot-bom as parent, to have everything already inherited-->
- <version.org.springframework.boot>4.0.6</version.org.springframework.boot>
+ <version.org.springframework.boot>4.0.7</version.org.springframework.boot>
<!-- This is needed to avoid having a different version of netty inherited
by kogito-examples. -->
<version.io.netty>4.2.12.Final</version.io.netty>
</properties>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]