Skip to content

Commit 270e356

Browse files
committed
[TP] Update to commons-cli 1.5.0 and mockito 5.2.0
1 parent 101274d commit 270e356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

target-platform/target-platform.target

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>commons-cli</groupId>
102102
<artifactId>commons-cli</artifactId>
103-
<version>1.4</version>
103+
<version>1.5.0</version>
104104
<type>jar</type>
105105
</dependency>
106106
<dependency>
@@ -116,7 +116,7 @@
116116
<dependency>
117117
<groupId>org.mockito</groupId>
118118
<artifactId>mockito-core</artifactId>
119-
<version>5.1.1</version>
119+
<version>5.2.0</version>
120120
<type>jar</type>
121121
</dependency>
122122
</dependencies>

0 commit comments

Comments
 (0)