File tree Expand file tree Collapse file tree 15 files changed +23
-16
lines changed
powertools-cloudformation Expand file tree Collapse file tree 15 files changed +23
-16
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo
88
99## [ Unreleased]
1010
11+ ## [ 1.12.3] - 2022-07-12
12+
13+ ### Maintenance
14+
15+ * Fixes to resolve vulnerable transitive dependencies ([ 919] ( https://github.com/awslabs/aws-lambda-powertools-java/issues/919 ) )
16+
17+
1118## [ 1.12.2] - 2022-04-29
1219
1320### Bug Fixes
Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ Powertools is available in Maven Central. You can use your favourite dependency
1717 <dependency >
1818 <groupId >software.amazon.lambda</groupId >
1919 <artifactId >powertools-tracing</artifactId >
20- <version >1.12.2 </version >
20+ <version >1.12.3 </version >
2121 </dependency >
2222 <dependency >
2323 <groupId >software.amazon.lambda</groupId >
2424 <artifactId >powertools-logging</artifactId >
25- <version >1.12.2 </version >
25+ <version >1.12.3 </version >
2626 </dependency >
2727 <dependency >
2828 <groupId >software.amazon.lambda</groupId >
2929 <artifactId >powertools-metrics</artifactId >
30- <version >1.12.2 </version >
30+ <version >1.12.3 </version >
3131 </dependency >
3232 ...
3333</dependencies >
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ extra_javascript:
7676
7777extra :
7878 powertools :
79- version : 1.12.2
79+ version : 1.12.3
8080
8181repo_url : https://github.com/awslabs/aws-lambda-powertools-java
8282edit_uri : edit/master/docs
Original file line number Diff line number Diff line change 66
77 <groupId >software.amazon.lambda</groupId >
88 <artifactId >powertools-parent</artifactId >
9- <version >1.12.2 </version >
9+ <version >1.12.3 </version >
1010 <packaging >pom</packaging >
1111
1212 <name >AWS Lambda Powertools for Java library Parent</name >
Original file line number Diff line number Diff line change 1010 <parent >
1111 <artifactId >powertools-parent</artifactId >
1212 <groupId >software.amazon.lambda</groupId >
13- <version >1.12.2 </version >
13+ <version >1.12.3 </version >
1414 </parent >
1515
1616 <name >AWS Lambda Powertools for Java library Cloudformation</name >
Original file line number Diff line number Diff line change 1010 <parent >
1111 <artifactId >powertools-parent</artifactId >
1212 <groupId >software.amazon.lambda</groupId >
13- <version >1.12.2 </version >
13+ <version >1.12.3 </version >
1414 </parent >
1515
1616 <name >AWS Lambda Powertools for Java library Core</name >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >software.amazon.lambda</groupId >
99 <artifactId >powertools-parent</artifactId >
10- <version >1.12.2 </version >
10+ <version >1.12.3 </version >
1111 </parent >
1212
1313 <artifactId >powertools-idempotency</artifactId >
Original file line number Diff line number Diff line change 1010 <parent >
1111 <artifactId >powertools-parent</artifactId >
1212 <groupId >software.amazon.lambda</groupId >
13- <version >1.12.2 </version >
13+ <version >1.12.3 </version >
1414 </parent >
1515
1616 <name >AWS Lambda Powertools for Java library Logging</name >
Original file line number Diff line number Diff line change 1010 <parent >
1111 <artifactId >powertools-parent</artifactId >
1212 <groupId >software.amazon.lambda</groupId >
13- <version >1.12.2 </version >
13+ <version >1.12.3 </version >
1414 </parent >
1515
1616 <name >AWS Lambda Powertools for Java library Metrics</name >
Original file line number Diff line number Diff line change 77 <parent >
88 <artifactId >powertools-parent</artifactId >
99 <groupId >software.amazon.lambda</groupId >
10- <version >1.12.2 </version >
10+ <version >1.12.3 </version >
1111 </parent >
1212
1313 <artifactId >powertools-parameters</artifactId >
You can’t perform that action at this time.
0 commit comments