Compare commits

...

1 Commits

Author SHA1 Message Date
SunChaoqun
746a954bb4 APPINT-33478:CVE: maven-core-3.3.9, 3.6.3 [3.2.3-3.6.3] 2021-08-05 10:18:39 +08:00
3 changed files with 15 additions and 1 deletions

View File

@@ -25,6 +25,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.8.1</version>
</dependency>
</dependencies>
<build>
<plugins>

View File

@@ -134,7 +134,11 @@
<artifactId>commons-lang3</artifactId>
<version>3.11</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.8.1</version>
</dependency>
</dependencies>
<build>
<plugins>

View File

@@ -88,6 +88,11 @@
<artifactId>xstream</artifactId>
<version>1.4.16</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.8.1</version>
</dependency>
</dependencies>
<build>