This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 3c25f88db8f chore(deps): Bump
org.springframework.boot:spring-boot-loader-tools (#19260)
3c25f88db8f is described below
commit 3c25f88db8fdbbf0240900878a0a80b3812d375d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 19 09:19:02 2025 +0200
chore(deps): Bump org.springframework.boot:spring-boot-loader-tools (#19260)
Bumps
[org.springframework.boot:spring-boot-loader-tools](https://github.com/spring-projects/spring-boot)
from 3.5.5 to 3.5.6.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
-
[Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.5...v3.5.6)
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-loader-tools
dependency-version: 3.5.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
tooling/maven/camel-repackager-maven-plugin/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tooling/maven/camel-repackager-maven-plugin/pom.xml
b/tooling/maven/camel-repackager-maven-plugin/pom.xml
index efa8adb4c33..641de275adb 100644
--- a/tooling/maven/camel-repackager-maven-plugin/pom.xml
+++ b/tooling/maven/camel-repackager-maven-plugin/pom.xml
@@ -39,7 +39,7 @@
<firstVersion>4.13.0</firstVersion>
<label>tooling</label>
<supportLevel>Preview</supportLevel>
- <spring-boot-version>3.5.5</spring-boot-version>
+ <spring-boot-version>3.5.6</spring-boot-version>
</properties>
<dependencies>