Skip to content

Commit 09d282b

Browse files
chore(deps): bump maven-surefire-plugin.version from 3.1.0 to 3.1.2 (#127)
Bumps `maven-surefire-plugin.version` from 3.1.0 to 3.1.2. Updates `maven-surefire-plugin` from 3.1.0 to 3.1.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.1.0...surefire-3.1.2) Updates `maven-failsafe-plugin` from 3.1.0 to 3.1.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.1.0...surefire-3.1.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin 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 baf2d39 commit 09d282b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/quarkus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
1919
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
2020
<quarkus.platform.version>3.0.3.Final</quarkus.platform.version>
21-
<surefire-plugin.version>3.1.0</surefire-plugin.version>
21+
<surefire-plugin.version>3.1.2</surefire-plugin.version>
2222
<slf4j.version>2.0.6</slf4j.version>
2323
</properties>
2424
<dependencyManagement>

0 commit comments

Comments
 (0)