mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-27 19:20:42 -06:00
Merge branch 'main' into snyk-fix-4981c736a854543f414acc756aa6773d
This commit is contained in:
commit
2292c6a21e
@ -61,7 +61,7 @@
|
||||
<dependency>
|
||||
<groupId>com.datastax.oss</groupId>
|
||||
<artifactId>java-driver-core</artifactId>
|
||||
<version>4.14.1</version>
|
||||
<version>4.15.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
@ -45,7 +45,7 @@
|
||||
<dependency>
|
||||
<groupId>com.amazonaws</groupId>
|
||||
<artifactId>aws-java-sdk-dynamodb</artifactId>
|
||||
<version>1.12.299</version>
|
||||
<version>1.12.325</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
@ -93,7 +93,7 @@ blocks:
|
||||
key: {
|
||||
time: -1,
|
||||
},
|
||||
name: "tab_time_desc_idx",
|
||||
name: "ts_time_desc_idx",
|
||||
unique: true
|
||||
}
|
||||
],
|
||||
|
@ -92,7 +92,7 @@
|
||||
<dependency>
|
||||
<groupId>com.datastax.oss</groupId>
|
||||
<artifactId>pulsar-jms</artifactId>
|
||||
<version>2.4.9</version>
|
||||
<version>2.4.11</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
@ -23,7 +23,7 @@
|
||||
<dependency>
|
||||
<groupId>io.swagger.parser.v3</groupId>
|
||||
<artifactId>swagger-parser</artifactId>
|
||||
<version>2.1.2</version>
|
||||
<version>2.1.4</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
@ -33,7 +33,7 @@
|
||||
<commons.csv.version>1.9.0</commons.csv.version>
|
||||
<commons.lang.version>3.12.0</commons.lang.version>
|
||||
<commons.math3.version>3.6.1</commons.math3.version>
|
||||
<commons.text.version>1.9</commons.text.version>
|
||||
<commons.text.version>1.10.0</commons.text.version>
|
||||
<greenrobot.version>3.1.0</greenrobot.version>
|
||||
<docker.java.version>3.2.13</docker.java.version>
|
||||
<javapoet.version>1.13.0</javapoet.version>
|
||||
@ -360,18 +360,18 @@
|
||||
<dependency>
|
||||
<groupId>org.graalvm.sdk</groupId>
|
||||
<artifactId>graal-sdk</artifactId>
|
||||
<version>21.3.3</version>
|
||||
<version>21.3.3.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.graalvm.js</groupId>
|
||||
<artifactId>js</artifactId>
|
||||
<version>21.3.3</version>
|
||||
<version>21.3.3.1</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.graalvm.js</groupId>
|
||||
<artifactId>js-scriptengine</artifactId>
|
||||
<version>21.3.2.1</version>
|
||||
<version>21.3.3.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.graalvm.tools</groupId>
|
||||
@ -396,13 +396,13 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-api</artifactId>
|
||||
<version>2.18.0</version>
|
||||
<version>2.19.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-core</artifactId>
|
||||
<version>2.18.0</version>
|
||||
<version>2.19.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
@ -413,7 +413,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-jcl</artifactId>
|
||||
<version>2.18.0</version>
|
||||
<version>2.19.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Removed due to a possible conflict-->
|
||||
|
@ -97,7 +97,7 @@
|
||||
<dependency>
|
||||
<groupId>com.amazonaws</groupId>
|
||||
<artifactId>aws-java-sdk-s3</artifactId>
|
||||
<version>1.12.322</version>
|
||||
<version>1.12.325</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
Loading…
Reference in New Issue
Block a user