We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e8203 commit 4bd83e1Copy full SHA for 4bd83e1
cnf/pom.xml
@@ -392,7 +392,7 @@
392
<!-- Used by io.openems.backend.metadata.odoo -->
393
<groupId>org.postgresql</groupId>
394
<artifactId>postgresql</artifactId>
395
- <version>42.5.4</version>
+ <version>42.6.0</version>
396
</dependency>
397
<dependency>
398
<!-- Used by com.influxdb: influxdb -->
io.openems.backend.application/BackendApp.bndrun
@@ -118,5 +118,5 @@
118
org.osgi.service.jdbc;version='[1.1.0,1.1.1)',\
119
org.osgi.util.function;version='[1.2.0,1.2.1)',\
120
org.osgi.util.promise;version='[1.3.0,1.3.1)',\
121
- org.postgresql.jdbc;version='[42.5.4,42.5.5)',\
+ org.postgresql.jdbc;version='[42.6.0,42.6.1)',\
122
reactive-streams;version='[1.0.4,1.0.5)'
0 commit comments