Skip to content

Commit

Permalink
Bump org.dhatim:fastexcel from 0.17.0 to 0.18.0 in /cnf (OpenEMS#2620)
Browse files Browse the repository at this point in the history
* Bump org.dhatim:fastexcel from 0.17.0 to 0.18.0 in /cnf

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

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

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
2 people authored and fanass-dev committed May 6, 2024
1 parent 3d19d3c commit 726bbc8
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 @@ -260,7 +260,7 @@
<dependency>
<groupId>org.dhatim</groupId>
<artifactId>fastexcel</artifactId>
<version>0.17.0</version>
<version>0.18.0</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.3',\
fr.turri:aXMLRPC;version='1.13.0',\
org.dhatim:fastexcel;version='0.17.0',\
org.dhatim:fastexcel;version='0.18.0',\
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.17.0
Bundle-Version: 0.18.0

Include-Resource: @fastexcel-0.17.0.jar
Include-Resource: @fastexcel-0.18.0.jar

-dsannotations: *

Expand Down

0 comments on commit 726bbc8

Please sign in to comment.