From 1b65ba5b6d3c825dc6df942a404a989bacbd3a29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 13:18:26 +0100 Subject: [PATCH] Bump org.dhatim:fastexcel from 0.15.7 to 0.16.3 in /cnf (#2437) * Bump org.dhatim:fastexcel from 0.15.7 to 0.16.3 in /cnf Bumps [org.dhatim:fastexcel](https://github.com/dhatim/fastexcel) from 0.15.7 to 0.16.3. - [Release notes](https://github.com/dhatim/fastexcel/releases) - [Commits](https://github.com/dhatim/fastexcel/compare/0.15.7...0.16.3) --- updated-dependencies: - dependency-name: org.dhatim:fastexcel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update bnd --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Feilmeier --- cnf/pom.xml | 2 +- io.openems.wrapper/bnd.bnd | 2 +- io.openems.wrapper/fastexcel.bnd | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cnf/pom.xml b/cnf/pom.xml index 9e58f533c09..5f40d360d25 100644 --- a/cnf/pom.xml +++ b/cnf/pom.xml @@ -266,7 +266,7 @@ org.dhatim fastexcel - 0.15.7 + 0.16.3 diff --git a/io.openems.wrapper/bnd.bnd b/io.openems.wrapper/bnd.bnd index 1740efa8d77..ed89357f738 100644 --- a/io.openems.wrapper/bnd.bnd +++ b/io.openems.wrapper/bnd.bnd @@ -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.15.7',\ + org.dhatim:fastexcel;version='0.16.3',\ org.eclipse.paho.mqttv5.client;version='1.2.5',\ org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm;version='1.7.3',\ diff --git a/io.openems.wrapper/fastexcel.bnd b/io.openems.wrapper/fastexcel.bnd index 1c65175eddf..f543904bdd3 100644 --- a/io.openems.wrapper/fastexcel.bnd +++ b/io.openems.wrapper/fastexcel.bnd @@ -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.15.7 +Bundle-Version: 0.16.3 -Include-Resource: @fastexcel-0.15.7.jar +Include-Resource: @fastexcel-0.16.3.jar -dsannotations: *