File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 5757 <dependency >
5858 <groupId >junit</groupId >
5959 <artifactId >junit</artifactId >
60- <version >4.13.1 </version >
60+ <version >4.13.2 </version >
6161 <scope >test</scope >
6262 </dependency >
6363 </dependencies >
7575 <plugins >
7676 <plugin >
7777 <artifactId >maven-compiler-plugin</artifactId >
78- <version >3.8 .0</version >
78+ <version >3.13 .0</version >
7979 <configuration >
8080 <source >1.7</source >
8181 <target >1.7</target >
9494 <plugin >
9595 <groupId >org.apache.maven.plugins</groupId >
9696 <artifactId >maven-surefire-plugin</artifactId >
97- <version >2.22.0 </version >
97+ <version >3.5.2 </version >
9898 </plugin >
9999 <plugin >
100100 <artifactId >maven-jar-plugin</artifactId >
101- <version >2 .2</version >
101+ <version >3.4 .2</version >
102102 <configuration >
103103 <archive >
104104 <manifestFile >MANIFEST.MF</manifestFile >
115115 <plugin >
116116 <groupId >org.jacoco</groupId >
117117 <artifactId >jacoco-maven-plugin</artifactId >
118- <version >0.8.0 </version >
118+ <version >0.8.12 </version >
119119 <configuration >
120120 <excludes >
121121 </excludes >
187187 </plugin >
188188 <plugin >
189189 <artifactId >maven-source-plugin</artifactId >
190- <version >2.2 .1</version >
190+ <version >3.3 .1</version >
191191 <executions >
192192 <execution >
193193 <id >attach-sources</id >
199199 </plugin >
200200 <plugin >
201201 <artifactId >maven-javadoc-plugin</artifactId >
202- <version >3.0.1 </version >
202+ <version >3.8.0 </version >
203203 <executions >
204204 <execution >
205205 <id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments