Skip to content

Commit ad990e6

Browse files
committed
Merge remote-tracking branch 'origin/master' into RBT-928-pass-through-jakarta-annotations-try-2
2 parents ee548da + b529abe commit ad990e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

graphql-database-dynmodb-history-lambda/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>com.amazonaws</groupId>
6161
<artifactId>aws-lambda-java-events</artifactId>
62-
<version>3.15.0</version>
62+
<version>3.16.0</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>com.amazonaws</groupId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>software.amazon.awssdk</groupId>
6565
<artifactId>bom</artifactId>
66-
<version>2.31.48</version>
66+
<version>2.32.2</version>
6767
<type>pom</type>
6868
<scope>import</scope>
6969
</dependency>
@@ -89,7 +89,7 @@
8989
<plugin>
9090
<groupId>net.revelc.code.formatter</groupId>
9191
<artifactId>formatter-maven-plugin</artifactId>
92-
<version>2.26.0</version>
92+
<version>2.27.0</version>
9393
<configuration>
9494
<configFile>${project.parent.basedir}/formatter.xml</configFile>
9595
<lineEnding>LF</lineEnding>
@@ -173,7 +173,7 @@ the License.
173173
<plugin>
174174
<groupId>org.sonatype.central</groupId>
175175
<artifactId>central-publishing-maven-plugin</artifactId>
176-
<version>0.7.0</version>
176+
<version>0.8.0</version>
177177
<extensions>true</extensions>
178178
<configuration>
179179
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)