]> git.basschouten.com Git - openhab-addons.git/commitdiff
[jdbc] Update PostgreSQL JDBC driver to 42.4.1 (#13221)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 10 Aug 2022 08:34:08 +0000 (10:34 +0200)
committerGitHub <noreply@github.com>
Wed, 10 Aug 2022 08:34:08 +0000 (10:34 +0200)
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.4.1.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.3.3...REL42.4.1)

Also-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
bundles/org.openhab.persistence.jdbc/README.md
bundles/org.openhab.persistence.jdbc/pom.xml
bundles/org.openhab.persistence.jdbc/src/main/feature/feature.xml

index 8e99a172eb03364e52e3ad4f8fe344688dbbf88f..2e5778860595172d1f24c895784f68fd08ce306d 100644 (file)
@@ -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-42.3.3.jar](https://mvnrepository.com/artifact/org.postgresql/postgresql) |
+| [PostgreSQL](https://www.postgresql.org/)    | [postgresql-42.4.1.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-42.3.3.jar](https://mvnrepository.com/artifact/org.postgresql/postgresql) |
+| [TimescaleDB](https://www.timescale.com/)    | [postgresql-42.4.1.jar](https://mvnrepository.com/artifact/org.postgresql/postgresql) |
 
 ## Table of Contents
 
index 34106c7eee5cd20392b8ae5a66dcd1c2815fe5df..ca7805e108bf34e4a903b5e80b9e4d1530865516 100644 (file)
@@ -30,7 +30,7 @@
     <hsqldb.version>2.3.3</hsqldb.version>
     <mariadb.version>1.4.6</mariadb.version>
     <mysql.version>8.0.28</mysql.version>
-    <postgresql.version>42.3.3</postgresql.version>
+    <postgresql.version>42.4.1</postgresql.version>
     <sqlite.version>3.16.1</sqlite.version>
   </properties>
 
index 017dd7412f21e60f4cf268895f77bee08882e735..f7950f4e57b702da57256a171bb06eaaa42f0ee4 100644 (file)
@@ -41,7 +41,7 @@
        <feature name="openhab-persistence-jdbc-postgresql" description="JDBC Persistence PostgreSQL" version="${project.version}">
                <configfile finalname="${openhab.conf}/services/jdbc.cfg" override="false">mvn:org.openhab.addons.features.karaf/org.openhab.addons.features.karaf.openhab-addons-external/${project.version}/cfg/jdbc</configfile>
                <feature prerequisite="false" dependency="false">openhab-runtime-base</feature>
-               <bundle start-level="80">mvn:org.postgresql/postgresql/42.3.3</bundle>
+               <bundle start-level="80">mvn:org.postgresql/postgresql/42.4.1</bundle>
                <bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.persistence.jdbc/${project.version}</bundle>
        </feature>