mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-25 02:00:38 -06:00
fix: mvn-defaults/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGGRAALVMSDK-2767964 - https://snyk.io/vuln/SNYK-JAVA-ORGGRAALVMSDK-2769612 - https://snyk.io/vuln/SNYK-JAVA-ORGGRAALVMSDK-2769614 - https://snyk.io/vuln/SNYK-JAVA-ORGGRAALVMSDK-2769616 - https://snyk.io/vuln/SNYK-JAVA-ORGGRAALVMSDK-2769618 - https://snyk.io/vuln/SNYK-JAVA-ORGGRAALVMSDK-2769620
This commit is contained in:
parent
51e7830de6
commit
d39b0116d3
@ -347,7 +347,7 @@
|
||||
<dependency>
|
||||
<groupId>org.graalvm.sdk</groupId>
|
||||
<artifactId>graal-sdk</artifactId>
|
||||
<version>20.3.0</version>
|
||||
<version>21.0.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.graalvm.js</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user