Skip to content

Commit c8a9ca3

Browse files
authored
Merge branch 'master' into java8
2 parents 3315724 + 98c754a commit c8a9ca3

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Changelog
22

3-
## 1.3.6
3+
## 1.3.6 -- 2018-12-10
44

5-
### Minor Changes
5+
### Patches
66
* Fixed typos in Exception messages (excryption -> encryption) #78
77
* Fixed DecryptionMaterialsRequest.Builder to copy EncryptionContext #77
8+
9+
### Maintenance
810
* JML Specifications for CipherBlockHeaders #74
911
* Minor Java code cleanup #73
1012
* Added JML specs in #72

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.5</version>
48+
<version>1.3.6</version>
4949
</dependency>
5050
```
5151

pom.xml

Lines changed: 4 additions & 4 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-SNAPSHOT</version>
7+
<version>1.3.6</version>
88
<packaging>jar</packaging>
99

1010
<name>aws-encryption-sdk-java</name>
@@ -49,13 +49,13 @@
4949
<dependency>
5050
<groupId>org.bouncycastle</groupId>
5151
<artifactId>bcprov-ext-jdk15on</artifactId>
52-
<version>1.54</version>
52+
<version>1.60</version>
5353
</dependency>
5454

5555
<dependency>
5656
<groupId>org.mockito</groupId>
5757
<artifactId>mockito-core</artifactId>
58-
<version>2.23.0</version>
58+
<version>2.23.4</version>
5959
<scope>test</scope>
6060
</dependency>
6161

@@ -114,7 +114,7 @@
114114
<configuration>
115115
<minmemory>128m</minmemory>
116116
<maxmemory>1024m</maxmemory>
117-
<additionalparam>-Xdoclint:none</additionalparam>
117+
<doclint>none</doclint>
118118
</configuration>
119119
</plugin>
120120
</plugins>

0 commit comments

Comments
 (0)