mirror of https://github.com/shred/acme4j
Dependency updates
parent
b897dc277d
commit
05d826d83e
8
pom.xml
8
pom.xml
|
@ -55,7 +55,7 @@
|
||||||
<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.6</jose4j.version>
|
<jose4j.version>0.9.6</jose4j.version>
|
||||||
<junit.version>5.10.2</junit.version>
|
<junit.version>5.11.0</junit.version>
|
||||||
<slf4j.version>2.0.13</slf4j.version>
|
<slf4j.version>2.0.13</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>
|
||||||
|
@ -167,7 +167,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.shredzone.maven</groupId>
|
<groupId>org.shredzone.maven</groupId>
|
||||||
<artifactId>mkdocs-maven-plugin</artifactId>
|
<artifactId>mkdocs-maven-plugin</artifactId>
|
||||||
<version>1.1</version>
|
<version>1.2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<outputDirectory>${project.build.directory}/site</outputDirectory>
|
<outputDirectory>${project.build.directory}/site</outputDirectory>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
@ -178,7 +178,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.spotbugs</groupId>
|
<groupId>com.github.spotbugs</groupId>
|
||||||
<artifactId>spotbugs-annotations</artifactId>
|
<artifactId>spotbugs-annotations</artifactId>
|
||||||
<version>4.8.5</version>
|
<version>4.8.6</version>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
|
@ -208,7 +208,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.assertj</groupId>
|
<groupId>org.assertj</groupId>
|
||||||
<artifactId>assertj-core</artifactId>
|
<artifactId>assertj-core</artifactId>
|
||||||
<version>3.26.0</version>
|
<version>3.26.3</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue