mirror of https://github.com/shred/acme4j
Dependency updates
parent
d5305aae36
commit
d0f1966447
10
pom.xml
10
pom.xml
|
@ -51,9 +51,9 @@
|
|||
</developers>
|
||||
|
||||
<properties>
|
||||
<bouncycastle.version>1.67</bouncycastle.version>
|
||||
<bouncycastle.version>1.68</bouncycastle.version>
|
||||
<httpclient.version>4.5.13</httpclient.version>
|
||||
<jose4j.version>0.7.3</jose4j.version>
|
||||
<jose4j.version>0.7.6</jose4j.version>
|
||||
<slf4j.version>1.7.30</slf4j.version>
|
||||
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>utf-8</project.reporting.outputEncoding>
|
||||
|
@ -191,7 +191,7 @@
|
|||
<dependency>
|
||||
<groupId>com.github.spotbugs</groupId>
|
||||
<artifactId>spotbugs-annotations</artifactId>
|
||||
<version>4.2.0</version>
|
||||
<version>4.2.2</version>
|
||||
<optional>true</optional>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
|
@ -203,7 +203,7 @@
|
|||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.13.1</version>
|
||||
<version>4.13.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -222,7 +222,7 @@
|
|||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-core</artifactId>
|
||||
<version>3.6.28</version>
|
||||
<version>3.8.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue