Skip to content

Commit 5ebc5e3

Browse files
cicoyleartursouzaartur-ciocanu
authored
update commons-cli -> 1.9.0 (#1206)
Signed-off-by: Cassandra Coyle <cassie@diagrid.io> Signed-off-by: Artur Souza <artursouza.ms@outlook.com> Co-authored-by: Artur Souza <artursouza.ms@outlook.com> Co-authored-by: artur-ciocanu <artur.ciocanu@gmail.com>
1 parent 19c662c commit 5ebc5e3

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>commons-cli</groupId>
3131
<artifactId>commons-cli</artifactId>
32-
<version>1.8.0</version>
32+
<version>1.9.0</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>io.grpc</groupId>

sdk-actors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>commons-cli</groupId>
4747
<artifactId>commons-cli</artifactId>
48-
<version>1.4</version>
48+
<version>1.9.0</version>
4949
<scope>test</scope>
5050
</dependency>
5151
<dependency>

sdk-tests/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
</dependencyManagement>
5050

5151
<dependencies>
52+
<dependency>
53+
<groupId>commons-cli</groupId>
54+
<artifactId>commons-cli</artifactId>
55+
<version>1.9.0</version>
56+
</dependency>
5257
<dependency>
5358
<groupId>io.grpc</groupId>
5459
<artifactId>grpc-protobuf</artifactId>

sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>commons-cli</groupId>
6060
<artifactId>commons-cli</artifactId>
61-
<version>1.4</version>
61+
<version>1.9.0</version>
6262
<scope>test</scope>
6363
</dependency>
6464
<dependency>

0 commit comments

Comments
 (0)