This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-10.x by this push:
new 1f36db93dc [tomee-10.x]: Bump version.spring-boot from 3.5.15 to
3.5.16 (#2806)
1f36db93dc is described below
commit 1f36db93dc1597726a014d5918eba1cc6481eec1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 29 11:39:28 2026 +0200
[tomee-10.x]: Bump version.spring-boot from 3.5.15 to 3.5.16 (#2806)
Bumps `version.spring-boot` from 3.5.15 to 3.5.16.
Updates `org.springframework.boot:spring-boot-starter-web` from 3.5.15 to
3.5.16
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
-
[Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.15...v3.5.16)
Updates `org.springframework.boot:spring-boot-starter-tomcat` from 3.5.15
to 3.5.16
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
-
[Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.15...v3.5.16)
Updates `org.springframework.boot:spring-boot-starter-test` from 3.5.15 to
3.5.16
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
-
[Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.15...v3.5.16)
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-web
dependency-version: 3.5.16
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-tomcat
dependency-version: 3.5.16
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-test
dependency-version: 3.5.16
dependency-type: direct:development
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>
---
arquillian/functional-tests/spring-cxf-tomee-4332/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arquillian/functional-tests/spring-cxf-tomee-4332/pom.xml
b/arquillian/functional-tests/spring-cxf-tomee-4332/pom.xml
index 57d6110060..ee92209f75 100644
--- a/arquillian/functional-tests/spring-cxf-tomee-4332/pom.xml
+++ b/arquillian/functional-tests/spring-cxf-tomee-4332/pom.xml
@@ -31,7 +31,7 @@
<name>TomEE :: Arquillian :: Functional Tests :: Spring CXF Test</name>
<properties>
- <version.spring-boot>3.5.15</version.spring-boot>
+ <version.spring-boot>3.5.16</version.spring-boot>
<version.shrinkwrap.resolver>3.3.7</version.shrinkwrap.resolver>
<!-- junit 5.11 is broken for some reason here -->