File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
11
11
<maven .compiler.source>1.8</maven .compiler.source>
12
12
<maven .compiler.target>${maven.compiler.source} </maven .compiler.target>
13
- <junit .jupiter.version>5.9.1 </junit .jupiter.version>
13
+ <junit .jupiter.version>5.9.2 </junit .jupiter.version>
14
14
<!-- exclusion expression for integration tests -->
15
15
<testExclusions >**/integration/*.java</testExclusions >
16
16
</properties >
115
115
<dependency >
116
116
<groupId >org.junit.platform</groupId >
117
117
<artifactId >junit-platform-suite</artifactId >
118
- <version >1.9.1 </version >
118
+ <version >1.9.2 </version >
119
119
<scope >test</scope >
120
120
</dependency >
121
121
160
160
<dependency >
161
161
<groupId >org.junit</groupId >
162
162
<artifactId >junit-bom</artifactId >
163
- <version >5.9.1 </version >
163
+ <version >5.9.2 </version >
164
164
<type >pom</type >
165
165
<scope >import</scope >
166
166
</dependency >
You can’t perform that action at this time.
0 commit comments