Skip to content

Commit 6dae1d0

Browse files
committed
Updated libraries
1 parent 7729020 commit 6dae1d0

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

pom.xml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,32 +18,32 @@
1818
<dependency>
1919
<groupId>com.beust</groupId>
2020
<artifactId>jcommander</artifactId>
21-
<version>1.72</version>
21+
<version>1.82</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>org.projectlombok</groupId>
2525
<artifactId>lombok</artifactId>
26-
<version>1.16.20</version>
26+
<version>1.18.24</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.apache.commons</groupId>
3030
<artifactId>commons-lang3</artifactId>
31-
<version>3.7</version>
31+
<version>3.12.0</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>commons-io</groupId>
3535
<artifactId>commons-io</artifactId>
36-
<version>2.7</version>
36+
<version>2.11.0</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.apache.maven</groupId>
4040
<artifactId>maven-artifact</artifactId>
41-
<version>3.5.2</version>
41+
<version>3.8.6</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>ch.qos.logback</groupId>
4545
<artifactId>logback-classic</artifactId>
46-
<version>1.2.3</version>
46+
<version>1.2.11</version>
4747
</dependency>
4848
</dependencies>
4949

@@ -52,16 +52,16 @@
5252
<plugin>
5353
<groupId>org.apache.maven.plugins</groupId>
5454
<artifactId>maven-compiler-plugin</artifactId>
55-
<version>3.1</version>
55+
<version>3.10.1</version>
5656
<configuration>
57-
<source>1.8</source>
58-
<target>1.8</target>
57+
<source>8</source>
58+
<target>8</target>
5959
</configuration>
6060
</plugin>
6161
<plugin>
6262
<groupId>org.apache.maven.plugins</groupId>
6363
<artifactId>maven-shade-plugin</artifactId>
64-
<version>3.1.0</version>
64+
<version>3.3.0</version>
6565
<configuration>
6666
<!-- put your configurations here -->
6767
<transformers>
@@ -82,9 +82,11 @@
8282
</plugin>
8383
<plugin>
8484
<artifactId>maven-assembly-plugin</artifactId>
85-
<version>2.5.3</version>
85+
<version>3.4.1</version>
8686
<configuration>
87-
<descriptor>src/assembly/dep.xml</descriptor>
87+
<descriptors>
88+
<descriptor>src/assembly/dep.xml</descriptor>
89+
</descriptors>
8890
<finalName>mvn-repo-cleaner</finalName>
8991
<appendAssemblyId>false</appendAssemblyId>
9092
</configuration>

0 commit comments

Comments
 (0)