mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-29 20:14:04 -06:00
Merge branch 'main' into jshook/minorfixes
This commit is contained in:
commit
88987804ac
@ -43,7 +43,7 @@
|
||||
<dependency>
|
||||
<groupId>com.amazonaws</groupId>
|
||||
<artifactId>aws-java-sdk-dynamodb</artifactId>
|
||||
<version>1.12.534</version>
|
||||
<version>1.12.535</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
@ -55,12 +55,12 @@
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-servlet</artifactId>
|
||||
<version>11.0.15</version>
|
||||
<version>11.0.16</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-rewrite</artifactId>
|
||||
<version>11.0.15</version>
|
||||
<version>11.0.16</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
@ -86,12 +86,12 @@
|
||||
<dependency>
|
||||
<groupId>org.snakeyaml</groupId>
|
||||
<artifactId>snakeyaml-engine</artifactId>
|
||||
<version>2.6</version>
|
||||
<version>2.7</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>info.picocli</groupId>
|
||||
<artifactId>picocli</artifactId>
|
||||
<version>4.7.4</version>
|
||||
<version>4.7.5</version>
|
||||
</dependency>
|
||||
<!-- due to https://github.com/oshi/oshi/issues/1289 -->
|
||||
<dependency>
|
||||
@ -291,7 +291,7 @@
|
||||
<dependency>
|
||||
<groupId>com.amazonaws</groupId>
|
||||
<artifactId>aws-java-sdk-s3</artifactId>
|
||||
<version>1.12.534</version>
|
||||
<version>1.12.538</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.elega9t</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user