This is an automated email from the ASF dual-hosted git repository.
tzimanyi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
The following commit(s) were added to refs/heads/main by this push:
new 87cdb387de Align with Spring Boot 3.4.11 update in the community.
(#6502)
87cdb387de is described below
commit 87cdb387de91767443a57e4c4ef3465825703d83
Author: Tibor Zimányi <[email protected]>
AuthorDate: Mon Oct 27 13:10:47 2025 +0100
Align with Spring Boot 3.4.11 update in the community. (#6502)
---
build-parent/pom.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/build-parent/pom.xml b/build-parent/pom.xml
index 52f268bf72..af9ebd642d 100644
--- a/build-parent/pom.xml
+++ b/build-parent/pom.xml
@@ -51,7 +51,7 @@
- A version property must be specified in the format
"version.{groupId}", optionally with a suffix to make it unique.
- Version properties must be sorted alphabetically (other form of
sorting were found to be unclear and ambiguous).
-->
- <version.ch.qos.logback>1.5.19</version.ch.qos.logback>
+ <version.ch.qos.logback>1.5.20</version.ch.qos.logback>
<version.commons-codec>1.18.0</version.commons-codec>
<version.commons-collections>3.2.2</version.commons-collections>
<version.commons-logging>1.1.1</version.commons-logging>
@@ -70,9 +70,9 @@
<version.com.thoughtworks.xstream>1.4.21</version.com.thoughtworks.xstream>
<version.guru.nidi>0.18.0</version.guru.nidi>
<version.info.picocli>4.7.5</version.info.picocli>
- <version.io.micrometer>1.14.11</version.io.micrometer>
+ <version.io.micrometer>1.14.12</version.io.micrometer>
<version.io.quarkus>3.20.3</version.io.quarkus>
- <version.io.netty>4.1.127.Final</version.io.netty>
+ <version.io.netty>4.1.128.Final</version.io.netty>
<version.io.smallrye.openapi.core>4.0.12</version.io.smallrye.openapi.core>
<version.io.smallrye.config.core>3.11.4</version.io.smallrye.config.core>
<version.org.apache.kafka>3.9.1</version.org.apache.kafka>
@@ -96,7 +96,7 @@
<version.org.assertj>3.27.3</version.org.assertj>
<version.org.eclipse.jdt>3.33.0</version.org.eclipse.jdt>
<version.org.freemarker>2.3.32</version.org.freemarker>
- <version.org.glassfish.jaxb>4.0.4</version.org.glassfish.jaxb>
+ <version.org.glassfish.jaxb>4.0.6</version.org.glassfish.jaxb>
<!--This needs to be in sync with JUnit-->
<version.org.hamcrest>2.2</version.org.hamcrest>
<version.org.hsqldb>2.3.0</version.org.hsqldb>
@@ -115,7 +115,7 @@
<version.jakarta.annotation-api>2.1.1</version.jakarta.annotation-api>
<version.jakarta.transaction-api>2.0.1</version.jakarta.transaction-api>
<version.jakarta.persistence-api>3.1.0</version.jakarta.persistence-api>
- <version.jakarta.xml.bind-api>4.0.1</version.jakarta.xml.bind-api>
+ <version.jakarta.xml.bind-api>4.0.4</version.jakarta.xml.bind-api>
<version.jakarta.json.bind-api>3.0.0</version.jakarta.json.bind-api>
<version.jakarta.json>1.1.5</version.jakarta.json>
<version.jakarta.json-api>2.1.3</version.jakarta.json-api>
@@ -189,7 +189,7 @@
<version.net.byte-buddy>1.14.11</version.net.byte-buddy>
- <version.org.postgresql>42.7.7</version.org.postgresql>
+ <version.org.postgresql>42.7.8</version.org.postgresql>
<version.ch.obermuhlner>2.0.1</version.ch.obermuhlner>
<version.io.smallrye.jandex>3.3.0</version.io.smallrye.jandex>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]