This is an automated email from the ASF dual-hosted git repository.
jungm 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 59b457d0fd Bump surefire.version from 3.5.5 to 3.5.6
59b457d0fd is described below
commit 59b457d0fd80f74e2f0ee531bf7bf257149f8012
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 5 07:45:44 2026 +0000
Bump surefire.version from 3.5.5 to 3.5.6
Bumps `surefire.version` from 3.5.5 to 3.5.6.
Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.5 to 3.5.6
- [Release notes](https://github.com/apache/maven-surefire/releases)
-
[Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.5...surefire-3.5.6)
Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.5.5
to 3.5.6
- [Release notes](https://github.com/apache/maven-surefire/releases)
-
[Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.5...surefire-3.5.6)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-version: 3.5.6
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin
dependency-version: 3.5.6
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/openapi/pom.xml | 2 +-
tck/microprofile-tck/opentelemetry/logs/pom.xml | 2 +-
tck/microprofile-tck/opentelemetry/metrics/pom.xml | 2 +-
tck/microprofile-tck/opentelemetry/tracing/pom.xml | 2 +-
9 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index ef601ec6ad..06e0656901 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,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.5</surefire.version>
+ <surefire.version>3.5.6</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 edc1a00b24..60823cd1b0 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.5</version>
+ <version>3.5.6</version>
<configuration>
<!--
<dependenciesToScan>
diff --git a/tck/microprofile-tck/fault-tolerance/pom.xml
b/tck/microprofile-tck/fault-tolerance/pom.xml
index 5d7089029b..3b6305d42b 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.5</version>
+ <version>3.5.6</version>
<configuration>
<reuseForks>false</reuseForks>
<forkCount>1</forkCount>
diff --git a/tck/microprofile-tck/health/pom.xml
b/tck/microprofile-tck/health/pom.xml
index bd6b010666..36e3875e33 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.5</version>
+ <version>3.5.6</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 65c7c7a4be..a5a184f971 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.5</version>
+ <version>3.5.6</version>
<configuration>
<suiteXmlFiles>
<suiteXmlFile>${project.build.directory}/dependency/suites/tck-base-suite.xml</suiteXmlFile>
diff --git a/tck/microprofile-tck/openapi/pom.xml
b/tck/microprofile-tck/openapi/pom.xml
index 9384cc2ab2..1a8a5fa35d 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.5</version>
+ <version>3.5.6</version>
<configuration>
<dependenciesToScan>
<dependency>org.eclipse.microprofile.openapi:microprofile-openapi-tck</dependency>
diff --git a/tck/microprofile-tck/opentelemetry/logs/pom.xml
b/tck/microprofile-tck/opentelemetry/logs/pom.xml
index 9c10a778f3..cb0262d560 100644
--- a/tck/microprofile-tck/opentelemetry/logs/pom.xml
+++ b/tck/microprofile-tck/opentelemetry/logs/pom.xml
@@ -41,7 +41,7 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
- <version>3.5.5</version>
+ <version>3.5.6</version>
<configuration>
<reuseForks>false</reuseForks>
<dependenciesToScan>
diff --git a/tck/microprofile-tck/opentelemetry/metrics/pom.xml
b/tck/microprofile-tck/opentelemetry/metrics/pom.xml
index 9154bc8d46..54e8387dfd 100644
--- a/tck/microprofile-tck/opentelemetry/metrics/pom.xml
+++ b/tck/microprofile-tck/opentelemetry/metrics/pom.xml
@@ -41,7 +41,7 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
- <version>3.5.5</version>
+ <version>3.5.6</version>
<configuration>
<reuseForks>false</reuseForks>
<dependenciesToScan>
diff --git a/tck/microprofile-tck/opentelemetry/tracing/pom.xml
b/tck/microprofile-tck/opentelemetry/tracing/pom.xml
index 61df83300c..2c2dbf1c44 100644
--- a/tck/microprofile-tck/opentelemetry/tracing/pom.xml
+++ b/tck/microprofile-tck/opentelemetry/tracing/pom.xml
@@ -31,7 +31,7 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
- <version>3.5.5</version>
+ <version>3.5.6</version>
<configuration>
<reuseForks>false</reuseForks>
<dependenciesToScan>