Skip to content

Commit 1213531

Browse files
committed
Update console app packages
1 parent f236bc0 commit 1213531

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

JWT Console App/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<maven.compiler.source>11</maven.compiler.source>
1717
<maven.compiler.target>11</maven.compiler.target>
18-
<esignature.version>4.0.0-RC1</esignature.version>
18+
<esignature.version>4.6.0-RC1</esignature.version>
1919
</properties>
2020

2121
<dependencies>
2222

2323
<dependency>
2424
<groupId>commons-cli</groupId>
2525
<artifactId>commons-cli</artifactId>
26-
<version>1.5.0</version>
26+
<version>1.7.0</version>
2727
</dependency>
2828

2929
<dependency>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>commons-io</groupId>
4444
<artifactId>commons-io</artifactId>
45-
<version>2.11.0</version>
45+
<version>2.16.1</version>
4646
</dependency>
4747

4848
</dependencies>

0 commit comments

Comments
 (0)