Skip to content

Commit f709a53

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/example-docs' into example-docs
2 parents 609b2c5 + 603ca6d commit f709a53

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/powertools-examples-cloudformation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<maven.deploy.skip>true</maven.deploy.skip>
1717
<lambda.core.version>1.2.2</lambda.core.version>
1818
<lambda.events.version>3.11.2</lambda.events.version>
19-
<aws.sdk.version>2.20.102</aws.sdk.version>
19+
<aws.sdk.version>2.20.105</aws.sdk.version>
2020
</properties>
2121
<dependencyManagement>
2222
<dependencies>

examples/powertools-examples-sqs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>software.amazon.awssdk</groupId>
3030
<artifactId>url-connection-client</artifactId>
31-
<version>2.20.104</version>
31+
<version>2.20.105</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>com.amazonaws</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<log4j.version>2.20.0</log4j.version>
6161
<jackson.version>2.15.2</jackson.version>
6262
<aspectj.version>1.9.7</aspectj.version>
63-
<aws.sdk.version>2.20.104</aws.sdk.version>
63+
<aws.sdk.version>2.20.105</aws.sdk.version>
6464
<aws.xray.recorder.version>2.14.0</aws.xray.recorder.version>
6565
<payloadoffloading-common.version>2.1.3</payloadoffloading-common.version>
6666
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)