File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.4.0 -- 2019-05-10
4+
5+ ### Minor Changes
6+ * Increased BouncyCastle dependency version to 1.61
7+ * Removed explicit use of BouncyCastle from all cryptography except for EC key generation and RSA encryption/decryption
8+
9+ ### Maintenance
10+ * Increased Mockito test dependency version to 2.23.4
11+
312## 1.3.6 -- 2018-12-10
413
514### Patches
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ To use this SDK you must have:
2323 <dependency >
2424 <groupId >org.bouncycastle</groupId >
2525 <artifactId >bcprov-ext-jdk15on</artifactId >
26- <version >1.54 </version >
26+ <version >1.61 </version >
2727 </dependency >
2828 ```
2929
@@ -45,7 +45,7 @@ You can get the latest release from Maven:
4545<dependency >
4646 <groupId >com.amazonaws</groupId >
4747 <artifactId >aws-encryption-sdk-java</artifactId >
48- <version >1.3.6 </version >
48+ <version >1.4.0 </version >
4949</dependency >
5050```
5151
Original file line number Diff line number Diff line change 44
55 <groupId >com.amazonaws</groupId >
66 <artifactId >aws-encryption-sdk-java</artifactId >
7- <version >1.3.6 </version >
7+ <version >1.4.0 </version >
88 <packaging >jar</packaging >
99
1010 <name >aws-encryption-sdk-java</name >
4949 <dependency >
5050 <groupId >org.bouncycastle</groupId >
5151 <artifactId >bcprov-ext-jdk15on</artifactId >
52- <version >1.60 </version >
52+ <version >1.61 </version >
5353 </dependency >
5454
5555 <dependency >
You can’t perform that action at this time.
0 commit comments