| commit | d9bab4ef7dc36f8c627b7280ea0a5baa09abe2f9 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Dec 25 18:01:02 2025 +0000 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Sat Dec 27 09:21:46 2025 +0100 |
| tree | 9b1b15276b0ff1e0accf66c003b1f84809e5be31 | |
| parent | f67810eb1c43b1bd9d82160e209bcdffc36645e0 [diff] |
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.5.4 Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.2 to 3.5.4. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.2...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-minor ... Signed-off-by: dependabot[bot] <support@github.com> Closes #123 Change-Id: I6c37107147f5aeb110ef96eda0e8425aea666f23
diff --git a/pom.xml b/pom.xml index 884d7d1..c4e5feb 100644 --- a/pom.xml +++ b/pom.xml
@@ -136,7 +136,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>3.2.2</version> + <version>3.5.4</version> <configuration> <threadCount>15</threadCount> <reuseForks>true</reuseForks>