Merge branch 'main' of github.com:nosqlbench/nosqlbench

This commit is contained in:
Jonathan Shook
2023-02-04 19:16:37 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@
<dependency>
<groupId>org.snakeyaml</groupId>
<artifactId>snakeyaml-engine</artifactId>
<version>2.5</version>
<version>2.6</version>
</dependency>
<dependency>

View File

@@ -42,7 +42,7 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>4.8.1</version>
<version>4.8.2</version>
</dependency>
</dependencies>