File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1111 <maven .compiler.source>1.8</maven .compiler.source>
1212 <maven .compiler.target>${maven.compiler.source} </maven .compiler.target>
13- <junit .jupiter.version>5.8 .1</junit .jupiter.version>
13+ <junit .jupiter.version>5.9 .1</junit .jupiter.version>
1414 <!-- exclusion expression for integration tests -->
1515 <testExclusions >**/integration/*.java</testExclusions >
1616 </properties >
115115 <dependency >
116116 <groupId >org.junit.platform</groupId >
117117 <artifactId >junit-platform-suite</artifactId >
118- <version >1.9.0 </version >
118+ <version >1.9.1 </version >
119119 <scope >test</scope >
120120 </dependency >
121121
162162 <dependency >
163163 <groupId >org.junit</groupId >
164164 <artifactId >junit-bom</artifactId >
165- <version >5.9.0 </version >
165+ <version >5.9.1 </version >
166166 <type >pom</type >
167167 <scope >import</scope >
168168 </dependency >
You can’t perform that action at this time.
0 commit comments