File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 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
2020 <dependency >
2121 <groupId >software.amazon.lambda</groupId >
2222 <artifactId >powertools-tracing</artifactId >
23- <version >1.16.1 </version >
23+ <version >1.17.0 </version >
2424 </dependency >
2525 <dependency >
2626 <groupId >software.amazon.lambda</groupId >
2727 <artifactId >powertools-logging</artifactId >
28- <version >1.16.1 </version >
28+ <version >1.17.0 </version >
2929 </dependency >
3030 <dependency >
3131 <groupId >software.amazon.lambda</groupId >
3232 <artifactId >powertools-metrics</artifactId >
33- <version >1.16.1 </version >
33+ <version >1.17.0 </version >
3434 </dependency >
3535 ...
3636</dependencies >
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ extra_javascript:
8888
8989extra :
9090 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)
9292
9393repo_url : https://github.com/aws-powertools/powertools-lambda-java
9494edit_uri : edit/main/docs
You can’t perform that action at this time.
0 commit comments