This is an automated email from the ASF dual-hosted git repository.

thiagoelg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new cf5a89901ef NO-ISSUE: Upgrade Spring Boot to version 4.0.7 (#3631)
cf5a89901ef is described below

commit cf5a89901ef7003998bc849511f41b79ec918d13
Author: Jijo Thomas K <[email protected]>
AuthorDate: Wed Jun 17 23:24:42 2026 +0530

    NO-ISSUE: Upgrade Spring Boot to version 4.0.7 (#3631)
    
    Co-authored-by: Jijo Thomas K <[email protected]>
---
 packages/drools-and-kogito/env/index.js                 | 8 ++++----
 packages/maven-base/not-reproducible-plugins.properties | 2 +-
 packages/root-env/env/index.js                          | 2 +-
 packages/spring-boot-bom/pom.xml                        | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/packages/drools-and-kogito/env/index.js 
b/packages/drools-and-kogito/env/index.js
index 1dd86bfee86..44df3cf77ba 100644
--- a/packages/drools-and-kogito/env/index.js
+++ b/packages/drools-and-kogito/env/index.js
@@ -28,7 +28,7 @@ module.exports = composeEnv([rootEnv], {
       description: "Git repository URL for Drools",
     },
     DROOLS_AND_KOGITO__droolsRepoGitRef: {
-      default: "f74705584e355a650867051ade5dc77055ab22de",
+      default: "3b5010c99441ac642f93b1d97dcfd2b2952dd29a",
       description: "Git ref for the Drools repository (SHA, branch, or tag)",
     },
     DROOLS_AND_KOGITO__optaplannerRepoUrl: {
@@ -36,7 +36,7 @@ module.exports = composeEnv([rootEnv], {
       description: "Git repository URL for OptaPlanner",
     },
     DROOLS_AND_KOGITO__optaplannerRepoGitRef: {
-      default: "2b44e4c6dd68fcab6e79acea26bdfe6c2bb1b1d7",
+      default: "d8c7e2f773ad1629eff4e4ae745a521bffa178c8",
       description: "Git ref for the OptaPlanner repository (SHA, branch, or 
tag)",
     },
     DROOLS_AND_KOGITO__kogitoRuntimesRepoUrl: {
@@ -44,7 +44,7 @@ module.exports = composeEnv([rootEnv], {
       description: "Git repository URL for Kogito Runtimes",
     },
     DROOLS_AND_KOGITO__kogitoRuntimesRepoGitRef: {
-      default: "6bc703df32165bfce1cbb5ee963be3ce24ead580",
+      default: "32f4515f1cacb85dc12988aaae64e276efdb59ec",
       description: "Git ref for the Kogito Runtimes repository (SHA, branch, 
or tag)",
     },
     DROOLS_AND_KOGITO__kogitoAppsRepoUrl: {
@@ -52,7 +52,7 @@ module.exports = composeEnv([rootEnv], {
       description: "Git repository URL for Kogito Apps",
     },
     DROOLS_AND_KOGITO__kogitoAppsRepoGitRef: {
-      default: "004d0f35a68a22aa57ccb563f013563a360683b3",
+      default: "5c636bae421b56a717650f5bf9dfa807fbadaa86",
       description: "Git ref for the Kogito Apps repository (SHA, branch, or 
tag)",
     },
     DROOLS_AND_KOGITO__skip: {
diff --git a/packages/maven-base/not-reproducible-plugins.properties 
b/packages/maven-base/not-reproducible-plugins.properties
index ab25c60e310..c24aacae23c 100644
--- a/packages/maven-base/not-reproducible-plugins.properties
+++ b/packages/maven-base/not-reproducible-plugins.properties
@@ -84,7 +84,7 @@ 
org.eclipse.jetty+jetty-jspc-maven-plugin=fail:https://github.com/eclipse/jetty.
 
 
org.jboss.jandex+jandex-maven-plugin=fail:https://github.com/wildfly/jandex-maven-plugin/pull/35
 
-org.springframework.boot+spring-boot-maven-plugin=4.0.6
+org.springframework.boot+spring-boot-maven-plugin=4.0.7
 # https://github.com/spring-projects/spring-boot/issues/21005
 
 org.vafer+jdeb=1.10
diff --git a/packages/root-env/env/index.js b/packages/root-env/env/index.js
index 03fd101f846..d998c288e1a 100644
--- a/packages/root-env/env/index.js
+++ b/packages/root-env/env/index.js
@@ -74,7 +74,7 @@ module.exports = composeEnv([], {
     },
     /* (begin) This part of the file is referenced in 
`scripts/update-kogito-version` */
     KOGITO_RUNTIME_version: {
-      default: "999-20260609-local",
+      default: "999-20260616-local",
       description: "Kogito version to be used on dependency declaration.",
     },
     /* (end) */
diff --git a/packages/spring-boot-bom/pom.xml b/packages/spring-boot-bom/pom.xml
index cc516b2e2f3..8f7a9bfccfa 100644
--- a/packages/spring-boot-bom/pom.xml
+++ b/packages/spring-boot-bom/pom.xml
@@ -37,7 +37,7 @@
   <description>Bill of Materials for KIE Tools Spring Boot-based 
projects</description>
 
   <properties>
-    <version.org.springframework.boot>4.0.6</version.org.springframework.boot>
+    <version.org.springframework.boot>4.0.7</version.org.springframework.boot>
   </properties>
 
   <dependencyManagement>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to