Skip to content

Commit 1fbdd51

Browse files
committed
Update PgJDBC to version 42.4.0
1 parent c0d989e commit 1fbdd51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

h2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<junit.version>5.6.2</junit.version>
4545
<lucene.version>8.5.2</lucene.version>
4646
<osgi.version>5.0.0</osgi.version>
47-
<pgjdbc.version>42.3.2</pgjdbc.version>
47+
<pgjdbc.version>42.4.0</pgjdbc.version>
4848
<javax.servlet.version>4.0.1</javax.servlet.version>
4949
<jakarta.servlet.version>5.0.0</jakarta.servlet.version>
5050
<slf4j.version>1.7.30</slf4j.version>

h2/src/tools/org/h2/build/Build.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ public class Build extends BuildBase {
5353

5454
private static final String OSGI_VERSION = "5.0.0";
5555

56-
private static final String PGJDBC_VERSION = "42.3.2";
56+
private static final String PGJDBC_VERSION = "42.4.0";
5757

58-
private static final String PGJDBC_HASH = "8fd7a20f008a58b97b26ba5c5084ee61602203aa";
58+
private static final String PGJDBC_HASH = "21ff952426bbfe4a041c175407333d4a07c70931";
5959

6060
private static final String JAVAX_SERVLET_VERSION = "4.0.1";
6161

0 commit comments

Comments
 (0)