Skip to content

Commit 38a5b7f

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>
1 parent 2c0a66a commit 38a5b7f

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
@@ -929,17 +929,17 @@
929929
<dependency>
930930
<groupId>org.bouncycastle</groupId>
931931
<artifactId>bcpkix-jdk15to18</artifactId>
932-
<version>1.83</version>
932+
<version>1.84</version>
933933
</dependency>
934934
<dependency>
935935
<groupId>org.bouncycastle</groupId>
936936
<artifactId>bcprov-jdk15to18</artifactId>
937-
<version>1.83</version>
937+
<version>1.84</version>
938938
</dependency>
939939
<dependency>
940940
<groupId>org.bouncycastle</groupId>
941941
<artifactId>bcutil-jdk15to18</artifactId>
942-
<version>1.83</version>
942+
<version>1.84</version>
943943
</dependency>
944944
<dependency>
945945
<groupId>org.codehaus.woodstox</groupId>

boms/tomee-plume/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -964,17 +964,17 @@
964964
<dependency>
965965
<groupId>org.bouncycastle</groupId>
966966
<artifactId>bcpkix-jdk15to18</artifactId>
967-
<version>1.83</version>
967+
<version>1.84</version>
968968
</dependency>
969969
<dependency>
970970
<groupId>org.bouncycastle</groupId>
971971
<artifactId>bcprov-jdk15to18</artifactId>
972-
<version>1.83</version>
972+
<version>1.84</version>
973973
</dependency>
974974
<dependency>
975975
<groupId>org.bouncycastle</groupId>
976976
<artifactId>bcutil-jdk15to18</artifactId>
977-
<version>1.83</version>
977+
<version>1.84</version>
978978
</dependency>
979979
<dependency>
980980
<groupId>org.codehaus.woodstox</groupId>

boms/tomee-plus/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -974,17 +974,17 @@
974974
<dependency>
975975
<groupId>org.bouncycastle</groupId>
976976
<artifactId>bcpkix-jdk15to18</artifactId>
977-
<version>1.83</version>
977+
<version>1.84</version>
978978
</dependency>
979979
<dependency>
980980
<groupId>org.bouncycastle</groupId>
981981
<artifactId>bcprov-jdk15to18</artifactId>
982-
<version>1.83</version>
982+
<version>1.84</version>
983983
</dependency>
984984
<dependency>
985985
<groupId>org.bouncycastle</groupId>
986986
<artifactId>bcutil-jdk15to18</artifactId>
987-
<version>1.83</version>
987+
<version>1.84</version>
988988
</dependency>
989989
<dependency>
990990
<groupId>org.codehaus.woodstox</groupId>

boms/tomee-webprofile/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -664,17 +664,17 @@
664664
<dependency>
665665
<groupId>org.bouncycastle</groupId>
666666
<artifactId>bcpkix-jdk15to18</artifactId>
667-
<version>1.83</version>
667+
<version>1.84</version>
668668
</dependency>
669669
<dependency>
670670
<groupId>org.bouncycastle</groupId>
671671
<artifactId>bcprov-jdk15to18</artifactId>
672-
<version>1.83</version>
672+
<version>1.84</version>
673673
</dependency>
674674
<dependency>
675675
<groupId>org.bouncycastle</groupId>
676676
<artifactId>bcutil-jdk15to18</artifactId>
677-
<version>1.83</version>
677+
<version>1.84</version>
678678
</dependency>
679679
<dependency>
680680
<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)