Skip to content

Commit 9759043

Browse files
Merge remote-tracking branch 'origin/master'
2 parents fa79757 + f9f4c02 commit 9759043

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
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>
@@ -102,13 +102,13 @@
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>
@@ -264,7 +264,7 @@
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>

0 commit comments

Comments
 (0)