This is an automated email from the ASF dual-hosted git repository. cziegeler pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push: new 6b7e0cd9fa Update mockito to latest version 6b7e0cd9fa is described below commit 6b7e0cd9fa401dbe04240426a7a9de5ca1fdcc2c Author: Carsten Ziegeler <cziege...@apache.org> AuthorDate: Wed Apr 23 07:27:00 2025 +0200 Update mockito to latest version --- webconsole/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/webconsole/pom.xml b/webconsole/pom.xml index 0a901cb9b8..6949d56557 100644 --- a/webconsole/pom.xml +++ b/webconsole/pom.xml @@ -6,9 +6,9 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ -36,7 +36,7 @@ https://github.com/apache/felix-dev/tree/master/webconsole for more information on this bundle. </description> - + <properties> <servlet.api>5.0.0</servlet.api> <felix.java.version>11</felix.java.version> @@ -294,7 +294,7 @@ <scope>provided</scope> <optional>true</optional> </dependency> - + <!-- OSGi and Apache Felix OBR API --> <dependency> <groupId>org.apache.felix</groupId> @@ -318,7 +318,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>5.4.0</version> + <version>5.17.0</version> <scope>test</scope> </dependency> </dependencies>