Skip to content

Commit

Permalink
Update pom.xml related to CVE-2024-1597
Browse files Browse the repository at this point in the history
Fix Postgres version related to CVE-2024-1597
  • Loading branch information
manticore-projects committed Feb 22, 2024
1 parent 7791d80 commit 47c4fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h2/pom.xml
Expand Up @@ -44,7 +44,7 @@
<lucene.version>9.7.0</lucene.version>
<osgi.version>5.0.0</osgi.version>
<osgi.jdbc.version>1.1.0</osgi.jdbc.version>
<pgjdbc.version>42.5.4</pgjdbc.version>
<pgjdbc.version>[42.5.5,)</pgjdbc.version>
<javax.servlet.version>4.0.1</javax.servlet.version>
<jakarta.servlet.version>5.0.0</jakarta.servlet.version>
<slf4j.version>2.0.7</slf4j.version>
Expand Down

0 comments on commit 47c4fbc

Please sign in to comment.