mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-23 23:50:28 -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-3052830 - https://snyk.io/vuln/SNYK-JAVA-ORGGRAALVMSDK-3052832 - https://snyk.io/vuln/SNYK-JAVA-ORGGRAALVMSDK-3052834 - https://snyk.io/vuln/SNYK-JAVA-ORGGRAALVMSDK-3052837 - https://snyk.io/vuln/SNYK-JAVA-ORGGRAALVMSDK-3052839 - https://snyk.io/vuln/SNYK-JAVA-ORGGRAALVMSDK-3052841
This commit is contained in:
parent
87c3904f93
commit
3496f965c1
@ -365,13 +365,13 @@
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user