We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c83570 commit be99931Copy full SHA for be99931
pom.xml
@@ -41,7 +41,7 @@
41
<properties>
42
<maven.compiler.source>1.8</maven.compiler.source>
43
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
44
- <junit.jupiter.version>5.8.1</junit.jupiter.version>
+ <junit.jupiter.version>5.9.1</junit.jupiter.version>
45
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
46
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
47
</properties>
@@ -127,7 +127,7 @@
127
<dependency>
128
<groupId>org.junit.platform</groupId>
129
<artifactId>junit-platform-suite</artifactId>
130
- <version>1.8.1</version>
+ <version>1.9.1</version>
131
<scope>test</scope>
132
</dependency>
133
0 commit comments