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 963b4d8 commit 78fc71aCopy full SHA for 78fc71a
pom.xml
@@ -46,7 +46,7 @@
46
<properties>
47
<maven.compiler.source>1.8</maven.compiler.source>
48
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
49
- <junit.jupiter.version>5.10.0</junit.jupiter.version>
+ <junit.jupiter.version>5.10.1</junit.jupiter.version>
50
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
51
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
52
<module-name>${groupId}.${artifactId}</module-name>
@@ -133,7 +133,7 @@
133
<dependency>
134
<groupId>org.junit.platform</groupId>
135
<artifactId>junit-platform-suite</artifactId>
136
- <version>1.10.0</version>
+ <version>1.10.1</version>
137
<scope>test</scope>
138
</dependency>
139
0 commit comments