commit | 366a6dd48a8e4a1f5996fbdd81fa847c6a92cdcd | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Jun 06 18:56:46 2023 +0000 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Sep 05 10:33:51 2023 +0200 |
tree | 44a4823aaf038c685e8f7c2a01bb4e350a7c3830 | |
parent | afd058387f622136dee8ee65acf7a1bb7de77fa1 [diff] |
Bump maven-surefire-plugin from 3.0.0 to 3.1.2 Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0 to 3.1.2. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.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-minor ... Signed-off-by: dependabot[bot] <support@github.com> Closes #96 Change-Id: I7271a120682e85bd38e44d84bed71bd60801a15d
diff --git a/pom.xml b/pom.xml index cd2d423..f520291 100644 --- a/pom.xml +++ b/pom.xml
@@ -93,7 +93,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>3.0.0</version> + <version>3.1.2</version> <configuration> <threadCount>15</threadCount> <reuseForks>true</reuseForks>