Compare commits
25 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1452fe9374 | ||
|
|
8227e54033 | ||
|
|
b12e60b1ea | ||
|
|
c06f59bf7a | ||
|
|
0853a7eb95 | ||
|
|
9c8d79106a | ||
|
|
1a8d3d9e95 | ||
|
|
e890695a56 | ||
|
|
eb292d52d0 | ||
|
|
67622e82fc | ||
|
|
344283b0c3 | ||
|
|
3608274849 | ||
|
|
ca4a16f69d | ||
|
|
ddc1911a15 | ||
|
|
ff2449b395 | ||
|
|
af188cfc59 | ||
|
|
39de7fcfda | ||
|
|
b0d4523b17 | ||
|
|
14b16fd500 | ||
|
|
eefc7a7228 | ||
|
|
06eb5fa319 | ||
|
|
d2d66c4a44 | ||
|
|
7eb0120004 | ||
|
|
02baa451bd | ||
|
|
4a8dd656da |
18
pom.xml
18
pom.xml
@ -15,7 +15,7 @@
|
|||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<maven.compiler.target>11</maven.compiler.target>
|
<maven.compiler.target>11</maven.compiler.target>
|
||||||
<maven.compiler.source>11</maven.compiler.source>
|
<maven.compiler.source>11</maven.compiler.source>
|
||||||
<junit.version>5.11.4</junit.version>
|
<junit.version>5.12.2</junit.version>
|
||||||
<batik.version>1.16</batik.version>
|
<batik.version>1.16</batik.version>
|
||||||
<pdfbox.version>3.0.4</pdfbox.version>
|
<pdfbox.version>3.0.4</pdfbox.version>
|
||||||
<sonar.organization>omaster395464gh</sonar.organization>
|
<sonar.organization>omaster395464gh</sonar.organization>
|
||||||
@ -58,7 +58,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.mockito</groupId>
|
<groupId>org.mockito</groupId>
|
||||||
<artifactId>mockito-core</artifactId>
|
<artifactId>mockito-core</artifactId>
|
||||||
<version>5.15.2</version>
|
<version>5.17.0</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
@ -89,7 +89,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.bull.javamelody</groupId>
|
<groupId>net.bull.javamelody</groupId>
|
||||||
<artifactId>javamelody-core</artifactId>
|
<artifactId>javamelody-core</artifactId>
|
||||||
<version>1.99.1</version>
|
<version>1.99.3</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
@ -127,7 +127,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<version>3.5.2</version>
|
<version>3.5.3</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<!-- https://mvnrepository.com/artifact/org.cyclonedx/cyclonedx-maven-plugin -->
|
<!-- https://mvnrepository.com/artifact/org.cyclonedx/cyclonedx-maven-plugin -->
|
||||||
@ -162,7 +162,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>3.13.0</version>
|
<version>3.14.0</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
@ -174,7 +174,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.google.cloud.tools</groupId>
|
<groupId>com.google.cloud.tools</groupId>
|
||||||
<artifactId>jib-maven-plugin</artifactId>
|
<artifactId>jib-maven-plugin</artifactId>
|
||||||
<version>3.4.4</version>
|
<version>3.4.5</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<from>
|
<from>
|
||||||
<image>jetty:10-jre17-alpine</image>
|
<image>jetty:10-jre17-alpine</image>
|
||||||
@ -191,7 +191,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.eclipse.jetty</groupId>
|
<groupId>org.eclipse.jetty</groupId>
|
||||||
<artifactId>jetty-maven-plugin</artifactId>
|
<artifactId>jetty-maven-plugin</artifactId>
|
||||||
<version>11.0.24</version>
|
<version>11.0.25</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
@ -203,7 +203,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.jacoco</groupId>
|
<groupId>org.jacoco</groupId>
|
||||||
<artifactId>jacoco-maven-plugin</artifactId>
|
<artifactId>jacoco-maven-plugin</artifactId>
|
||||||
<version>0.8.12</version>
|
<version>0.8.13</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>prepare-agent</id>
|
<id>prepare-agent</id>
|
||||||
@ -234,7 +234,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.owasp</groupId>
|
<groupId>org.owasp</groupId>
|
||||||
<artifactId>dependency-check-maven</artifactId>
|
<artifactId>dependency-check-maven</artifactId>
|
||||||
<version>12.1.0</version>
|
<version>12.1.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<nvdApiServerId>nvd</nvdApiServerId>
|
<nvdApiServerId>nvd</nvdApiServerId>
|
||||||
<formats>
|
<formats>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user