File tree 3 files changed +13
-4
lines changed
3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
12
## 1.3.6 -- 2018-12-10
4
13
5
14
### Patches
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ To use this SDK you must have:
23
23
<dependency >
24
24
<groupId >org.bouncycastle</groupId >
25
25
<artifactId >bcprov-ext-jdk15on</artifactId >
26
- <version >1.54 </version >
26
+ <version >1.61 </version >
27
27
</dependency >
28
28
```
29
29
@@ -45,7 +45,7 @@ You can get the latest release from Maven:
45
45
<dependency >
46
46
<groupId >com.amazonaws</groupId >
47
47
<artifactId >aws-encryption-sdk-java</artifactId >
48
- <version >1.3.6 </version >
48
+ <version >1.4.0 </version >
49
49
</dependency >
50
50
```
51
51
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.amazonaws</groupId >
6
6
<artifactId >aws-encryption-sdk-java</artifactId >
7
- <version >1.3.6 </version >
7
+ <version >1.4.0 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >aws-encryption-sdk-java</name >
49
49
<dependency >
50
50
<groupId >org.bouncycastle</groupId >
51
51
<artifactId >bcprov-ext-jdk15on</artifactId >
52
- <version >1.60 </version >
52
+ <version >1.61 </version >
53
53
</dependency >
54
54
55
55
<dependency >
You can’t perform that action at this time.
0 commit comments