From 80467a5c7fabae856fcc0b388f9c9af61fc168f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:30:12 +0100 Subject: [PATCH] Bump the bouncycastle group in /cnf with 2 updates (#2981) * Bump the bouncycastle group in /cnf with 2 updates Bumps the bouncycastle group in /cnf with 2 updates: [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) and [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java). Updates `org.bouncycastle:bcpkix-jdk18on` from 1.79 to 1.80 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `org.bouncycastle:bcprov-jdk18on` from 1.79 to 1.80 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcpkix-jdk18on dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bouncycastle - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bouncycastle ... Signed-off-by: dependabot[bot] * Update bndrun --------- 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 | 4 ++-- io.openems.edge.application/EdgeApp.bndrun | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cnf/pom.xml b/cnf/pom.xml index 84ce9c412b..c291092b10 100644 --- a/cnf/pom.xml +++ b/cnf/pom.xml @@ -284,14 +284,14 @@ org.bouncycastle bcpkix-jdk18on - 1.79 + 1.80 org.bouncycastle bcprov-jdk18on - 1.79 + 1.80 org.dhatim diff --git a/io.openems.edge.application/EdgeApp.bndrun b/io.openems.edge.application/EdgeApp.bndrun index b33028feb0..4401cd9dba 100644 --- a/io.openems.edge.application/EdgeApp.bndrun +++ b/io.openems.edge.application/EdgeApp.bndrun @@ -200,9 +200,9 @@ -runbundles: \ Java-WebSocket;version='[1.5.4,1.5.5)',\ - bcpkix;version='[1.79.0,1.79.1)',\ - bcprov;version='[1.79.0,1.79.1)',\ - bcutil;version='[1.79.0,1.79.1)',\ + bcpkix;version='[1.80.0,1.80.1)',\ + bcprov;version='[1.80.0,1.80.1)',\ + bcutil;version='[1.80.0,1.80.1)',\ com.fasterxml.aalto-xml;version='[1.3.3,1.3.4)',\ com.fazecast.jSerialComm;version='[2.10.4,2.10.5)',\ com.ghgande.j2mod;version='[3.2.1,3.2.2)',\