From 7e4bfeff0b427a93686372c99b4d8bd1ef13314e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:33:56 +0000 Subject: [PATCH 1/2] Build(deps): Bump fr.turri:aXMLRPC from 1.14.0 to 1.15.0 in /cnf Bumps [fr.turri:aXMLRPC](https://github.com/gturri/aXMLRPC) from 1.14.0 to 1.15.0. - [Changelog](https://github.com/gturri/aXMLRPC/blob/master/Changelog) - [Commits](https://github.com/gturri/aXMLRPC/compare/aXMLRPC-1.14.0...aXMLRPC-1.15.0) --- updated-dependencies: - dependency-name: fr.turri:aXMLRPC dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cnf/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnf/pom.xml b/cnf/pom.xml index 0a90ce77a8..72e788a57a 100644 --- a/cnf/pom.xml +++ b/cnf/pom.xml @@ -130,7 +130,7 @@ fr.turri aXMLRPC - 1.14.0 + 1.15.0 From 9b6754a1c6381ac277dc6ffe46be71fd64fc20d8 Mon Sep 17 00:00:00 2001 From: Stefan Feilmeier Date: Tue, 17 Dec 2024 09:49:01 +0100 Subject: [PATCH 2/2] Update wrapper --- io.openems.wrapper/aXMLRPC.bnd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/io.openems.wrapper/aXMLRPC.bnd b/io.openems.wrapper/aXMLRPC.bnd index 21c82f8831..c7d9750545 100644 --- a/io.openems.wrapper/aXMLRPC.bnd +++ b/io.openems.wrapper/aXMLRPC.bnd @@ -2,10 +2,10 @@ Bundle-Name: aXMLRPC Bundle-Description: aXMLRPC is a Java library with a lightweight XML-RPC client. Bundle-DocURL: https://github.com/gturri/aXMLRPC Bundle-License: https://opensource.org/licenses/MIT -Bundle-Version: 1.14.0 +Bundle-Version: 1.15.0 Include-Resource: \ - @aXMLRPC-1.14.0.jar,\ + @aXMLRPC-1.15.0.jar,\ Export-Package: \ de.timroes.axmlrpc,\