File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
14
14
### Infrastructure
15
15
### Documentation
16
16
### Maintenance
17
+ - Migrate from BC to BCFIPS libraries ([ #1087 ] ( https://github.com/opensearch-project/flow-framework/pull/1087 ) )
18
+
17
19
### Refactoring
18
20
19
21
## [ Unreleased 2.x] ( https://github.com/opensearch-project/flow-framework/compare/2.18...2.x )
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ import java.nio.file.Paths
8
8
9
9
buildscript {
10
10
ext {
11
- opensearch_version = System . getProperty(" opensearch.version" , " 3.0.0-alpha1 -SNAPSHOT" )
12
- buildVersionQualifier = System . getProperty(" build.version_qualifier" , " alpha1 " )
11
+ opensearch_version = System . getProperty(" opensearch.version" , " 3.0.0-beta1 -SNAPSHOT" )
12
+ buildVersionQualifier = System . getProperty(" build.version_qualifier" , " beta1 " )
13
13
isSnapshot = " true" == System . getProperty(" build.snapshot" , " true" )
14
14
version_tokens = opensearch_version. tokenize(' -' )
15
15
opensearch_build = version_tokens[0 ] + ' .0'
@@ -177,7 +177,8 @@ dependencies {
177
177
implementation " software.amazon.cryptography:aws-cryptographic-material-providers:1.9.0"
178
178
implementation " org.dafny:DafnyRuntime:4.10.0"
179
179
implementation " software.amazon.smithy.dafny:conversion:0.1.1"
180
- implementation " org.bouncycastle:bcprov-jdk18on:${ versions.bouncycastle} "
180
+ // needed by aws-encryption-sdk-java
181
+ implementation " org.bouncycastle:bc-fips:${ versions.bouncycastle_jce} "
181
182
api " org.apache.httpcomponents.core5:httpcore5:${ versions.httpcore5} "
182
183
implementation " jakarta.json.bind:jakarta.json.bind-api:3.0.1"
183
184
implementation " org.glassfish:jakarta.json:2.0.1"
You can’t perform that action at this time.
0 commit comments