This is an automated email from the ASF dual-hosted git repository. paulrutter pushed a commit to branch maintenance/FELIX-6780-fix-jetty-unit-tests-java23 in repository https://gitbox.apache.org/repos/asf/felix-dev.git
commit fd560a6e0fff6e4bc8645fe4e634aff4c9d1203f Author: Paul Rütter <[email protected]> AuthorDate: Tue May 13 12:00:47 2025 +0200 FELIX-6780 Java 23 CI failure for HTTP Jetty RequestLogTrackerTest - Upgrade mockito --- http/jetty/pom.xml | 4 ++-- http/jetty12/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml index b6e962c5f4..5d4e8de99f 100644 --- a/http/jetty/pom.xml +++ b/http/jetty/pom.xml @@ -516,7 +516,7 @@ <artifactId>commons-io</artifactId> <version>2.19.0</version> </dependency> - <!-- Testing --> + <!-- Testing --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> @@ -526,7 +526,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>5.7.0</version> + <version>5.17.0</version> <scope>test</scope> </dependency> <dependency> diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml index 678b594ca1..4a3f98f945 100644 --- a/http/jetty12/pom.xml +++ b/http/jetty12/pom.xml @@ -745,7 +745,7 @@ <artifactId>commons-io</artifactId> <version>2.19.0</version> </dependency> - <!-- Testing --> + <!-- Testing --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> @@ -755,7 +755,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>5.7.0</version> + <version>5.17.0</version> <scope>test</scope> </dependency> <dependency>
