Skip to content

Commit

Permalink
Merge branch '7.5.x' into 7.6.x by GunalKupta
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfluentSemaphore committed Jan 24, 2024
2 parents 8d40dba + 89f8f7b commit 35a72cf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
15 changes: 14 additions & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>${bouncycastle.jdk18.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -178,6 +179,10 @@
<groupId>org.apache.directory.api</groupId>
<artifactId>api-ldap-schema-data</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand All @@ -190,6 +195,10 @@
<groupId>org.apache.directory.api</groupId>
<artifactId>api-ldap-schema-data</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down Expand Up @@ -226,6 +235,10 @@
<groupId>org.apache.directory.api</groupId>
<artifactId>api-ldap-schema-data</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
<io.confluent.schema-registry.version>7.6.0-0</io.confluent.schema-registry.version>
<commons.compress.version>1.21</commons.compress.version>
<commons.lang3.version>3.12.0</commons.lang3.version>
<bouncycastle.jdk18.version>1.77</bouncycastle.jdk18.version>
<commons.validator.version>1.7</commons.validator.version>
</properties>

Expand Down

0 comments on commit 35a72cf

Please sign in to comment.