Skip to content

Commit

Permalink
Bump picocli to v4.6.3.
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Danis <[email protected]>
  • Loading branch information
ielis committed Apr 18, 2022
1 parent 41d7c9f commit 2001296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion phenol-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.5.2</version>
<version>${picocli.version}</version>
</dependency>
</dependencies>

Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<slf4j.version>1.7.32</slf4j.version>
<commons-codec.version>1.15</commons-codec.version>
<h2.version>1.4.200</h2.version>
<picocli.version>4.6.3</picocli.version>

<hamcrest.version>1.3</hamcrest.version>
<junit.jupiter.version>5.7.0</junit.jupiter.version>
Expand Down

0 comments on commit 2001296

Please sign in to comment.