Skip to content

Commit 6b7e0cd

Browse files
committed
Update mockito to latest version
1 parent ddefed1 commit 6b7e0cd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

webconsole/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
to you under the Apache License, Version 2.0 (the
77
"License"); you may not use this file except in compliance
88
with the License. You may obtain a copy of the License at
9-
9+
1010
http://www.apache.org/licenses/LICENSE-2.0
11-
11+
1212
Unless required by applicable law or agreed to in writing,
1313
software distributed under the License is distributed on an
1414
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -36,7 +36,7 @@
3636
https://github.com/apache/felix-dev/tree/master/webconsole
3737
for more information on this bundle.
3838
</description>
39-
39+
4040
<properties>
4141
<servlet.api>5.0.0</servlet.api>
4242
<felix.java.version>11</felix.java.version>
@@ -294,7 +294,7 @@
294294
<scope>provided</scope>
295295
<optional>true</optional>
296296
</dependency>
297-
297+
298298
<!-- OSGi and Apache Felix OBR API -->
299299
<dependency>
300300
<groupId>org.apache.felix</groupId>
@@ -318,7 +318,7 @@
318318
<dependency>
319319
<groupId>org.mockito</groupId>
320320
<artifactId>mockito-core</artifactId>
321-
<version>5.4.0</version>
321+
<version>5.17.0</version>
322322
<scope>test</scope>
323323
</dependency>
324324
</dependencies>

0 commit comments

Comments
 (0)