File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 <!-- Maven build plugins for quality checks -->
5353 <plexus .compiler.javac.errorprone.version>2.8.5</plexus .compiler.javac.errorprone.version>
5454 <error .prone.core.version>2.3.2</error .prone.core.version>
55- <jacoco .maven.plugin.version>0.8.2 </jacoco .maven.plugin.version>
55+ <jacoco .maven.plugin.version>0.8.7 </jacoco .maven.plugin.version>
5656 <spotbugs .maven.plugin.version>3.1.9</spotbugs .maven.plugin.version>
5757 <com .github.spotbugs.version>3.1.10</com .github.spotbugs.version>
5858 </properties >
102102 <dependency >
103103 <groupId >org.json</groupId >
104104 <artifactId >json</artifactId >
105- <version >20171018 </version >
105+ <version >20210307 </version >
106106 <scope >test</scope >
107107 </dependency >
108108 <dependency >
109109 <groupId >commons-io</groupId >
110110 <artifactId >commons-io</artifactId >
111- <version >2.7 </version >
111+ <version >2.11.0 </version >
112112 <scope >test</scope >
113113 </dependency >
114114 </dependencies >
264264 <plugin >
265265 <groupId >org.apache.maven.plugins</groupId >
266266 <artifactId >maven-gpg-plugin</artifactId >
267- <version >1.5 </version >
267+ <version >3.0.1 </version >
268268 <executions >
269269 <execution >
270270 <id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments