diff --git a/jdbc-postgresql/.package.yaml b/jdbc-postgresql/.package.yaml index 8d484a05..fd1f3414 100644 --- a/jdbc-postgresql/.package.yaml +++ b/jdbc-postgresql/.package.yaml @@ -16,15 +16,15 @@ name: jdbc-postgresql main: '' mainJob: '' license: Check the LICENSES.txt file -version: '20250921' +version: '20260117' dependencies: openaf: '>=20240318' files: - .package.yaml - LICENSES.txt - jdbc-postgresql.js -- postgresql-42.7.8.jar +- postgresql-42.7.9.jar filesHash: - LICENSES.txt: c42d283fae1b654384d337cbed52a6bc7c87a621 + LICENSES.txt: b365dc2e00c5453a9f356922c83c794cbd9f1e02 jdbc-postgresql.js: 6fc8a4ee453c2f0acd20e3981fc93437e4b6ea43 - postgresql-42.7.8.jar: 81b840fbfe0a6c0b7aa14c6bd4856108d36ed780 + postgresql-42.7.9.jar: 2b748cd83a1ba3d6ef62dc64e075d1760f9a6d31 diff --git a/jdbc-postgresql/LICENSES.txt b/jdbc-postgresql/LICENSES.txt index a8247671..2907d0d2 100644 --- a/jdbc-postgresql/LICENSES.txt +++ b/jdbc-postgresql/LICENSES.txt @@ -1,7 +1,7 @@ -postgresql-42.7.8.jar: +postgresql-42.7.9.jar: name: BSD-2-Clause url: https://jdbc.postgresql.org/about/license.html - version: 42.7.8 + version: 42.7.9 changed from original: false comments: BSD-2-Clause, copyright PostgreSQL Global Development Group license: https://jdbc.postgresql.org/license/ diff --git a/jdbc-postgresql/postgresql-42.7.8.jar b/jdbc-postgresql/postgresql-42.7.9.jar similarity index 74% rename from jdbc-postgresql/postgresql-42.7.8.jar rename to jdbc-postgresql/postgresql-42.7.9.jar index a9500ac2..5e357e54 100644 Binary files a/jdbc-postgresql/postgresql-42.7.8.jar and b/jdbc-postgresql/postgresql-42.7.9.jar differ