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

jungm 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 78566c7707 [tomee-10.x]: Bump surefire.version from 2.22.2 to 3.5.5
78566c7707 is described below

commit 78566c770799a12585dd4100f489d19bba907662
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 1 04:38:20 2026 +0000

    [tomee-10.x]: Bump surefire.version from 2.22.2 to 3.5.5
    
    Bumps `surefire.version` from 2.22.2 to 3.5.5.
    
    Updates `org.apache.maven.plugins:maven-surefire-plugin` from 2.22.2 to 
3.5.5
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - 
[Commits](https://github.com/apache/maven-surefire/compare/surefire-2.22.2...surefire-3.5.5)
    
    Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.5.3 
to 3.5.5
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - 
[Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.3...surefire-3.5.5)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      dependency-version: 3.5.5
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin
      dependency-version: 3.5.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 pom.xml                                      | 2 +-
 tck/microprofile-tck/config/pom.xml          | 2 +-
 tck/microprofile-tck/fault-tolerance/pom.xml | 2 +-
 tck/microprofile-tck/health/pom.xml          | 2 +-
 tck/microprofile-tck/jwt/pom.xml             | 2 +-
 tck/microprofile-tck/metrics/pom.xml         | 2 +-
 tck/microprofile-tck/openapi/pom.xml         | 2 +-
 tck/microprofile-tck/opentelemetry/pom.xml   | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 64d4c7c7c2..e514873b23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
     <version.plugin.bundle>6.0.2</version.plugin.bundle>
     <version.plugin.javadoc>3.12.0</version.plugin.javadoc>
     <asciidoclet.version>1.5.0</asciidoclet.version>
-    <surefire.version>3.5.3</surefire.version>
+    <surefire.version>3.5.5</surefire.version>
 
     <!-- OSGi bundles properties -->
     <openejb.bundle.activator />
diff --git a/tck/microprofile-tck/config/pom.xml 
b/tck/microprofile-tck/config/pom.xml
index d5323ed864..4bd6f6ec0a 100644
--- a/tck/microprofile-tck/config/pom.xml
+++ b/tck/microprofile-tck/config/pom.xml
@@ -33,7 +33,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>3.5.3</version>
+        <version>3.5.5</version>
         <configuration>
           <!--
           <dependenciesToScan>
diff --git a/tck/microprofile-tck/fault-tolerance/pom.xml 
b/tck/microprofile-tck/fault-tolerance/pom.xml
index 8fcd411b37..b4a1ae2ac1 100644
--- a/tck/microprofile-tck/fault-tolerance/pom.xml
+++ b/tck/microprofile-tck/fault-tolerance/pom.xml
@@ -33,7 +33,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>3.5.3</version>
+        <version>3.5.5</version>
         <configuration>
           <reuseForks>true</reuseForks>
           <forkCount>1</forkCount>
diff --git a/tck/microprofile-tck/health/pom.xml 
b/tck/microprofile-tck/health/pom.xml
index d6d074244c..2cd9b36272 100644
--- a/tck/microprofile-tck/health/pom.xml
+++ b/tck/microprofile-tck/health/pom.xml
@@ -32,7 +32,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>3.5.3</version>
+        <version>3.5.5</version>
         <configuration>
           <dependenciesToScan>
             
<dependency>org.eclipse.microprofile.health:microprofile-health-tck</dependency>
diff --git a/tck/microprofile-tck/jwt/pom.xml b/tck/microprofile-tck/jwt/pom.xml
index 07b340bec5..8439d5b752 100644
--- a/tck/microprofile-tck/jwt/pom.xml
+++ b/tck/microprofile-tck/jwt/pom.xml
@@ -157,7 +157,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>3.5.3</version>
+        <version>3.5.5</version>
         <configuration>
           <suiteXmlFiles>
             
<suiteXmlFile>${project.build.directory}/dependency/suites/tck-base-suite.xml</suiteXmlFile>
diff --git a/tck/microprofile-tck/metrics/pom.xml 
b/tck/microprofile-tck/metrics/pom.xml
index 38b9cf7b5b..314f9a511f 100644
--- a/tck/microprofile-tck/metrics/pom.xml
+++ b/tck/microprofile-tck/metrics/pom.xml
@@ -33,7 +33,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>3.5.3</version>
+        <version>3.5.5</version>
         <configuration>
           <reuseForks>false</reuseForks>
           <dependenciesToScan>
diff --git a/tck/microprofile-tck/openapi/pom.xml 
b/tck/microprofile-tck/openapi/pom.xml
index 4c70585c02..774c21480e 100644
--- a/tck/microprofile-tck/openapi/pom.xml
+++ b/tck/microprofile-tck/openapi/pom.xml
@@ -64,7 +64,7 @@
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <!-- Updated version to fix hanging text -->
-        <version>3.5.3</version>
+        <version>3.5.5</version>
         <configuration>
           <dependenciesToScan>
             
<dependency>org.eclipse.microprofile.openapi:microprofile-openapi-tck</dependency>
diff --git a/tck/microprofile-tck/opentelemetry/pom.xml 
b/tck/microprofile-tck/opentelemetry/pom.xml
index a21f0f1009..4e529934f4 100644
--- a/tck/microprofile-tck/opentelemetry/pom.xml
+++ b/tck/microprofile-tck/opentelemetry/pom.xml
@@ -31,7 +31,7 @@
         <plugins>
             <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>3.5.3</version>
+                <version>3.5.5</version>
                 <configuration>
                     <reuseForks>false</reuseForks>
                     <dependenciesToScan>

Reply via email to