mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-23 07:34:31 -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-5457921 - https://snyk.io/vuln/SNYK-JAVA-ORGGRAALVMSDK-5457923 - https://snyk.io/vuln/SNYK-JAVA-ORGGRAALVMSDK-5457925 - https://snyk.io/vuln/SNYK-JAVA-ORGGRAALVMSDK-5457927 - https://snyk.io/vuln/SNYK-JAVA-ORGGRAALVMSDK-5457929 - https://snyk.io/vuln/SNYK-JAVA-ORGGRAALVMSDK-5457931 - https://snyk.io/vuln/SNYK-JAVA-ORGGRAALVMSDK-5457933
This commit is contained in:
parent
e4bc2639f7
commit
e7b554d751
@ -388,13 +388,13 @@
|
||||
<dependency>
|
||||
<groupId>org.graalvm.js</groupId>
|
||||
<artifactId>js</artifactId>
|
||||
<version>22.3.1</version>
|
||||
<version>22.3.2</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.graalvm.js</groupId>
|
||||
<artifactId>js-scriptengine</artifactId>
|
||||
<version>22.3.1</version>
|
||||
<version>22.3.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.graalvm.tools</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user