Skip to content

Commit

Permalink
Update pom.xml related to CVE-2024-1597 (#4007)
Browse files Browse the repository at this point in the history
  • Loading branch information
manticore-projects committed Feb 25, 2024
1 parent 7791d80 commit 4eaa018
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.7.2</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
4 changes: 2 additions & 2 deletions h2/src/tools/org/h2/build/Build.java
Expand Up @@ -55,9 +55,9 @@ public class Build extends BuildBase {

private static final String OSGI_JDBC_VERSION = "1.1.0";

private static final String PGJDBC_VERSION = "42.5.4";
private static final String PGJDBC_VERSION = "42.7.2";

private static final String PGJDBC_HASH = "015015a54f15e340a9a8a6a2c5457429cb1176b8";
private static final String PGJDBC_HASH = "86ed42574cd68662b05d3b00432a34e9a34cb12c";

private static final String JAVAX_SERVLET_VERSION = "4.0.1";

Expand Down

0 comments on commit 4eaa018

Please sign in to comment.