Skip to content

Commit

Permalink
update bouncycastle
Browse files Browse the repository at this point in the history
  • Loading branch information
janjwerner-confluent committed Nov 16, 2023
1 parent 3c4e934 commit 8e71caf
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions pom.xml
Expand Up @@ -97,7 +97,7 @@
<snappy.version>1.1.10.5</snappy.version>
<zkclient.version>0.11</zkclient.version>
<zookeeper.version>3.5.9</zookeeper.version>
<bouncycastle.version>1.68</bouncycastle.version>
<bouncycastle.version>1.77</bouncycastle.version>
<checkstyle.version>8.44</checkstyle.version>
<maven-checkstyle-plugin.version>3.1.1</maven-checkstyle-plugin.version>
<maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
Expand Down Expand Up @@ -134,8 +134,8 @@
-->
<installed.pom.file>installed_pom.xml</installed.pom.file>
<coderplus.plugin.version>1.0</coderplus.plugin.version>
<!-- This version range is only used in the custom resolver plugin for
resolving the version of ccs and ce kafka. This property should
<!-- This version range is only used in the custom resolver plugin for
resolving the version of ccs and ce kafka. This property should
never be used any where else.
-->
<confluent.version.range>[6.1.15-0, 6.1.16-0)</confluent.version.range>
Expand All @@ -150,13 +150,13 @@
-->
<skip.maven.resolver.plugin>false</skip.maven.resolver.plugin>
<!-- The custom install step handles installing a modified pom file with the
kafka version ranges resolved. We only do this for local builds so for
kafka version ranges resolved. We only do this for local builds so for
CI builds we set the phase to none.
-->
<custom.install.phase>install</custom.install.phase>
<!-- The custom deploy step handles copying the modified pom over the
<!-- The custom deploy step handles copying the modified pom over the
standard pom so that we deploy a pom with the kafka versions resolved.
We only do this for local builds so for
We only do this for local builds so for
CI builds we set the phase to none.
-->
<custom.deploy.phase>deploy</custom.deploy.phase>
Expand Down Expand Up @@ -313,7 +313,12 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 8e71caf

Please sign in to comment.