Skip to content

Commit cb189d8

Browse files
authored
Merge pull request #3432 from kubernetes-client/dependabot/maven/commons-cli-commons-cli-1.8.0
Bump commons-cli:commons-cli from 1.7.0 to 1.8.0
2 parents c7a5795 + 47c5745 commit cb189d8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/examples-release-17/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>commons-cli</groupId>
5555
<artifactId>commons-cli</artifactId>
56-
<version>1.7.0</version>
56+
<version>1.8.0</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>io.kubernetes</groupId>

examples/examples-release-18/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>commons-cli</groupId>
5656
<artifactId>commons-cli</artifactId>
57-
<version>1.7.0</version>
57+
<version>1.8.0</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>io.kubernetes</groupId>

examples/examples-release-19/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>commons-cli</groupId>
5555
<artifactId>commons-cli</artifactId>
56-
<version>1.7.0</version>
56+
<version>1.8.0</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>io.kubernetes</groupId>

examples/examples-release-20/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>commons-cli</groupId>
5555
<artifactId>commons-cli</artifactId>
56-
<version>1.7.0</version>
56+
<version>1.8.0</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>io.kubernetes</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<dependency>
178178
<groupId>commons-cli</groupId>
179179
<artifactId>commons-cli</artifactId>
180-
<version>1.7.0</version>
180+
<version>1.8.0</version>
181181
</dependency>
182182
<dependency>
183183
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)