Skip to content

Commit

Permalink
Bump fastexcel from 0.12.13 to 0.12.14 in /cnf (#1712)
Browse files Browse the repository at this point in the history
* Bump fastexcel from 0.12.13 to 0.12.14 in /cnf

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

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

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 Jan 31, 2022
1 parent bb0e6f2 commit a9e277c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cnf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
<dependency>
<groupId>org.dhatim</groupId>
<artifactId>fastexcel</artifactId>
<version>0.12.13</version>
<version>0.12.14</version>
</dependency>
<dependency>
<!-- Eclipse Paho MQTTv5 Client -->
Expand Down
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.12.13
Bundle-Version: 0.12.14

Include-Resource: @fastexcel-0.12.13.jar
Include-Resource: @fastexcel-0.12.14.jar

-dsannotations: *

Expand Down

0 comments on commit a9e277c

Please sign in to comment.