mirror of
https://github.com/shred/acme4j.git
synced 2025-12-13 11:14:02 +08:00
Dependency updates
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -54,7 +54,7 @@
|
||||
<bouncycastle.version>1.77</bouncycastle.version>
|
||||
<httpclient.version>4.5.14</httpclient.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>
|
||||
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>utf-8</project.reporting.outputEncoding>
|
||||
@@ -214,13 +214,13 @@
|
||||
<!-- Required by json-unit-assertj -->
|
||||
<groupId>org.json</groupId>
|
||||
<artifactId>json</artifactId>
|
||||
<version>20240205</version>
|
||||
<version>20240303</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-core</artifactId>
|
||||
<version>5.10.0</version>
|
||||
<version>5.11.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user