Snyk remediation 07.06.2023 (#1388)

Includes:
* docker-java-core upgrade
* engine-docker cve fixes
* removed engine-rest module
* updated deps for high and med. CVEs
* pgrade to commons-collections4
* migrate specific vers to mvn-defaults
This commit is contained in:
Jeff Banks
2023-07-18 14:43:19 -05:00
committed by GitHub
parent 9ab49c9612
commit 2ab97d9e5e
30 changed files with 89 additions and 4445 deletions

View File

@@ -43,24 +43,19 @@
<version>${revision}</version>
<artifactId>nb-api</artifactId>
</dependency>
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>virtdata-lang</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>com.squareup</groupId>
<artifactId>javapoet</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math4-core</artifactId>
@@ -76,7 +71,6 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math4-legacy-exception</artifactId>
<version>4.0-beta1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
@@ -85,9 +79,16 @@
<dependency>
<groupId>com.datastax.oss</groupId>
<artifactId>java-driver-core</artifactId>
<version>4.16.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.docker-java</groupId>
<artifactId>docker-java-core</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
</project>