Skip to content

Commit

Permalink
Build(deps): Bump the fastexcel group across 1 directory with 2 updat…
Browse files Browse the repository at this point in the history
…es (#2816)

* Build(deps): Bump the fastexcel group across 1 directory with 2 updates

Bumps the fastexcel group with 2 updates in the /cnf directory: [org.dhatim:fastexcel](https://github.com/dhatim/fastexcel) and [org.dhatim:fastexcel-reader](https://github.com/dhatim/fastexcel).


Updates `org.dhatim:fastexcel` from 0.18.2 to 0.18.4
- [Release notes](https://github.com/dhatim/fastexcel/releases)
- [Commits](dhatim/fastexcel@0.18.2...0.18.4)

Updates `org.dhatim:fastexcel-reader` from 0.18.2 to 0.18.4
- [Release notes](https://github.com/dhatim/fastexcel/releases)
- [Commits](dhatim/fastexcel@0.18.2...0.18.4)

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

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 Sep 24, 2024
1 parent c6fed12 commit 3b88589
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions cnf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -260,12 +260,12 @@
<dependency>
<groupId>org.dhatim</groupId>
<artifactId>fastexcel</artifactId>
<version>0.18.2</version>
<version>0.18.4</version>
</dependency>
<dependency>
<groupId>org.dhatim</groupId>
<artifactId>fastexcel-reader</artifactId>
<version>0.18.2</version>
<version>0.18.4</version>
</dependency>
<dependency>
<!-- Eclipse Paho MQTTv5 Client -->
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 @@ -24,7 +24,7 @@ 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.4',\
fr.turri:aXMLRPC;version='1.13.0',\
org.dhatim:fastexcel;version='0.18.2',\
org.dhatim:fastexcel-reader;version='0.18.2',\
org.dhatim:fastexcel;version='0.18.4',\
org.dhatim:fastexcel-reader;version='0.18.4',\
org.eclipse.paho.mqttv5.client;version='1.2.5',\
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm;version='1.9.0',\
6 changes: 3 additions & 3 deletions io.openems.wrapper/fastexcel.bnd
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Bundle-Name: fastexcel
Bundle-DocURL: https://github.com/dhatim/fastexcel
Bundle-License: https://opensource.org/licenses/Apache-2.0
Bundle-Version: 0.18.2
Bundle-Version: 0.18.4

Include-Resource: \
@fastexcel-0.18.2.jar,\
@fastexcel-reader-0.18.2.jar,\
@fastexcel-0.18.4.jar,\
@fastexcel-reader-0.18.4.jar,\

-dsannotations: *

Expand Down

0 comments on commit 3b88589

Please sign in to comment.