mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Update jcommander 1.82 -> 1.83 (#1793)
Switch to current artifact name `org.jcommander:jcommander` https://jcommander.org/#_download
This commit is contained in:
parent
accc4d5ead
commit
7944429314
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue