Skip to content

Commit 8119632

Browse files
Bump de.bytefish:pgbulkinsert from 8.1.1 to 8.1.2 in /cnf (OpenEMS#2382)
* Bump de.bytefish:pgbulkinsert from 8.1.1 to 8.1.2 in /cnf Bumps [de.bytefish:pgbulkinsert](https://github.com/bytefish/PgBulkInsert) from 8.1.1 to 8.1.2. - [Release notes](https://github.com/bytefish/PgBulkInsert/releases) - [Changelog](https://github.com/PgBulkInsert/PgBulkInsert/blob/master/CHANGELOG.md) - [Commits](https://github.com/bytefish/PgBulkInsert/commits) --- updated-dependencies: - dependency-name: de.bytefish:pgbulkinsert dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update bndrun + wrapper * Update pom --------- 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 8d671fb commit 8119632

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

cnf/pom.xml

+1-8
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<!-- Changelog: https://github.com/PgBulkInsert/PgBulkInsert/blob/master/CHANGELOG.md-->
118118
<groupId>de.bytefish</groupId>
119119
<artifactId>pgbulkinsert</artifactId>
120-
<version>8.1.1</version>
120+
<version>8.1.2</version>
121121
</dependency>
122122
<!-- eu -->
123123
<dependency>
@@ -256,13 +256,6 @@
256256
<artifactId>org.apache.servicemix.bundles.junit</artifactId>
257257
<version>4.13.2_1</version>
258258
</dependency>
259-
<dependency>
260-
<!-- Checker Qual: annotations for type-checking by the Checker Framework -->
261-
<!-- Changelog: https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md -->
262-
<groupId>org.checkerframework</groupId>
263-
<artifactId>checker-qual</artifactId>
264-
<version>3.39.0</version>
265-
</dependency>
266259
<dependency>
267260
<groupId>org.dhatim</groupId>
268261
<artifactId>fastexcel</artifactId>

io.openems.backend.application/BackendApp.bndrun

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060

6161
-runbundles: \
6262
Java-WebSocket;version='[1.5.4,1.5.5)',\
63-
checker-qual;version='[3.39.0,3.39.1)',\
6463
com.google.gson;version='[2.10.1,2.10.2)',\
6564
com.google.guava;version='[32.1.2,32.1.3)',\
6665
com.google.guava.failureaccess;version='[1.0.1,1.0.2)',\

io.openems.wrapper/pgbulkinsert.bnd

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Bundle-Name: pgbulkinsert
22
Bundle-DocURL: https://github.com/PgBulkInsert/PgBulkInsert
33
Bundle-License: https://opensource.org/licenses/MIT
4-
Bundle-Version: 8.1.1
4+
Bundle-Version: 8.1.2
55

66
Include-Resource: \
7-
@pgbulkinsert-8.1.1.jar,\
7+
@pgbulkinsert-8.1.2.jar,\
88

99
-dsannotations: *
1010

0 commit comments

Comments
 (0)