Skip to content

Commit 1eb43f3

Browse files
committed
upgrade maven import version to avoid security problems (2)
1 parent d6231e1 commit 1eb43f3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.apache.maven</groupId>
5151
<artifactId>maven</artifactId>
52-
<version>[3.8.1,)</version>
52+
<version>3.8.1</version>
5353
<scope>import</scope>
5454
<type>pom</type>
5555
</dependency>
@@ -74,10 +74,12 @@
7474
<dependency>
7575
<groupId>org.apache.maven</groupId>
7676
<artifactId>maven-plugin-api</artifactId>
77+
<version>3.8.1</version>
7778
</dependency>
7879
<dependency>
7980
<groupId>org.apache.maven</groupId>
8081
<artifactId>maven-model</artifactId>
82+
<version>3.8.1</version>
8183
</dependency>
8284
</dependencies>
8385

0 commit comments

Comments
 (0)