File tree 15 files changed +23
-16
lines changed
powertools-cloudformation
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
8
8
9
9
## [ Unreleased]
10
10
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
+
11
18
## [ 1.12.2] - 2022-04-29
12
19
13
20
### 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
17
17
<dependency >
18
18
<groupId >software.amazon.lambda</groupId >
19
19
<artifactId >powertools-tracing</artifactId >
20
- <version >1.12.2 </version >
20
+ <version >1.12.3 </version >
21
21
</dependency >
22
22
<dependency >
23
23
<groupId >software.amazon.lambda</groupId >
24
24
<artifactId >powertools-logging</artifactId >
25
- <version >1.12.2 </version >
25
+ <version >1.12.3 </version >
26
26
</dependency >
27
27
<dependency >
28
28
<groupId >software.amazon.lambda</groupId >
29
29
<artifactId >powertools-metrics</artifactId >
30
- <version >1.12.2 </version >
30
+ <version >1.12.3 </version >
31
31
</dependency >
32
32
...
33
33
</dependencies >
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ extra_javascript:
76
76
77
77
extra :
78
78
powertools :
79
- version : 1.12.2
79
+ version : 1.12.3
80
80
81
81
repo_url : https://github.com/awslabs/aws-lambda-powertools-java
82
82
edit_uri : edit/master/docs
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >software.amazon.lambda</groupId >
8
8
<artifactId >powertools-parent</artifactId >
9
- <version >1.12.2 </version >
9
+ <version >1.12.3 </version >
10
10
<packaging >pom</packaging >
11
11
12
12
<name >AWS Lambda Powertools for Java library Parent</name >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<artifactId >powertools-parent</artifactId >
12
12
<groupId >software.amazon.lambda</groupId >
13
- <version >1.12.2 </version >
13
+ <version >1.12.3 </version >
14
14
</parent >
15
15
16
16
<name >AWS Lambda Powertools for Java library Cloudformation</name >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<artifactId >powertools-parent</artifactId >
12
12
<groupId >software.amazon.lambda</groupId >
13
- <version >1.12.2 </version >
13
+ <version >1.12.3 </version >
14
14
</parent >
15
15
16
16
<name >AWS Lambda Powertools for Java library Core</name >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >software.amazon.lambda</groupId >
9
9
<artifactId >powertools-parent</artifactId >
10
- <version >1.12.2 </version >
10
+ <version >1.12.3 </version >
11
11
</parent >
12
12
13
13
<artifactId >powertools-idempotency</artifactId >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<artifactId >powertools-parent</artifactId >
12
12
<groupId >software.amazon.lambda</groupId >
13
- <version >1.12.2 </version >
13
+ <version >1.12.3 </version >
14
14
</parent >
15
15
16
16
<name >AWS Lambda Powertools for Java library Logging</name >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<artifactId >powertools-parent</artifactId >
12
12
<groupId >software.amazon.lambda</groupId >
13
- <version >1.12.2 </version >
13
+ <version >1.12.3 </version >
14
14
</parent >
15
15
16
16
<name >AWS Lambda Powertools for Java library Metrics</name >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >powertools-parent</artifactId >
9
9
<groupId >software.amazon.lambda</groupId >
10
- <version >1.12.2 </version >
10
+ <version >1.12.3 </version >
11
11
</parent >
12
12
13
13
<artifactId >powertools-parameters</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >powertools-parent</artifactId >
9
9
<groupId >software.amazon.lambda</groupId >
10
- <version >1.12.2 </version >
10
+ <version >1.12.3 </version >
11
11
</parent >
12
12
13
13
<artifactId >powertools-serialization</artifactId >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<artifactId >powertools-parent</artifactId >
12
12
<groupId >software.amazon.lambda</groupId >
13
- <version >1.12.2 </version >
13
+ <version >1.12.3 </version >
14
14
</parent >
15
15
16
16
<name >AWS Lambda Powertools for Java library SQS</name >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<artifactId >powertools-parent</artifactId >
12
12
<groupId >software.amazon.lambda</groupId >
13
- <version >1.12.2 </version >
13
+ <version >1.12.3 </version >
14
14
</parent >
15
15
16
16
<name >AWS Lambda Powertools for Java library Test Suite</name >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<artifactId >powertools-parent</artifactId >
12
12
<groupId >software.amazon.lambda</groupId >
13
- <version >1.12.2 </version >
13
+ <version >1.12.3 </version >
14
14
</parent >
15
15
16
16
<name >AWS Lambda Powertools for Java library Tracing</name >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<artifactId >powertools-parent</artifactId >
12
12
<groupId >software.amazon.lambda</groupId >
13
- <version >1.12.2 </version >
13
+ <version >1.12.3 </version >
14
14
</parent >
15
15
16
16
<name >AWS Lambda Powertools for Java validation library</name >
You can’t perform that action at this time.
0 commit comments