Skip to content

Commit 37b26f1

Browse files
authored
Merge pull request #1955 from kubernetes-client/dependabot/maven/commons-cli-commons-cli-1.5.0
Bump commons-cli from 1.4 to 1.5.0
2 parents b90470d + bc88434 commit 37b26f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/examples-release-10/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>commons-cli</groupId>
5959
<artifactId>commons-cli</artifactId>
60-
<version>1.4</version>
60+
<version>1.5.0</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>io.kubernetes</groupId>

examples/examples-release-11/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.5.0</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>io.kubernetes</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
<dependency>
164164
<groupId>commons-cli</groupId>
165165
<artifactId>commons-cli</artifactId>
166-
<version>1.4</version>
166+
<version>1.5.0</version>
167167
</dependency>
168168
<dependency>
169169
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)