Skip to content

Commit e494942

Browse files
committed
Remove unused bouncycastle dependency
Signed-off-by: Craig Perkins <[email protected]>
1 parent dda331a commit e494942

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
1414
### Infrastructure
1515
### Documentation
1616
### Maintenance
17-
- Set bouncycastle version inline ([#1087](https://github.com/opensearch-project/flow-framework/pull/1087))
17+
- Remove unused bouncycastle ([#1087](https://github.com/opensearch-project/flow-framework/pull/1087))
1818

1919
### Refactoring
2020

Diff for: build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ dependencies {
177177
implementation "software.amazon.cryptography:aws-cryptographic-material-providers:1.9.0"
178178
implementation "org.dafny:DafnyRuntime:4.10.0"
179179
implementation "software.amazon.smithy.dafny:conversion:0.1.1"
180-
implementation "org.bouncycastle:bcprov-jdk18on:1.78"
181180
api "org.apache.httpcomponents.core5:httpcore5:${versions.httpcore5}"
182181
implementation "jakarta.json.bind:jakarta.json.bind-api:3.0.1"
183182
implementation "org.glassfish:jakarta.json:2.0.1"

0 commit comments

Comments
 (0)