File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 143143 <plugin >
144144 <groupId >org.apache.maven.plugins</groupId >
145145 <artifactId >maven-compiler-plugin</artifactId >
146- <version >3.14.0 </version >
146+ <version >3.14.1 </version >
147147 <configuration >
148148 <source >${project.jdkVersion} </source >
149149 <target >${project.jdkVersion} </target >
177177 <plugin >
178178 <groupId >org.jacoco</groupId >
179179 <artifactId >jacoco-maven-plugin</artifactId >
180- <version >0.8.13 </version >
180+ <version >0.8.14 </version >
181181 <executions >
182182 <execution >
183183 <id >prepare-agent</id >
211211 <groupId >org.junit.jupiter</groupId >
212212 <artifactId >junit-jupiter-engine</artifactId >
213213 <scope >test</scope >
214- <version >5.13.4 </version >
214+ <version >5.14.0 </version >
215215 </dependency >
216216 <dependency >
217217 <groupId >org.junit.jupiter</groupId >
218218 <artifactId >junit-jupiter-params</artifactId >
219219 <scope >test</scope >
220- <version >5.13.4 </version >
220+ <version >5.14.0 </version >
221221 </dependency >
222222 <dependency >
223223 <groupId >org.hamcrest</groupId >
You can’t perform that action at this time.
0 commit comments