Skip to content

Commit aa53bd9

Browse files
build(deps): bump aws.sdk.version from 2.20.155 to 2.20.162 (#1462)
Bumps `aws.sdk.version` from 2.20.155 to 2.20.162.
1 parent 349ea0b commit aa53bd9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/powertools-examples-cloudformation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<maven.compiler.target>1.8</maven.compiler.target>
1616
<lambda.core.version>1.2.3</lambda.core.version>
1717
<lambda.events.version>3.11.3</lambda.events.version>
18-
<aws.sdk.version>2.20.155</aws.sdk.version>
18+
<aws.sdk.version>2.20.162</aws.sdk.version>
1919
</properties>
2020
<dependencyManagement>
2121
<dependencies>

examples/powertools-examples-sqs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>software.amazon.awssdk</groupId>
2929
<artifactId>url-connection-client</artifactId>
30-
<version>2.20.155</version>
30+
<version>2.20.162</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.amazonaws</groupId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<log4j.version>2.20.0</log4j.version>
7777
<jackson.version>2.15.2</jackson.version>
7878
<aspectj.version>1.9.7</aspectj.version>
79-
<aws.sdk.version>2.20.155</aws.sdk.version>
79+
<aws.sdk.version>2.20.162</aws.sdk.version>
8080
<aws.xray.recorder.version>2.14.0</aws.xray.recorder.version>
8181
<payloadoffloading-common.version>2.1.3</payloadoffloading-common.version>
8282
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)