commit 9f5105325f77c93e572a42926970208fd509e7c6 parent 4e845f89ab03308172ffff5f83ebedaeb3feaff7 Author: Wim Dupont <wim@wimdupont.com> Date: Mon, 15 Jan 2024 21:49:39 +0100 version bump Diffstat:
M | pom.xml | | | 9 | +-------- |
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml @@ -15,8 +15,7 @@ <bcpg-jdk18on.version>1.77</bcpg-jdk18on.version> <otp-java.version>2.0.3</otp-java.version> <junit-jupiter-engine.version>5.10.1</junit-jupiter-engine.version> - <mockito.version>5.8.0</mockito.version> - <maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version> + <mockito.version>5.9.0</mockito.version> </properties> <dependencies> @@ -91,12 +90,6 @@ </archive> </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>${maven-surefire-plugin.version}</version> - </plugin> </plugins> </build> - </project>