We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bbaa27 commit beca838Copy full SHA for beca838
pom.xml
@@ -47,7 +47,7 @@
47
<properties>
48
<maven.compiler.source>1.8</maven.compiler.source>
49
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
50
- <junit.jupiter.version>5.10.0</junit.jupiter.version>
+ <junit.jupiter.version>5.10.1</junit.jupiter.version>
51
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
52
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
53
<module-name>${groupId}.${artifactId}</module-name>
@@ -134,7 +134,7 @@
134
<dependency>
135
<groupId>org.junit.platform</groupId>
136
<artifactId>junit-platform-suite</artifactId>
137
- <version>1.10.0</version>
+ <version>1.10.1</version>
138
<scope>test</scope>
139
</dependency>
140
0 commit comments