File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ Powertools for AWS Lambda (Java) is available in Maven Central. You can use your
20
20
<dependency >
21
21
<groupId >software.amazon.lambda</groupId >
22
22
<artifactId >powertools-tracing</artifactId >
23
- <version >1.16.1 </version >
23
+ <version >1.17.0 </version >
24
24
</dependency >
25
25
<dependency >
26
26
<groupId >software.amazon.lambda</groupId >
27
27
<artifactId >powertools-logging</artifactId >
28
- <version >1.16.1 </version >
28
+ <version >1.17.0 </version >
29
29
</dependency >
30
30
<dependency >
31
31
<groupId >software.amazon.lambda</groupId >
32
32
<artifactId >powertools-metrics</artifactId >
33
- <version >1.16.1 </version >
33
+ <version >1.17.0 </version >
34
34
</dependency >
35
35
...
36
36
</dependencies >
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ extra_javascript:
88
88
89
89
extra :
90
90
powertools :
91
- version : 1.16.1 # to update after each release (we do not want snapshot version here)
91
+ version : 1.17.0 # to update after each release (we do not want snapshot version here)
92
92
93
93
repo_url : https://github.com/aws-powertools/powertools-lambda-java
94
94
edit_uri : edit/main/docs
You can’t perform that action at this time.
0 commit comments