File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4848 <dependency >
4949 <groupId >org.junit.jupiter</groupId >
5050 <artifactId >junit-jupiter</artifactId >
51- <version >5.11.4 </version >
51+ <version >5.12.2 </version >
5252 <scope >test</scope >
5353 </dependency >
5454 <dependency >
5555 <groupId >org.mockito</groupId >
5656 <artifactId >mockito-core</artifactId >
57- <version >5.15.2 </version >
57+ <version >5.17.0 </version >
5858 <scope >test</scope >
5959 </dependency >
6060 </dependencies >
6464 <plugin >
6565 <groupId >org.apache.maven.plugins</groupId >
6666 <artifactId >maven-compiler-plugin</artifactId >
67- <version >3.13 .0</version >
67+ <version >3.14 .0</version >
6868 <configuration >
6969 <release >11</release >
7070 </configuration >
7171 </plugin >
7272 <plugin >
7373 <groupId >org.apache.maven.plugins</groupId >
7474 <artifactId >maven-surefire-plugin</artifactId >
75- <version >3.5.2 </version >
75+ <version >3.5.3 </version >
7676 </plugin >
7777 <plugin >
7878 <groupId >org.apache.maven.plugins</groupId >
111111 <plugin >
112112 <groupId >org.jacoco</groupId >
113113 <artifactId >jacoco-maven-plugin</artifactId >
114- <version >0.8.12 </version >
114+ <version >0.8.13 </version >
115115 <executions >
116116 <execution >
117117 <id >prepare-agent</id >
You can’t perform that action at this time.
0 commit comments