Skip to content

Commit 7b0af2c

Browse files
authored
chore: Fix missing version change pieces (#1382)
* Add missing bits * And fixed the fix
1 parent cfd45bd commit 7b0af2c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff 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>

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ extra_javascript:
8888

8989
extra:
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

9393
repo_url: https://github.com/aws-powertools/powertools-lambda-java
9494
edit_uri: edit/main/docs

0 commit comments

Comments
 (0)