chore: Fix for CVE-2024-1597 (#31301)

This should get rid of the vulnerable Postgres driver version.
This commit is contained in:
Shrikant Sharat Kandula 2024-02-28 10:32:58 +05:30 committed by GitHub
parent 45f19ae8bf
commit 21b0a5ebfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,8 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<!-- Overriding version to get fix for CVE-2024-1597. Remove once spring-boot is at least at 3.1.9 or 3.2.3 -->
<version>42.6.1</version>
</dependency>
<dependency>