This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch
dependabot/maven/main/version.spring-boot-4.0.3
in repository https://gitbox.apache.org/repos/asf/tomee.git
commit fd78391e9e2e42f050fd4b36b93c185e6db53acd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 22 15:31:14 2026 +0000
Bump version.spring-boot from 4.0.2 to 4.0.3
Bumps `version.spring-boot` from 4.0.2 to 4.0.3.
Updates `org.springframework.boot:spring-boot-starter-web` from 4.0.2 to
4.0.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
-
[Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.2...v4.0.3)
Updates `org.springframework.boot:spring-boot-starter-tomcat` from 4.0.2 to
4.0.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
-
[Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.2...v4.0.3)
Updates `org.springframework.boot:spring-boot-starter-test` from 4.0.2 to
4.0.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
-
[Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.2...v4.0.3)
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-web
dependency-version: 4.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-tomcat
dependency-version: 4.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-test
dependency-version: 4.0.3
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
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 dc8b6dde46..fe625033de 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>4.0.2</version.spring-boot>
+ <version.spring-boot>4.0.3</version.spring-boot>
<version.shrinkwrap.resolver>3.3.5</version.shrinkwrap.resolver>
<!-- junit 5.11 is broken for some reason here -->