Merge pull request #493 from nosqlbench/snyk-fix-b0fcb2988f5c33e45d238a7e77bda5aa

[Snyk] Fix for 19 vulnerabilities
This commit is contained in:
Jonathan Shook 2022-03-14 01:04:05 -05:00 committed by GitHub
commit 0a94d74a15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -358,12 +358,12 @@
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js-scriptengine</artifactId>
<version>20.3.0</version>
<version>20.3.5</version>
</dependency>
<dependency>
<groupId>org.graalvm.tools</groupId>
<artifactId>profiler</artifactId>
<version>20.3.0</version>
<version>20.3.5</version>
<scope>runtime</scope>
</dependency>
<dependency>