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

rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/main by this push:
     new cb8b4214c3 Bump version.spring-boot from 4.0.6 to 4.1.0
cb8b4214c3 is described below

commit cb8b4214c37ffead8a0ca95f4deda68db2bd6765
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 25 06:03:26 2026 +0000

    Bump version.spring-boot from 4.0.6 to 4.1.0
    
    Bumps `version.spring-boot` from 4.0.6 to 4.1.0.
    
    Updates `org.springframework.boot:spring-boot-starter-web` from 4.0.6 to 
4.1.0
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - 
[Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.6...v4.1.0)
    
    Updates `org.springframework.boot:spring-boot-starter-tomcat` from 4.0.6 to 
4.1.0
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - 
[Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.6...v4.1.0)
    
    Updates `org.springframework.boot:spring-boot-starter-test` from 4.0.6 to 
4.1.0
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - 
[Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.6...v4.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-starter-web
      dependency-version: 4.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.springframework.boot:spring-boot-starter-tomcat
      dependency-version: 4.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.springframework.boot:spring-boot-starter-test
      dependency-version: 4.1.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    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 141c5a37e3..6424cb557d 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.6</version.spring-boot>
+        <version.spring-boot>4.1.0</version.spring-boot>
         <version.shrinkwrap.resolver>3.3.7</version.shrinkwrap.resolver>
 
         <!-- junit 5.11 is broken for some reason here -->

Reply via email to