Skip to content

Commit e27ddf0

Browse files
committed
fix bouncy versions
1 parent 91f1ce8 commit e27ddf0

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

agent-operator/pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,16 @@
3939
</dependency>
4040
<dependency>
4141
<groupId>org.bouncycastle</groupId>
42-
<artifactId>bcprov-ext-jdk18on</artifactId>
42+
<artifactId>bcprov-jdk18on</artifactId>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.bouncycastle</groupId>
4646
<artifactId>bcpkix-jdk18on</artifactId>
4747
</dependency>
48-
48+
<dependency>
49+
<groupId>org.bouncycastle</groupId>
50+
<artifactId>bcutil-jdk18on</artifactId>
51+
</dependency>
4952
<dependency>
5053
<groupId>com.fasterxml.jackson.core</groupId>
5154
<artifactId>jackson-core</artifactId>

targetplatform/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
<aopalliance.version>1.0</aopalliance.version>
4040
<aws.version>1.11.475</aws.version>
4141
<bouncycastle.version>1.80</bouncycastle.version>
42-
<bouncycastle.ext.version>1.78.1</bouncycastle.ext.version>
4342
<bpm.version>1.0.3</bpm.version>
4443
<bytebuddy.version>1.14.9</bytebuddy.version>
4544
<commons.beanutils.version>1.9.4</commons.beanutils.version>
@@ -1103,17 +1102,17 @@
11031102
</dependency>
11041103
<dependency>
11051104
<groupId>org.bouncycastle</groupId>
1106-
<artifactId>bcprov-ext-jdk18on</artifactId>
1107-
<version>${bouncycastle.ext.version}</version>
1105+
<artifactId>bcprov-jdk18on</artifactId>
1106+
<version>${bouncycastle.version}</version>
11081107
</dependency>
11091108
<dependency>
11101109
<groupId>org.bouncycastle</groupId>
1111-
<artifactId>bcprov-jdk18on</artifactId>
1110+
<artifactId>bcpkix-jdk18on</artifactId>
11121111
<version>${bouncycastle.version}</version>
11131112
</dependency>
11141113
<dependency>
11151114
<groupId>org.bouncycastle</groupId>
1116-
<artifactId>bcpkix-jdk18on</artifactId>
1115+
<artifactId>bcutil-jdk18on</artifactId>
11171116
<version>${bouncycastle.version}</version>
11181117
</dependency>
11191118
<dependency>

0 commit comments

Comments
 (0)