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 1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1313 <maven .compiler.source>11</maven .compiler.source>
1414 <maven .compiler.target>${maven.compiler.source} </maven .compiler.target>
15- <junit .jupiter.version>5.12.2 </junit .jupiter.version>
15+ <junit .jupiter.version>5.13.0 </junit .jupiter.version>
1616 <io .cucumber.version>7.23.0</io .cucumber.version>
1717 <org .mockito.version>5.18.0</org .mockito.version>
1818 <!-- exclusion expression for e2e tests -->
125125 <dependency >
126126 <groupId >org.junit.platform</groupId >
127127 <artifactId >junit-platform-suite</artifactId >
128- <version >1.12.2 </version >
128+ <version >1.13.0 </version >
129129 <scope >test</scope >
130130 </dependency >
131131
212212 <dependency >
213213 <groupId >org.junit</groupId >
214214 <artifactId >junit-bom</artifactId >
215- <version >5.12.2 </version >
215+ <version >5.13.0 </version >
216216 <type >pom</type >
217217 <scope >import</scope >
218218 </dependency >
You can’t perform that action at this time.
0 commit comments