Skip to content

Commit 1cbc5f6

Browse files
build(deps): bump org.apache.maven.plugins:maven-surefire-plugin (OpenRefine#7436)
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.3 to 3.5.4. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.3...surefire-3.5.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.4 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 79cb7da commit 1cbc5f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
</plugin>
149149
<plugin>
150150
<artifactId>maven-surefire-plugin</artifactId>
151-
<version>3.5.3</version>
151+
<version>3.5.4</version>
152152
<configuration>
153153
<skipTests>true</skipTests>
154154
</configuration>

packaging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@
474474
<plugin>
475475
<groupId>org.apache.maven.plugins</groupId>
476476
<artifactId>maven-surefire-plugin</artifactId>
477-
<version>3.5.3</version>
477+
<version>3.5.4</version>
478478
<configuration>
479479
<skip>true</skip>
480480
</configuration>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<exec-maven-plugin.version>3.5.1</exec-maven-plugin.version>
123123
<maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version>
124124
<jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
125-
<surefire.version>3.5.3</surefire.version>
125+
<surefire.version>3.5.4</surefire.version>
126126
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
127127
<maven-clean-plugin.version>3.5.0</maven-clean-plugin.version>
128128
<git-commit-id-plugin.version>4.9.10</git-commit-id-plugin.version>

0 commit comments

Comments
 (0)