1 Commits

Author SHA1 Message Date
9d7b2b94bd Update dependency org.postgresql:postgresql to v42.7.7 2025-06-11 11:01:08 +00:00

View File

@@ -64,7 +64,7 @@
<dependency> <dependency>
<groupId>org.postgresql</groupId> <groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId> <artifactId>postgresql</artifactId>
<version>42.7.6</version> <version>42.7.7</version>
</dependency> </dependency>
</dependencies> </dependencies>
@@ -73,7 +73,7 @@
<plugin> <plugin>
<groupId>org.owasp</groupId> <groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId> <artifactId>dependency-check-maven</artifactId>
<version>12.1.3</version> <version>12.1.1</version>
<configuration> <configuration>
<failBuildOnCVSS>8</failBuildOnCVSS> <failBuildOnCVSS>8</failBuildOnCVSS>
<nvdApiKey>${nvdApiKey}</nvdApiKey> <nvdApiKey>${nvdApiKey}</nvdApiKey>