Skip to content

Commit

Permalink
Build(deps): Bump de.bytefish:pgbulkinsert from 8.1.3 to 8.1.4 in /cnf (
Browse files Browse the repository at this point in the history
#2712)

* Build(deps): Bump de.bytefish:pgbulkinsert from 8.1.3 to 8.1.4 in /cnf

Bumps [de.bytefish:pgbulkinsert](https://github.com/bytefish/PgBulkInsert) from 8.1.3 to 8.1.4.
- [Release notes](https://github.com/bytefish/PgBulkInsert/releases)
- [Changelog](https://github.com/PgBulkInsert/PgBulkInsert/blob/master/CHANGELOG.md)
- [Commits](PgBulkInsert/PgBulkInsert@8.1.3...8.1.4)

---
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 bnd

---------

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]>
  • Loading branch information
dependabot[bot] and sfeilmeier authored Jul 16, 2024
1 parent d6ac637 commit fd05297
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cnf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<!-- Changelog: https://github.com/PgBulkInsert/PgBulkInsert/blob/master/CHANGELOG.md-->
<groupId>de.bytefish</groupId>
<artifactId>pgbulkinsert</artifactId>
<version>8.1.3</version>
<version>8.1.4</version>
</dependency>
<!-- eu -->
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions io.openems.wrapper/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Bundle-Description: This wraps external java libraries that do not have OSGi hea
info.faljse:SDNotify;version='1.5.0',\
io.reactivex.rxjava3.rxjava;version='3.1.8',\
com.google.gson;version='2.10.1',\
de.bytefish:pgbulkinsert;version='8.1.3',\
de.bytefish:pgbulkinsert;version='8.1.4',\
fr.turri:aXMLRPC;version='1.13.0',\
org.dhatim:fastexcel;version='0.18.0',\
org.dhatim:fastexcel-reader;version='0.18',\
org.eclipse.paho.mqttv5.client;version='1.2.5',\
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm;version='1.7.3',\
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm;version='1.7.3',\
4 changes: 2 additions & 2 deletions io.openems.wrapper/pgbulkinsert.bnd
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Bundle-Name: pgbulkinsert
Bundle-DocURL: https://github.com/PgBulkInsert/PgBulkInsert
Bundle-License: https://opensource.org/licenses/MIT
Bundle-Version: 8.1.3
Bundle-Version: 8.1.4

Include-Resource: \
@pgbulkinsert-8.1.3.jar,\
@pgbulkinsert-8.1.4.jar,\

-dsannotations: *

Expand Down

0 comments on commit fd05297

Please sign in to comment.