mirror of https://github.com/shred/acme4j
Update dependencies
parent
00ee9e4dd5
commit
90f6bcd00d
10
pom.xml
10
pom.xml
|
@ -54,8 +54,8 @@
|
|||
<bouncycastle.version>1.70</bouncycastle.version>
|
||||
<httpclient.version>4.5.13</httpclient.version>
|
||||
<jakarta.mail.version>2.0.1</jakarta.mail.version>
|
||||
<jose4j.version>0.7.9</jose4j.version>
|
||||
<slf4j.version>1.7.33</slf4j.version>
|
||||
<jose4j.version>0.7.12</jose4j.version>
|
||||
<slf4j.version>1.7.36</slf4j.version>
|
||||
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>utf-8</project.reporting.outputEncoding>
|
||||
</properties>
|
||||
|
@ -193,7 +193,7 @@
|
|||
<dependency>
|
||||
<groupId>com.github.spotbugs</groupId>
|
||||
<artifactId>spotbugs-annotations</artifactId>
|
||||
<version>4.5.3</version>
|
||||
<version>4.7.0</version>
|
||||
<optional>true</optional>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
|
@ -224,13 +224,13 @@
|
|||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-core</artifactId>
|
||||
<version>4.2.0</version>
|
||||
<version>4.5.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.awaitility</groupId>
|
||||
<artifactId>awaitility</artifactId>
|
||||
<version>4.1.1</version>
|
||||
<version>4.2.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
Loading…
Reference in New Issue