Skip to content

Commit 66caa2a

Browse files
authored
Take bouncycastle version from commons (#1013)
1 parent 7de8c3c commit 66caa2a

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

bcpkix-shaded/pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Header, with the fields enclosed by brackets [] replaced by your own identifying
1313
* information: "Portions copyright [year] [name of copyright owner]".
1414
*
15-
* Copyright 2025 3A Systems LLC.
15+
* Copyright 2025-2026 3A Systems LLC.
1616
-->
1717
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1818
<modelVersion>4.0.0</modelVersion>
@@ -78,19 +78,16 @@
7878
<artifactItem>
7979
<groupId>org.bouncycastle</groupId>
8080
<artifactId>bcpkix-jdk18on</artifactId>
81-
<version>${bouncycastle.version}</version>
8281
<outputDirectory>${project.build.outputDirectory}</outputDirectory>
8382
</artifactItem>
8483
<artifactItem>
8584
<groupId>org.bouncycastle</groupId>
8685
<artifactId>bcutil-jdk18on</artifactId>
87-
<version>${bouncycastle.version}</version>
8886
<outputDirectory>${project.build.outputDirectory}</outputDirectory>
8987
</artifactItem>
9088
<artifactItem>
9189
<groupId>org.bouncycastle</groupId>
9290
<artifactId>bcprov-jdk18on</artifactId>
93-
<version>${bouncycastle.version}</version>
9491
<outputDirectory>${project.build.outputDirectory}</outputDirectory>
9592
</artifactItem>
9693
</artifactItems>

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<maven.compiler.source>11</maven.compiler.source>
8080
<!-- Supress checkstyle errors on legacy com.iplanet and com.sun.identity packages -->
8181
<checkstyleUnitTestSuppressionsLocation>checkstyle/suppressions.xml</checkstyleUnitTestSuppressionsLocation>
82-
<opendj.version>5.1.0</opendj.version>
82+
<opendj.version>5.1.1-SNAPSHOT</opendj.version>
8383
<javadoc-utils.version>1.0.0</javadoc-utils.version>
8484
<ant.contrib.version>1.0b3</ant.contrib.version>
8585
<guice.version>7.0.0</guice.version>
@@ -139,7 +139,6 @@
139139
<logback.version>1.3.15</logback.version>
140140
<netty.version>4.1.132.Final</netty.version>
141141
<netty-tcnative-boringssl.version>2.0.69.Final</netty-tcnative-boringssl.version>
142-
<bouncycastle.version>1.82</bouncycastle.version>
143142
<javadoc.opts>-Xdoclint:none</javadoc.opts>
144143
<java.surefire.options>
145144
-Xmx1g

0 commit comments

Comments
 (0)