You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
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.20.1</version>
23
+
<version>1.20.2</version>
24
24
</dependency>
25
25
<dependency>
26
26
<groupId>software.amazon.lambda</groupId>
27
27
<artifactId>powertools-logging</artifactId>
28
-
<version>1.20.1</version>
28
+
<version>1.20.2</version>
29
29
</dependency>
30
30
<dependency>
31
31
<groupId>software.amazon.lambda</groupId>
32
32
<artifactId>powertools-metrics</artifactId>
33
-
<version>1.20.1</version>
33
+
<version>1.20.2</version>
34
34
</dependency>
35
35
...
36
36
</dependencies>
@@ -217,7 +217,7 @@ More info [here](https://github.com/aws-powertools/powertools-lambda-java/pull/1
217
217
218
218
## Examples
219
219
220
-
See the latest release of the **[examples](https://github.com/aws-powertools/powertools-lambda-java/tree/v1.20.1/examples)** for example projects showcasing usage of different utilities.
220
+
See the latest release of the **[examples](https://github.com/aws-powertools/powertools-lambda-java/tree/v1.20.2/examples)** for example projects showcasing usage of different utilities.
221
221
222
222
Have a demo project to contribute which showcase usage of different utilities from powertools? We are happy to accept it [here](CONTRIBUTING.md#security-issue-notifications).
0 commit comments