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