Skip to content

Commit b53ee14

Browse files
TOMEE-4601 - Bouncycastle 1.84
* Bump org.bouncycastle:bcprov-jdk15to18 in /server/openejb-cxf Bumps [org.bouncycastle:bcprov-jdk15to18](https://github.com/bcgit/bc-java) from 1.83 to 1.84. - [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:bcprov-jdk15to18 dependency-version: '1.84' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Bump bouncycastle to 1.84 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Markus Jung <jungm@apache.org> (cherry picked from commit 38a5b7f)
1 parent 160c0cc commit b53ee14

6 files changed

Lines changed: 17 additions & 17 deletions

File tree

boms/tomee-microprofile/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -949,17 +949,17 @@
949949
<dependency>
950950
<groupId>org.bouncycastle</groupId>
951951
<artifactId>bcpkix-jdk15to18</artifactId>
952-
<version>1.83</version>
952+
<version>1.84</version>
953953
</dependency>
954954
<dependency>
955955
<groupId>org.bouncycastle</groupId>
956956
<artifactId>bcprov-jdk15to18</artifactId>
957-
<version>1.83</version>
957+
<version>1.84</version>
958958
</dependency>
959959
<dependency>
960960
<groupId>org.bouncycastle</groupId>
961961
<artifactId>bcutil-jdk15to18</artifactId>
962-
<version>1.83</version>
962+
<version>1.84</version>
963963
</dependency>
964964
<dependency>
965965
<groupId>org.codehaus.woodstox</groupId>

boms/tomee-plume/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -979,17 +979,17 @@
979979
<dependency>
980980
<groupId>org.bouncycastle</groupId>
981981
<artifactId>bcpkix-jdk15to18</artifactId>
982-
<version>1.83</version>
982+
<version>1.84</version>
983983
</dependency>
984984
<dependency>
985985
<groupId>org.bouncycastle</groupId>
986986
<artifactId>bcprov-jdk15to18</artifactId>
987-
<version>1.83</version>
987+
<version>1.84</version>
988988
</dependency>
989989
<dependency>
990990
<groupId>org.bouncycastle</groupId>
991991
<artifactId>bcutil-jdk15to18</artifactId>
992-
<version>1.83</version>
992+
<version>1.84</version>
993993
</dependency>
994994
<dependency>
995995
<groupId>org.codehaus.woodstox</groupId>

boms/tomee-plus/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -989,17 +989,17 @@
989989
<dependency>
990990
<groupId>org.bouncycastle</groupId>
991991
<artifactId>bcpkix-jdk15to18</artifactId>
992-
<version>1.83</version>
992+
<version>1.84</version>
993993
</dependency>
994994
<dependency>
995995
<groupId>org.bouncycastle</groupId>
996996
<artifactId>bcprov-jdk15to18</artifactId>
997-
<version>1.83</version>
997+
<version>1.84</version>
998998
</dependency>
999999
<dependency>
10001000
<groupId>org.bouncycastle</groupId>
10011001
<artifactId>bcutil-jdk15to18</artifactId>
1002-
<version>1.83</version>
1002+
<version>1.84</version>
10031003
</dependency>
10041004
<dependency>
10051005
<groupId>org.codehaus.woodstox</groupId>

boms/tomee-webprofile/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -644,17 +644,17 @@
644644
<dependency>
645645
<groupId>org.bouncycastle</groupId>
646646
<artifactId>bcpkix-jdk15to18</artifactId>
647-
<version>1.83</version>
647+
<version>1.84</version>
648648
</dependency>
649649
<dependency>
650650
<groupId>org.bouncycastle</groupId>
651651
<artifactId>bcprov-jdk15to18</artifactId>
652-
<version>1.83</version>
652+
<version>1.84</version>
653653
</dependency>
654654
<dependency>
655655
<groupId>org.bouncycastle</groupId>
656656
<artifactId>bcutil-jdk15to18</artifactId>
657-
<version>1.83</version>
657+
<version>1.84</version>
658658
</dependency>
659659
<dependency>
660660
<groupId>org.codehaus.woodstox</groupId>

server/openejb-cxf/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,12 +229,12 @@
229229
<dependency>
230230
<groupId>org.bouncycastle</groupId>
231231
<artifactId>bcprov-jdk15to18</artifactId>
232-
<version>1.83</version>
232+
<version>1.84</version>
233233
</dependency>
234234
<dependency>
235235
<groupId>org.bouncycastle</groupId>
236236
<artifactId>bcpkix-jdk15to18</artifactId>
237-
<version>1.83</version>
237+
<version>1.84</version>
238238
</dependency>
239239
<dependency>
240240
<groupId>org.apache.wss4j</groupId>

tomee/apache-tomee/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -603,9 +603,9 @@
603603
<createTarGz>true</createTarGz>
604604
<skips>
605605
<jars>
606-
<bcpkix-jdk15to18-1.83.jar>org.bouncycastle:bcpkix-jdk15to18:jar:1.83</bcpkix-jdk15to18-1.83.jar>
607-
<bcprov-jdk15to18-1.83.jar>org.bouncycastle:bcprov-jdk15to18:jar:1.83</bcprov-jdk15to18-1.83.jar>
608-
<bcutil-jdk15to18-1.83.jar>org.bouncycastle:bcutil-jdk15to18:jar:1.83</bcutil-jdk15to18-1.83.jar>
606+
<bcpkix-jdk15to18-1.84.jar>org.bouncycastle:bcpkix-jdk15to18:jar:1.84</bcpkix-jdk15to18-1.84.jar>
607+
<bcprov-jdk15to18-1.84.jar>org.bouncycastle:bcprov-jdk15to18:jar:1.84</bcprov-jdk15to18-1.84.jar>
608+
<bcutil-jdk15to18-1.84.jar>org.bouncycastle:bcutil-jdk15to18:jar:1.84</bcutil-jdk15to18-1.84.jar>
609609
</jars>
610610
</skips>
611611
</configuration>

0 commit comments

Comments
 (0)