Skip to content

Commit 4bd83e1

Browse files
Bump postgresql from 42.5.4 to 42.6.0 in /cnf (OpenEMS#2115)
* Bump postgresql from 42.5.4 to 42.6.0 in /cnf Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.4 to 42.6.0. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.5.4...REL42.6.0) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update bndrun --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Feilmeier <[email protected]>
1 parent b5e8203 commit 4bd83e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cnf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
<!-- Used by io.openems.backend.metadata.odoo -->
393393
<groupId>org.postgresql</groupId>
394394
<artifactId>postgresql</artifactId>
395-
<version>42.5.4</version>
395+
<version>42.6.0</version>
396396
</dependency>
397397
<dependency>
398398
<!-- Used by com.influxdb: influxdb -->

io.openems.backend.application/BackendApp.bndrun

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@
118118
org.osgi.service.jdbc;version='[1.1.0,1.1.1)',\
119119
org.osgi.util.function;version='[1.2.0,1.2.1)',\
120120
org.osgi.util.promise;version='[1.3.0,1.3.1)',\
121-
org.postgresql.jdbc;version='[42.5.4,42.5.5)',\
121+
org.postgresql.jdbc;version='[42.6.0,42.6.1)',\
122122
reactive-streams;version='[1.0.4,1.0.5)'

0 commit comments

Comments
 (0)