File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 1414 <properties >
1515 <apiguardian-api .version>1.1.2</apiguardian-api .version>
1616 <hamcrest .version>3.0</hamcrest .version>
17- <junit-jupiter .version>5.14 .1</junit-jupiter .version>
18- <spring .version>6.2.13 </spring .version>
17+ <junit-jupiter .version>6.0 .1</junit-jupiter .version>
18+ <spring .version>7.0.0 </spring .version>
1919 <project .Automatic-Module-Name>io.cucumber.spring</project .Automatic-Module-Name>
2020 <mockito .version>5.20.0</mockito .version>
2121 </properties >
9797 <scope >test</scope >
9898 </dependency >
9999 </dependencies >
100+ <build >
101+ <plugins >
102+ <plugin >
103+ <groupId >org.apache.maven.plugins</groupId >
104+ <artifactId >maven-compiler-plugin</artifactId >
105+ <configuration >
106+ <source >17</source >
107+ <target >17</target >
108+ </configuration >
109+ </plugin >
110+ </plugins >
111+ </build >
100112
101113</project >
You can’t perform that action at this time.
0 commit comments