Skip to content

Commit

Permalink
Merge pull request #4074 from YasasRangika/yasas-4.9.x
Browse files Browse the repository at this point in the history
[APIM-4.4.0] Bump the bouncycastle version to 1.78.1
  • Loading branch information
RakhithaRR authored Sep 23, 2024
2 parents cc8b841 + 0cc3a68 commit 1a958b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions features/org.wso2.carbon.core.server.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
</bundleDef>
<bundleDef>org.wso2.carbon:org.wso2.carbon.admin.advisory.mgt:${carbon.kernel.version}
</bundleDef>
<bundleDef>org.wso2.orbit.org.bouncycastle:bcprov-jdk18on:${bouncycastle.provider.version}
<bundleDef>org.wso2.orbit.org.bouncycastle:bcprov-jdk18on:${bouncycastle.version}
</bundleDef>
<bundleDef>org.wso2.orbit.org.bouncycastle:bcpkix-jdk18on:${bouncycastle.pkix.version}
<bundleDef>org.wso2.orbit.org.bouncycastle:bcpkix-jdk18on:${bouncycastle.version}
</bundleDef>
<bundleDef>org.wso2.orbit.org.apache.poi:poi-ooxml:${orbit.version.poi.ooxml}
</bundleDef>
Expand Down
7 changes: 3 additions & 4 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,7 @@
<hibernate.orbit.version>3.2.5.ga-wso2v1</hibernate.orbit.version>

<!-- bouncycastle -->
<bouncycastle.pkix.version>1.77.0.wso2v2</bouncycastle.pkix.version>
<bouncycastle.provider.version>1.77.0.wso2v1</bouncycastle.provider.version>
<bouncycastle.version>1.78.1.wso2v1</bouncycastle.version>
<imp.pkg.version.bcp>[1.0.0, 2.0.0)</imp.pkg.version.bcp>

<!--BPS specific-->
Expand Down Expand Up @@ -983,12 +982,12 @@
<dependency>
<groupId>org.wso2.orbit.org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>${bouncycastle.provider.version}</version>
<version>${bouncycastle.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>${bouncycastle.pkix.version}</version>
<version>${bouncycastle.version}</version>
</dependency>
<dependency>
<groupId>org.compass-project.wso2</groupId>
Expand Down

0 comments on commit 1a958b0

Please sign in to comment.