Skip to content

Commit

Permalink
Bump org.dhatim:fastexcel from 0.16.3 to 0.16.4 in /cnf (#2442)
Browse files Browse the repository at this point in the history
* Bump org.dhatim:fastexcel from 0.16.3 to 0.16.4 in /cnf

Bumps [org.dhatim:fastexcel](https://github.com/dhatim/fastexcel) from 0.16.3 to 0.16.4.
- [Release notes](https://github.com/dhatim/fastexcel/releases)
- [Commits](dhatim/fastexcel@0.16.3...0.16.4)

---
updated-dependencies:
- dependency-name: org.dhatim:fastexcel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update bnd files

---------

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 Nov 28, 2023
1 parent 8700a6f commit 9ec17dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cnf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
<dependency>
<groupId>org.dhatim</groupId>
<artifactId>fastexcel</artifactId>
<version>0.16.3</version>
<version>0.16.4</version>
</dependency>
<dependency>
<!-- Eclipse Paho MQTTv5 Client -->
Expand Down
2 changes: 1 addition & 1 deletion io.openems.wrapper/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Bundle-Description: This wraps external java libraries that do not have OSGi hea
com.google.gson;version='2.10.1',\
de.bytefish:pgbulkinsert;version='8.1.2',\
fr.turri:aXMLRPC;version='1.13.0',\
org.dhatim:fastexcel;version='0.16.3',\
org.dhatim:fastexcel;version='0.16.4',\
org.eclipse.paho.mqttv5.client;version='1.2.5',\
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm;version='1.7.3',\
4 changes: 2 additions & 2 deletions io.openems.wrapper/fastexcel.bnd
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Bundle-Name: fastexcel
Bundle-DocURL: https://github.com/dhatim/fastexcel
Bundle-License: https://opensource.org/licenses/Apache-2.0
Bundle-Version: 0.16.3
Bundle-Version: 0.16.4

Include-Resource: @fastexcel-0.16.3.jar
Include-Resource: @fastexcel-0.16.4.jar

-dsannotations: *

Expand Down

0 comments on commit 9ec17dd

Please sign in to comment.