Skip to content

Commit 9215507

Browse files
committed
Merge branch 'main' of github.com:docwho2/postgres-lambda-trigger
2 parents 890687f + cb4f52d commit 9215507

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>software.amazon.awssdk</groupId>
2020
<artifactId>bom</artifactId>
21-
<version>2.31.69</version>
21+
<version>2.32.14</version>
2222
<type>pom</type>
2323
<scope>import</scope>
2424
<exclusions>
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.apache.logging.log4j</groupId>
3434
<artifactId>log4j-bom</artifactId>
35-
<version>2.25.0</version>
35+
<version>2.25.1</version>
3636
<type>pom</type>
3737
<scope>import</scope>
3838
</dependency>
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>com.amazonaws</groupId>
5959
<artifactId>aws-lambda-java-events</artifactId>
60-
<version>3.16.0</version>
60+
<version>3.16.1</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>com.amazonaws.secretsmanager</groupId>
@@ -115,7 +115,7 @@
115115
<dependency>
116116
<groupId>software.amazon.lambda</groupId>
117117
<artifactId>powertools-cloudformation</artifactId>
118-
<version>2.1.1</version>
118+
<version>2.2.1</version>
119119
</dependency>
120120
</dependencies>
121121

0 commit comments

Comments
 (0)