From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 21:35:20 +0000 (+0100) Subject: [jdbc] Update PostgreSQL JDBC driver to 42.3.3 (#12442) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=f28ef254cf5939950f6fc410e684b4f8e6c43b4c;p=openhab-addons.git [jdbc] Update PostgreSQL JDBC driver to 42.3.3 (#12442) * Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 9.4.1212 to 42.3.3. * Update docs and feature * Update README Signed-off-by: dependabot[bot] Signed-off-by: Wouter Born --- diff --git a/bundles/org.openhab.persistence.jdbc/README.md b/bundles/org.openhab.persistence.jdbc/README.md index 45b1c6110b..5750daae5a 100644 --- a/bundles/org.openhab.persistence.jdbc/README.md +++ b/bundles/org.openhab.persistence.jdbc/README.md @@ -14,9 +14,9 @@ The following databases are currently supported and tested: | [HSQLDB](http://hsqldb.org/) | [hsqldb-2.3.3.jar](https://mvnrepository.com/artifact/org.hsqldb/hsqldb) | | [MariaDB](https://mariadb.org/) | [mariadb-java-client-1.4.6.jar](https://mvnrepository.com/artifact/org.mariadb.jdbc/mariadb-java-client) | | [MySQL](https://www.mysql.com/) | [mysql-connector-java-5.1.39.jar](https://mvnrepository.com/artifact/mysql/mysql-connector-java) | -| [PostgreSQL](https://www.postgresql.org/) | [postgresql-9.4.1209.jre7.jar](https://mvnrepository.com/artifact/org.postgresql/postgresql) | +| [PostgreSQL](https://www.postgresql.org/) | [postgresql-42.3.3.jar](https://mvnrepository.com/artifact/org.postgresql/postgresql) | | [SQLite](https://www.sqlite.org/) | [sqlite-jdbc-3.16.1.jar](https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc) | -| [TimescaleDB](https://www.timescale.com/) | [postgresql-9.4.1209.jre7.jar](https://mvnrepository.com/artifact/org.postgresql/postgresql) | +| [TimescaleDB](https://www.timescale.com/) | [postgresql-42.3.3.jar](https://mvnrepository.com/artifact/org.postgresql/postgresql) | ## Table of Contents diff --git a/bundles/org.openhab.persistence.jdbc/pom.xml b/bundles/org.openhab.persistence.jdbc/pom.xml index e2a7878b61..97789c3c30 100644 --- a/bundles/org.openhab.persistence.jdbc/pom.xml +++ b/bundles/org.openhab.persistence.jdbc/pom.xml @@ -30,7 +30,7 @@ 2.3.3 1.4.6 8.0.22 - 9.4.1212 + 42.3.3 3.16.1 diff --git a/bundles/org.openhab.persistence.jdbc/src/main/feature/feature.xml b/bundles/org.openhab.persistence.jdbc/src/main/feature/feature.xml index 6070a27c63..017dd7412f 100644 --- a/bundles/org.openhab.persistence.jdbc/src/main/feature/feature.xml +++ b/bundles/org.openhab.persistence.jdbc/src/main/feature/feature.xml @@ -41,7 +41,7 @@ mvn:org.openhab.addons.features.karaf/org.openhab.addons.features.karaf.openhab-addons-external/${project.version}/cfg/jdbc openhab-runtime-base - mvn:org.postgresql/postgresql/9.4.1212 + mvn:org.postgresql/postgresql/42.3.3 mvn:org.openhab.addons.bundles/org.openhab.persistence.jdbc/${project.version}