Skip to content

Commit 925963b

Browse files
Tobianasihrasko
authored andcommitted
Bump jcommander to 1.85
https://github.com/cbeust/jcommander/releases/tag/1.83 https://github.com/cbeust/jcommander/releases/tag/1.84 https://github.com/cbeust/jcommander/releases/tag/1.85 Signed-off-by: tobias.pobocik <tobias.pobocik@pantheon.tech> (cherry picked from commit 81b5f2f)
1 parent 69e7792 commit 925963b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

  • lighty-applications
    • lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app
    • lighty-rnc-app-aggregator/lighty-rnc-app
  • lighty-core/dependency-versions
  • lighty-examples/lighty-bgp-community-restconf-app

lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<artifactId>lighty-rcgnmi-app-module</artifactId>
3737
</dependency>
3838
<dependency>
39-
<groupId>com.beust</groupId>
39+
<groupId>org.jcommander</groupId>
4040
<artifactId>jcommander</artifactId>
4141
</dependency>
4242
<dependency>

lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<scope>test</scope>
4747
</dependency>
4848
<dependency>
49-
<groupId>com.beust</groupId>
49+
<groupId>org.jcommander</groupId>
5050
<artifactId>jcommander</artifactId>
5151
</dependency>
5252
</dependencies>

lighty-core/dependency-versions/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@
107107
<version>1.4.5</version>
108108
</dependency>
109109
<dependency>
110-
<groupId>com.beust</groupId>
110+
<groupId>org.jcommander</groupId>
111111
<artifactId>jcommander</artifactId>
112-
<version>1.82</version>
112+
<version>1.85</version>
113113
</dependency>
114114
<dependency>
115115
<groupId>org.skyscreamer</groupId>

lighty-examples/lighty-bgp-community-restconf-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<artifactId>spotbugs-annotations</artifactId>
5555
</dependency>
5656
<dependency>
57-
<groupId>com.beust</groupId>
57+
<groupId>org.jcommander</groupId>
5858
<artifactId>jcommander</artifactId>
5959
</dependency>
6060

0 commit comments

Comments
 (0)