Compare commits
13 Commits
ea1f3f3154
...
renovate/o
| Author | SHA1 | Date | |
|---|---|---|---|
| 7483f76bbc | |||
| 6596c248f1 | |||
| f1bbaab518 | |||
| e66b387863 | |||
| 4915d26e5d | |||
| 658f98289d | |||
| e987e91ee4 | |||
| 55b2ccd176 | |||
| c3a7a11de7 | |||
| 1a52cd01d9 | |||
| 246a8c322f | |||
| df5f23d029 | |||
| 2f8ea9a8a6 |
14
pom.xml
14
pom.xml
@@ -18,24 +18,24 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-core</artifactId>
|
||||
<version>2.25.2</version>
|
||||
<version>2.25.3</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Web Dependencies -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
<version>4.0.3</version>
|
||||
<version>3.5.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-json</artifactId>
|
||||
<version>4.0.3</version>
|
||||
<version>3.5.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
||||
<version>4.0.3</version>
|
||||
<version>3.5.12</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Security and Auth -->
|
||||
@@ -64,7 +64,7 @@
|
||||
<dependency>
|
||||
<groupId>org.postgresql</groupId>
|
||||
<artifactId>postgresql</artifactId>
|
||||
<version>42.7.8</version>
|
||||
<version>42.7.10</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
<plugin>
|
||||
<groupId>org.owasp</groupId>
|
||||
<artifactId>dependency-check-maven</artifactId>
|
||||
<version>12.1.8</version>
|
||||
<version>12.2.0</version>
|
||||
<configuration>
|
||||
<failBuildOnCVSS>8</failBuildOnCVSS>
|
||||
<nvdApiKey>${nvdApiKey}</nvdApiKey>
|
||||
@@ -109,4 +109,4 @@
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
Reference in New Issue
Block a user