Skip to content

Commit

Permalink
Update versions for 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SalusaSecondus committed May 10, 2019
1 parent 3432898 commit 1c858a1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.4.0 -- 2019-05-10

### Minor Changes
* Increased BouncyCastle dependency version to 1.61
* Removed explicit use of BouncyCastle from all cryptography except for EC key generation and RSA encryption/decryption

### Maintenance
* Increased Mockito test dependency version to 2.23.4

## 1.3.6 -- 2018-12-10

### Patches
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To use this SDK you must have:
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-ext-jdk15on</artifactId>
<version>1.54</version>
<version>1.61</version>
</dependency>
```

Expand All @@ -45,7 +45,7 @@ You can get the latest release from Maven:
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-encryption-sdk-java</artifactId>
<version>1.3.6</version>
<version>1.4.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.amazonaws</groupId>
<artifactId>aws-encryption-sdk-java</artifactId>
<version>1.3.6</version>
<version>1.4.0</version>
<packaging>jar</packaging>

<name>aws-encryption-sdk-java</name>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-ext-jdk15on</artifactId>
<version>1.60</version>
<version>1.61</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 1c858a1

Please sign in to comment.