Merge pull request #845 from nosqlbench/snyk-fix-b8424b271d02d50c5baa47f9e8745c03

Snyk fix b8424b271d02d50c5baa47f9e8745c03
This commit is contained in:
Jonathan Shook 2022-12-12 12:33:47 -06:00 committed by GitHub
commit c0117351f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -97,7 +97,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
<version>1.12.341</version>
<version>1.12.330</version>
</dependency>
<dependency>

View File

@ -100,4 +100,5 @@ class ExitStatusIntegrationTests {
// assertThat(result.exception).isNotNull();
// assertThat(result.exception.getMessage()).contains("diag space was configured to throw");
// }
}