File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.3.2 -- 2021-07-19
4+
5+ ### Maintenance
6+
7+ * Bump maven-gpg-plugin from 1.6 to 3.0.1
8+ ([ #259 ] ( https://github.com/aws/aws-encryption-sdk-java/pull/259 ) )
9+ * chore(deps): bump aws-java-sdk from 1.11.704 to 1.12.26
10+ ([ #284 ] ( https://github.com/aws/aws-encryption-sdk-java/pull/284 ) )
11+ ([ #281 ] ( https://github.com/aws/aws-encryption-sdk-java/pull/281 ) )
12+ ([ #280 ] ( https://github.com/aws/aws-encryption-sdk-java/pull/280 ) )
13+ ([ #278 ] ( https://github.com/aws/aws-encryption-sdk-java/pull/278 ) )
14+ * Bump maven-javadoc-plugin from 3.0.1 to 3.3.0
15+ ([ #267 ] ( https://github.com/aws/aws-encryption-sdk-java/pull/267 ) )
16+ * chore: Bump maven-compiler-plugin from 3.8.0 to 3.8.1
17+ ([ #276 ] ( https://github.com/aws/aws-encryption-sdk-java/pull/276 ) )
18+ * chore: Bump fmt-maven-plugin from 2.10 to 2.11
19+ ([ #275 ] ( https://github.com/aws/aws-encryption-sdk-java/pull/275 ) )
20+ * chore: Bump junit-vintage-engine from 5.7.1 to 5.7.2
21+ ([ #268 ] ( https://github.com/aws/aws-encryption-sdk-java/pull/268 ) )
22+ * chore: Bump mockito-core from 3.8.0 to 3.11.2
23+ ([ #270 ] ( https://github.com/aws/aws-encryption-sdk-java/pull/270 ) )
24+ * chore: Add support policy
25+ ([ #274 ] ( https://github.com/aws/aws-encryption-sdk-java/pull/274 ) )
26+
327## 2.3.1 -- 2021-06-29
428
529* fix: read project properties from package's own ClassLoader [ (PR #269 )] ( https://github.com/aws/aws-encryption-sdk-java/pull/269 )
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ You can get the latest release from Maven:
5858<dependency >
5959 <groupId >com.amazonaws</groupId >
6060 <artifactId >aws-encryption-sdk-java</artifactId >
61- <version >2.3.1 </version >
61+ <version >2.3.2 </version >
6262</dependency >
6363```
6464
Original file line number Diff line number Diff line change 44
55 <groupId >com.amazonaws</groupId >
66 <artifactId >aws-encryption-sdk-java</artifactId >
7- <version >2.3.1 </version >
7+ <version >2.3.2 </version >
88 <packaging >jar</packaging >
99
1010 <name >aws-encryption-sdk-java</name >
You can’t perform that action at this time.
0 commit comments