File tree 3 files changed +9
-7
lines changed 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 1.3.6
3
+ ## 1.3.6 -- 2018-12-10
4
4
5
- ### Minor Changes
5
+ ### Patches
6
6
* Fixed typos in Exception messages (excryption -> encryption) #78
7
7
* Fixed DecryptionMaterialsRequest.Builder to copy EncryptionContext #77
8
+
9
+ ### Maintenance
8
10
* JML Specifications for CipherBlockHeaders #74
9
11
* Minor Java code cleanup #73
10
12
* Added JML specs in #72
Original file line number Diff line number Diff line change @@ -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.5 </version >
48
+ <version >1.3.6 </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-SNAPSHOT </version >
7
+ <version >1.3.6</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.54 </version >
52
+ <version >1.60 </version >
53
53
</dependency >
54
54
55
55
<dependency >
56
56
<groupId >org.mockito</groupId >
57
57
<artifactId >mockito-core</artifactId >
58
- <version >2.23.0 </version >
58
+ <version >2.23.4 </version >
59
59
<scope >test</scope >
60
60
</dependency >
61
61
114
114
<configuration >
115
115
<minmemory >128m</minmemory >
116
116
<maxmemory >1024m</maxmemory >
117
- <additionalparam >-Xdoclint: none</additionalparam >
117
+ <doclint > none</doclint >
118
118
</configuration >
119
119
</plugin >
120
120
</plugins >
You can’t perform that action at this time.
0 commit comments