Update dependency org.postgresql:postgresql to v42.3.9 [SECURITY]

This commit is contained in:
renovate[bot] 2024-05-01 08:32:10 +00:00 committed by GitHub
parent 8df913149e
commit 6539353233
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
</parent>
<artifactId>exporter-limits</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>exporter-limits</name>
@ -71,7 +71,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.3</version>
<version>42.3.9</version>
</dependency>
<dependency>
<groupId>org.opensearch.client</groupId>