Skip to content

Commit

Permalink
Build(deps): Bump org.bouncycastle:bcpkix-jdk15to18 from 1.77 to 1.78…
Browse files Browse the repository at this point in the history
….1 in /cnf (#2841)

* Build(deps): Bump org.bouncycastle:bcpkix-jdk15to18 in /cnf

Bumps [org.bouncycastle:bcpkix-jdk15to18](https://github.com/bcgit/bc-java) from 1.77 to 1.78.1.
- [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-jdk15to18
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Switch dependency to `jdk18on` (where `18` stands for JDK 1.8)

* Update bndrun

---------

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 Oct 19, 2024
1 parent 40b3e5d commit 58cf33d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
12 changes: 10 additions & 2 deletions cnf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,17 @@
</dependency>
<dependency>
<!-- Bouncycastle for Eclipse Paho MQTTv5 Client -->
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on -->
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>1.77</version>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.78.1</version>
</dependency>
<dependency>
<!-- Bouncycastle for Eclipse Paho MQTTv5 Client -->
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk18on -->
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.78.1</version>
</dependency>
<dependency>
<groupId>org.dhatim</groupId>
Expand Down
6 changes: 3 additions & 3 deletions io.openems.edge.application/EdgeApp.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@

-runbundles: \
Java-WebSocket;version='[1.5.4,1.5.5)',\
bcpkix;version='[1.77.0,1.77.1)',\
bcprov;version='[1.77.0,1.77.1)',\
bcutil;version='[1.77.0,1.77.1)',\
bcpkix;version='[1.78.1,1.78.2)',\
bcprov;version='[1.78.1,1.78.2)',\
bcutil;version='[1.78.1,1.78.2)',\
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)',\
Expand Down
4 changes: 2 additions & 2 deletions io.openems.edge.controller.api.mqtt/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Bundle-Version: 1.0.0.${tstamp}

-buildpath: \
${buildpath},\
bcpkix;version='1.77',\
bcprov;version='1.77',\
bcpkix;version='1.78.1',\
bcprov;version='1.78.1',\
io.openems.common,\
io.openems.edge.common,\
io.openems.edge.controller.api,\
Expand Down

0 comments on commit 58cf33d

Please sign in to comment.