Skip to content

Commit 75d3201

Browse files
committed
build: tests are now being properly run
1 parent aeabff9 commit 75d3201

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3131
<maven.compiler.source>8</maven.compiler.source>
3232
<maven.compiler.target>8</maven.compiler.target>
33-
<junit.version>5.7.1</junit.version>
33+
<junit.version>5.8.2</junit.version>
3434
<hamcrest.version>2.2</hamcrest.version>
3535
<spotless.version>2.12.2</spotless.version>
3636
<google-java-format.version>1.7</google-java-format.version>
@@ -90,6 +90,11 @@
9090
</execution>
9191
</executions>
9292
</plugin>
93+
<plugin>
94+
<groupId>org.apache.maven.plugins</groupId>
95+
<artifactId>maven-surefire-plugin</artifactId>
96+
<version>2.22.2</version>
97+
</plugin>
9398
<plugin>
9499
<groupId>org.sonatype.plugins</groupId>
95100
<artifactId>nexus-staging-maven-plugin</artifactId>

0 commit comments

Comments
 (0)