Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed Jul 19, 2021
1 parent 238b293 commit 80e71a1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
<maven.compiler.release>8</maven.compiler.release>

<!-- dependencies -->
<gson.version>2.8.6</gson.version>
<gson.version>2.8.7</gson.version>
<guava.version>30.1.1-jre</guava.version>
<siv-mode.version>1.4.2</siv-mode.version>
<slf4j.version>1.7.30</slf4j.version>
<siv-mode.version>1.4.3</siv-mode.version>
<slf4j.version>1.7.31</slf4j.version>

<!-- test dependencies -->
<junit.jupiter.version>5.7.1</junit.jupiter.version>
<mockito.version>3.9.0</mockito.version>
<junit.jupiter.version>5.7.2</junit.jupiter.version>
<mockito.version>3.11.2</mockito.version>
<hamcrest.version>2.2</hamcrest.version>
<jmh.version>1.29</jmh.version>
<jmh.version>1.32</jmh.version>

<!-- build plugin dependencies -->
<dependency-check.version>6.1.6</dependency-check.version>
<jacoco.version>0.8.6</jacoco.version>
<dependency-check.version>6.2.2</dependency-check.version>
<jacoco.version>0.8.7</jacoco.version>
<nexus-staging.version>1.6.8</nexus-staging.version>
</properties>

Expand Down Expand Up @@ -196,7 +196,7 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down Expand Up @@ -297,7 +297,7 @@
<plugins>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<version>3.0.1</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 80e71a1

Please sign in to comment.