Skip to content

Commit 6261d06

Browse files
committed
Merge branch 'support_crac_on_powertools_metrics' of https://github.com/subhash686/powertools-lambda-java into support_crac_on_powertools_metrics
2 parents a1e1545 + ec37b49 commit 6261d06

File tree

4 files changed

+3
-38
lines changed

4 files changed

+3
-38
lines changed

.github/workflows/security-osv.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

examples/powertools-examples-cloudformation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<maven.compiler.target>11</maven.compiler.target>
1515
<lambda.core.version>1.3.0</lambda.core.version>
1616
<lambda.events.version>3.16.0</lambda.events.version>
17-
<aws.sdk.version>2.31.78</aws.sdk.version>
17+
<aws.sdk.version>2.32.5</aws.sdk.version>
1818
<aspectj.version>1.9.20.1</aspectj.version>
1919

2020
</properties>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<log4j.version>2.25.1</log4j.version>
8585
<slf4j.version>2.0.17</slf4j.version>
8686
<jackson.version>2.19.2</jackson.version>
87-
<aws.sdk.version>2.31.78</aws.sdk.version>
87+
<aws.sdk.version>2.32.5</aws.sdk.version>
8888
<aws.xray.recorder.version>2.18.2</aws.xray.recorder.version>
8989
<payloadoffloading-common.version>2.2.0</payloadoffloading-common.version>
9090
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

powertools-validation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>com.networknt</groupId>
6767
<artifactId>json-schema-validator</artifactId>
68-
<version>1.5.1</version>
68+
<version>1.5.8</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>com.amazonaws</groupId>

0 commit comments

Comments
 (0)