Merge branch 'main' into jeffb/fix-paging

This commit is contained in:
Jeff Banks 2023-07-26 09:25:48 -05:00 committed by GitHub
commit 4f16e0b725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-dynamodb</artifactId>
<version>1.12.498</version>
<version>1.12.501</version>
</dependency>
</dependencies>

View File

@ -316,7 +316,7 @@
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core-java11</artifactId>
<version>6.4.3</version>
<version>6.4.4</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
@ -326,7 +326,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
<version>1.12.498</version>
<version>1.12.501</version>
</dependency>
<dependency>
<groupId>com.elega9t</groupId>