Skip to content

Commit 2852622

Browse files
ddamkeddamke
authored andcommitted
updated dependency maven-assembly-plugin and commons-lang3
1 parent 825e542 commit 2852622

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,14 @@
8383
<dependency>
8484
<groupId>org.apache.commons</groupId>
8585
<artifactId>commons-lang3</artifactId>
86+
<version>3.12.0</version>
8687
</dependency>
8788

8889
<!-- maven assembly plugin -->
8990
<dependency>
9091
<groupId>org.apache.maven.plugins</groupId>
9192
<artifactId>maven-assembly-plugin</artifactId>
92-
<version>3.3.0</version>
93+
<version>3.4.2</version>
9394
<type>maven-plugin</type>
9495
</dependency>
9596
</dependencies>

0 commit comments

Comments
 (0)