Compare commits
1 Commits
renovate/o
...
728ff81585
Author | SHA1 | Date | |
---|---|---|---|
728ff81585 |
6
pom.xml
6
pom.xml
@@ -35,7 +35,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
||||
<version>3.4.4</version>
|
||||
<version>3.5.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Security and Auth -->
|
||||
@@ -64,7 +64,7 @@
|
||||
<dependency>
|
||||
<groupId>org.postgresql</groupId>
|
||||
<artifactId>postgresql</artifactId>
|
||||
<version>42.7.6</version>
|
||||
<version>42.7.5</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
<plugin>
|
||||
<groupId>org.owasp</groupId>
|
||||
<artifactId>dependency-check-maven</artifactId>
|
||||
<version>12.1.3</version>
|
||||
<version>12.1.1</version>
|
||||
<configuration>
|
||||
<failBuildOnCVSS>8</failBuildOnCVSS>
|
||||
<nvdApiKey>${nvdApiKey}</nvdApiKey>
|
||||
|
Reference in New Issue
Block a user