Update jcommander 1.82 -> 1.83 (#1793)

Switch to current artifact name `org.jcommander:jcommander`

https://jcommander.org/#_download
This commit is contained in:
Matthew Zavislak 2024-04-16 14:01:32 -05:00 committed by GitHub
parent accc4d5ead
commit 7944429314
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,9 +27,9 @@
<artifactId>core</artifactId>
</dependency>
<dependency>
<groupId>com.beust</groupId>
<groupId>org.jcommander</groupId>
<artifactId>jcommander</artifactId>
<version>1.82</version>
<version>1.83</version>
</dependency>
<dependency>
<groupId>com.github.jai-imageio</groupId>