Skip to content

Commit

Permalink
Update Build.java
Browse files Browse the repository at this point in the history
Update to 42.7.2
  • Loading branch information
manticore-projects committed Feb 25, 2024
1 parent 2e471b5 commit 4991cb2
Showing 1 changed file with 2 additions and 2 deletions.
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.5";
private static final String PGJDBC_VERSION = "42.7.2";

private static final String PGJDBC_HASH = "6592900e2bd48195c91bc3cecc688a51951d02f2";
private static final String PGJDBC_HASH = "3f121936b569110a9a3f5f6709abc0bfd3aece3f";

private static final String JAVAX_SERVLET_VERSION = "4.0.1";

Expand Down

0 comments on commit 4991cb2

Please sign in to comment.