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.11.2 </junit .jupiter.version>
13
+ <junit .jupiter.version>5.11.3 </junit .jupiter.version>
14
14
<!-- exclusion expression for e2e tests -->
15
15
<testExclusions >**/e2e/*.java</testExclusions >
16
16
<module-name >${project.groupId} .${project.artifactId} </module-name >
109
109
<dependency >
110
110
<groupId >org.junit.platform</groupId >
111
111
<artifactId >junit-platform-suite</artifactId >
112
- <version >1.11.2 </version >
112
+ <version >1.11.3 </version >
113
113
<scope >test</scope >
114
114
</dependency >
115
115
187
187
<dependency >
188
188
<groupId >org.junit</groupId >
189
189
<artifactId >junit-bom</artifactId >
190
- <version >5.11.2 </version >
190
+ <version >5.11.3 </version >
191
191
<type >pom</type >
192
192
<scope >import</scope >
193
193
</dependency >
You can’t perform that action at this time.
0 commit comments