You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2023/12/06 19:52:55 UTC

(tinkerpop) branch master updated: Bumped mockito to 3.3.0

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

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b64fac483 Bumped mockito to 3.3.0
     new 6493d68dc9 Merge branch '3.7-dev'
1b64fac483 is described below

commit 1b64fac483a3e4869f59ea322ac9e51fdd3d2ad4
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Wed Dec 6 14:51:58 2023 -0500

    Bumped mockito to 3.3.0
    
    Fixes build which failed after netty 4.1.101 bump for some reason CTR
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 314ed68d39..b02049da25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,7 +173,7 @@ limitations under the License.
         <kerby.version>2.0.1</kerby.version>
         <logback.version>1.2.11</logback.version>
         <metrics.version>3.0.2</metrics.version>
-        <mockito.version>3.3.3</mockito.version>
+        <mockito.version>3.10.0</mockito.version>
         <netty.version>4.1.101.Final</netty.version>
         <slf4j.version>1.7.25</slf4j.version>
         <snakeyaml.version>2.0</snakeyaml.version>