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 12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13
13
<maven .compiler.source>1.8</maven .compiler.source>
14
14
<maven .compiler.target>${maven.compiler.source} </maven .compiler.target>
15
- <junit .jupiter.version>5.11.4 </junit .jupiter.version>
15
+ <junit .jupiter.version>5.12.0 </junit .jupiter.version>
16
16
<io .cucumber.version>7.21.1</io .cucumber.version>
17
17
<org .mockito.version>5.15.2</org .mockito.version>
18
18
<!-- exclusion expression for e2e tests -->
125
125
<dependency >
126
126
<groupId >org.junit.platform</groupId >
127
127
<artifactId >junit-platform-suite</artifactId >
128
- <version >1.11.4 </version >
128
+ <version >1.12.0 </version >
129
129
<scope >test</scope >
130
130
</dependency >
131
131
212
212
<dependency >
213
213
<groupId >org.junit</groupId >
214
214
<artifactId >junit-bom</artifactId >
215
- <version >5.11.4 </version >
215
+ <version >5.12.0 </version >
216
216
<type >pom</type >
217
217
<scope >import</scope >
218
218
</dependency >
You can’t perform that action at this time.
0 commit comments