Skip to content

Commit 1c858a1

Browse files
Update versions for 1.4.0
1 parent 3432898 commit 1c858a1

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>
@@ -49,7 +49,7 @@
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>

0 commit comments

Comments
 (0)