mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-27 19:20:42 -06:00
Merge branch 'main' of github.com:nosqlbench/nosqlbench
This commit is contained in:
commit
b8addb7823
@ -2,7 +2,7 @@
|
||||
|
||||
## requirements
|
||||
|
||||
You need Java 12 or newer to build NoSQLBench.
|
||||
You need Java 17 or newer to build NoSQLBench.
|
||||
|
||||
# Building Locally
|
||||
|
||||
|
@ -89,7 +89,7 @@
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.jaxrs</groupId>
|
||||
<artifactId>jackson-jaxrs-json-provider</artifactId>
|
||||
<version>2.13.2</version>
|
||||
<version>2.13.3</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
@ -109,7 +109,7 @@
|
||||
<dependency>
|
||||
<groupId>org.mpierce.metrics.reservoir</groupId>
|
||||
<artifactId>hdrhistogram-metrics-reservoir</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.1.3</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
@ -121,13 +121,13 @@
|
||||
<dependency>
|
||||
<groupId>io.dropwizard.metrics</groupId>
|
||||
<artifactId>metrics-graphite</artifactId>
|
||||
<version>4.2.8</version>
|
||||
<version>4.2.9</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.dropwizard.metrics</groupId>
|
||||
<artifactId>metrics-core</artifactId>
|
||||
<version>4.2.8</version>
|
||||
<version>4.2.9</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
@ -351,13 +351,13 @@
|
||||
<dependency>
|
||||
<groupId>org.graalvm.js</groupId>
|
||||
<artifactId>js</artifactId>
|
||||
<version>21.0.0</version>
|
||||
<version>21.3.1</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.graalvm.js</groupId>
|
||||
<artifactId>js-scriptengine</artifactId>
|
||||
<version>21.0.0</version>
|
||||
<version>21.3.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.graalvm.tools</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user