| commit | be1d7a9935a79fcc08a1cea819cc79fe4b60aec5 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Sep 04 18:02:28 2026 +0000 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Sat Sep 05 11:28:54 2026 +0200 |
| tree | 8972b4affeb2c6bc53ccc175297dc5dfda4748d1 | |
| parent | e42a441edf9b71ac649ceddc33fc2bb8c7cb7a50 [diff] [blame] |
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.6 to 3.6.0 Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.6 to 3.6.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.6...surefire-3.6.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.6.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Closes #148 Change-Id: I8dff40ee11ffc97e7b95dfdaf976a2181ac833f5
diff --git a/pom.xml b/pom.xml index 689c655..c27b5ca 100644 --- a/pom.xml +++ b/pom.xml
@@ -149,7 +149,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>3.5.6</version> + <version>3.6.0</version> <configuration> <threadCount>15</threadCount> <reuseForks>true</reuseForks>