mirror of https://github.com/shred/acme4j
Dependency updates
parent
511954171d
commit
e97ced5e45
6
pom.xml
6
pom.xml
|
@ -54,7 +54,7 @@
|
||||||
<bouncycastle.version>1.77</bouncycastle.version>
|
<bouncycastle.version>1.77</bouncycastle.version>
|
||||||
<httpclient.version>4.5.14</httpclient.version>
|
<httpclient.version>4.5.14</httpclient.version>
|
||||||
<jakarta.mail.version>2.0.1</jakarta.mail.version>
|
<jakarta.mail.version>2.0.1</jakarta.mail.version>
|
||||||
<jose4j.version>0.9.5</jose4j.version>
|
<jose4j.version>0.9.6</jose4j.version>
|
||||||
<slf4j.version>2.0.12</slf4j.version>
|
<slf4j.version>2.0.12</slf4j.version>
|
||||||
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
||||||
<project.reporting.outputEncoding>utf-8</project.reporting.outputEncoding>
|
<project.reporting.outputEncoding>utf-8</project.reporting.outputEncoding>
|
||||||
|
@ -214,13 +214,13 @@
|
||||||
<!-- Required by json-unit-assertj -->
|
<!-- Required by json-unit-assertj -->
|
||||||
<groupId>org.json</groupId>
|
<groupId>org.json</groupId>
|
||||||
<artifactId>json</artifactId>
|
<artifactId>json</artifactId>
|
||||||
<version>20240205</version>
|
<version>20240303</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.mockito</groupId>
|
<groupId>org.mockito</groupId>
|
||||||
<artifactId>mockito-core</artifactId>
|
<artifactId>mockito-core</artifactId>
|
||||||
<version>5.10.0</version>
|
<version>5.11.0</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue