Skip to content

Commit

Permalink
Merge branch 'main' of github.com:nosqlbench/nosqlbench
Browse files Browse the repository at this point in the history
  • Loading branch information
jshook committed Apr 8, 2024
2 parents a73e56e + a28a4ee commit 7810178
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions adapter-cqld4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.16.2</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.16.2</version>
<version>2.17.0</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion adapter-dynamodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-dynamodb</artifactId>
<version>1.12.658</version>
<version>1.12.678</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion docsys/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId>
<version>2.16.2</version>
<version>2.17.0</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions mvn-defaults/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
<version>1.12.658</version>
<version>1.12.681</version>
</dependency>
<dependency>
<groupId>com.elega9t</groupId>
Expand Down Expand Up @@ -367,7 +367,7 @@
<dependency>
<groupId>org.graalvm.polyglot</groupId>
<artifactId>js</artifactId>
<version>23.1.0</version>
<version>23.1.2</version>
<type>pom</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 7810178

Please sign in to comment.