You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2024/02/23 11:30:34 UTC

(turbine-fulcrum-testcontainer) branch master updated: Updte junit jupiter version to 5.10.2, and mockito to 5.10.0

This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-testcontainer.git


The following commit(s) were added to refs/heads/master by this push:
     new 753c565  Updte junit jupiter version to 5.10.2, and mockito to 5.10.0
753c565 is described below

commit 753c565a066f8286ba18c04b7d020050a9b7f431
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Fri Feb 23 12:19:53 2024 +0100

    Updte junit jupiter version to 5.10.2, and mockito to 5.10.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 45aa465..510594a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
     <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>5.4.0</version>
+        <version>5.10.0</version>
     </dependency>
     <!-- Needed if testing with ECM -->
     <dependency>
@@ -162,7 +162,7 @@
     <properties>
         <turbine.site.path>turbine-fulcrum-testcontainer</turbine.site.path>
         <turbine.scmPubCheckoutDirectory>${turbine.site.cache}/fulcrum/testcontainer</turbine.scmPubCheckoutDirectory>
-        <junit.jupiter.version>5.10.0</junit.jupiter.version>
+        <junit.jupiter.version>5.10.2</junit.jupiter.version>
         <junit.platform>1.9.3</junit.platform>
     </properties>