Skip to content

Commit

Permalink
TOMEE-4427 - Bump org.bouncycastle:bcpkix-jdk15to18 from 1.78.1 to 1.…
Browse files Browse the repository at this point in the history
…79 (#1615)

* Bump org.bouncycastle:bcpkix-jdk15to18 from 1.78.1 to 1.79

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

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

* update bcprov-jdk15to18 too, adjust patch-plugin config

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Markus Jung <[email protected]>
  • Loading branch information
dependabot[bot] and jungm authored Nov 17, 2024
1 parent 0c6f5ec commit 6e236eb
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions boms/tomee-microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1830,7 +1830,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>1.78.1</version>
<version>1.79</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1841,7 +1841,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.78.1</version>
<version>1.79</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1852,7 +1852,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk15to18</artifactId>
<version>1.78.1</version>
<version>1.79</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions boms/tomee-plume/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1896,7 +1896,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>1.78.1</version>
<version>1.79</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1907,7 +1907,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.78.1</version>
<version>1.79</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1918,7 +1918,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk15to18</artifactId>
<version>1.78.1</version>
<version>1.79</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions boms/tomee-plus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1918,7 +1918,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>1.78.1</version>
<version>1.79</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1929,7 +1929,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.78.1</version>
<version>1.79</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1940,7 +1940,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk15to18</artifactId>
<version>1.78.1</version>
<version>1.79</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions boms/tomee-webprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>1.78.1</version>
<version>1.79</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1379,7 +1379,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.78.1</version>
<version>1.79</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1390,7 +1390,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk15to18</artifactId>
<version>1.78.1</version>
<version>1.79</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions server/openejb-cxf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,12 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.78.1</version>
<version>1.79</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>1.78.1</version>
<version>1.79</version>
</dependency>
<dependency>
<groupId>org.apache.wss4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion server/openejb-ssh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>1.78.1</version>
<version>1.79</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
12 changes: 6 additions & 6 deletions tomee/apache-tomee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -581,9 +581,9 @@
<createTarGz>true</createTarGz>
<skips>
<jars>
<bcpkix-jdk15to18-1.78.1.jar>org.bouncycastle:bcpkix-jdk15to18:jar:1.78.1</bcpkix-jdk15to18-1.78.1.jar>
<bcprov-jdk15to18-1.78.1.jar>org.bouncycastle:bcprov-jdk15to18:jar:1.78.1</bcprov-jdk15to18-1.78.1.jar>
<bcutil-jdk15to18-1.78.1.jar>org.bouncycastle:bcutil-jdk15to18:jar:1.78.1</bcutil-jdk15to18-1.78.1.jar>
<bcpkix-jdk15to18-1.79.jar>org.bouncycastle:bcpkix-jdk15to18:jar:1.79</bcpkix-jdk15to18-1.79.jar>
<bcprov-jdk15to18-1.79.jar>org.bouncycastle:bcprov-jdk15to18:jar:1.79</bcprov-jdk15to18-1.79.jar>
<bcutil-jdk15to18-1.79.jar>org.bouncycastle:bcutil-jdk15to18:jar:1.79</bcutil-jdk15to18-1.79.jar>
</jars>
</skips>
</configuration>
Expand Down Expand Up @@ -814,9 +814,9 @@
<createTarGz>true</createTarGz>
<skips>
<jars>
<bcpkix-jdk15to18-1.78.1.jar>org.bouncycastle:bcpkix-jdk15to18:jar:1.78.1</bcpkix-jdk15to18-1.78.1.jar>
<bcprov-jdk15to18-1.78.1.jar>org.bouncycastle:bcprov-jdk15to18:jar:1.78.1</bcprov-jdk15to18-1.78.1.jar>
<bcutil-jdk15to18-1.78.1.jar>org.bouncycastle:bcutil-jdk15to18:jar:1.78.1</bcutil-jdk15to18-1.78.1.jar>
<bcpkix-jdk15to18-1.79.jar>org.bouncycastle:bcpkix-jdk15to18:jar:1.79</bcpkix-jdk15to18-1.79.jar>
<bcprov-jdk15to18-1.79.jar>org.bouncycastle:bcprov-jdk15to18:jar:1.79</bcprov-jdk15to18-1.79.jar>
<bcutil-jdk15to18-1.79.jar>org.bouncycastle:bcutil-jdk15to18:jar:1.79</bcutil-jdk15to18-1.79.jar>
</jars>
</skips>
</configuration>
Expand Down

0 comments on commit 6e236eb

Please sign in to comment.