Skip to content

Commit

Permalink
Update PgJDBC to version 42.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
katzyn committed Jun 11, 2022
1 parent c0d989e commit 1fbdd51
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 @@
<junit.version>5.6.2</junit.version>
<lucene.version>8.5.2</lucene.version>
<osgi.version>5.0.0</osgi.version>
<pgjdbc.version>42.3.2</pgjdbc.version>
<pgjdbc.version>42.4.0</pgjdbc.version>
<javax.servlet.version>4.0.1</javax.servlet.version>
<jakarta.servlet.version>5.0.0</jakarta.servlet.version>
<slf4j.version>1.7.30</slf4j.version>
Expand Down
4 changes: 2 additions & 2 deletions h2/src/tools/org/h2/build/Build.java
Expand Up @@ -53,9 +53,9 @@ public class Build extends BuildBase {

private static final String OSGI_VERSION = "5.0.0";

private static final String PGJDBC_VERSION = "42.3.2";
private static final String PGJDBC_VERSION = "42.4.0";

private static final String PGJDBC_HASH = "8fd7a20f008a58b97b26ba5c5084ee61602203aa";
private static final String PGJDBC_HASH = "21ff952426bbfe4a041c175407333d4a07c70931";

private static final String JAVAX_SERVLET_VERSION = "4.0.1";

Expand Down

0 comments on commit 1fbdd51

Please sign in to comment.