You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2022/12/31 11:49:53 UTC

[streampipes] branch dev updated: Bump mockito-core from 3.12.4 to 4.11.0 (#968)

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

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 57698b035 Bump mockito-core from 3.12.4 to 4.11.0 (#968)
57698b035 is described below

commit 57698b03537ff516a6b68336b3640a1def9ab6f1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Dec 31 12:49:49 2022 +0100

    Bump mockito-core from 3.12.4 to 4.11.0 (#968)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ed83df482..d7cef6f27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
 
 	<!-- Test dependencies -->
 	<junit.version>4.13.2</junit.version>
-	<mockito.version>3.12.4</mockito.version>
+	<mockito.version>4.11.0</mockito.version>
 	<powermock.version>2.0.9</powermock.version>
 	<rest-assured.version>2.9.0</rest-assured.version>
 	<wiremock.version>2.27.2</wiremock.version>