Skip to content

Commit eb28261

Browse files
Bump surefire.version from 3.5.3 to 3.5.5 (#2649)
Bumps `surefire.version` from 3.5.3 to 3.5.5. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.3 to 3.5.5 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.3...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](apache/maven-surefire@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-patch - 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f1e713f commit eb28261

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<version.plugin.bundle>6.0.2</version.plugin.bundle>
118118
<version.plugin.javadoc>3.12.0</version.plugin.javadoc>
119119
<asciidoclet.version>1.5.0</asciidoclet.version>
120-
<surefire.version>3.5.3</surefire.version>
120+
<surefire.version>3.5.5</surefire.version>
121121

122122
<!-- OSGi bundles properties -->
123123
<openejb.bundle.activator />

tck/microprofile-tck/config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<plugin>
3434
<groupId>org.apache.maven.plugins</groupId>
3535
<artifactId>maven-surefire-plugin</artifactId>
36-
<version>3.5.3</version>
36+
<version>3.5.5</version>
3737
<configuration>
3838
<!--
3939
<dependenciesToScan>

tck/microprofile-tck/fault-tolerance/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<plugin>
3434
<groupId>org.apache.maven.plugins</groupId>
3535
<artifactId>maven-surefire-plugin</artifactId>
36-
<version>3.5.3</version>
36+
<version>3.5.5</version>
3737
<configuration>
3838
<reuseForks>false</reuseForks>
3939
<forkCount>1</forkCount>

tck/microprofile-tck/health/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<plugins>
3333
<plugin>
3434
<artifactId>maven-surefire-plugin</artifactId>
35-
<version>3.5.3</version>
35+
<version>3.5.5</version>
3636
<configuration>
3737
<dependenciesToScan>
3838
<dependency>org.eclipse.microprofile.health:microprofile-health-tck</dependency>

tck/microprofile-tck/jwt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
<plugin>
158158
<groupId>org.apache.maven.plugins</groupId>
159159
<artifactId>maven-surefire-plugin</artifactId>
160-
<version>3.5.3</version>
160+
<version>3.5.5</version>
161161
<configuration>
162162
<suiteXmlFiles>
163163
<suiteXmlFile>${project.build.directory}/dependency/suites/tck-base-suite.xml</suiteXmlFile>

tck/microprofile-tck/openapi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<plugin>
6565
<artifactId>maven-surefire-plugin</artifactId>
6666
<!-- Updated version to fix hanging text -->
67-
<version>3.5.3</version>
67+
<version>3.5.5</version>
6868
<configuration>
6969
<dependenciesToScan>
7070
<dependency>org.eclipse.microprofile.openapi:microprofile-openapi-tck</dependency>

0 commit comments

Comments
 (0)