From 1b1d23b62e23720d7c4acf2c51c6b403f79a5ab9 Mon Sep 17 00:00:00 2001 From: Simon Bernard Date: Fri, 10 Feb 2023 10:56:57 +0100 Subject: [PATCH] Add Mockito 4.11.0 test dependency. --- leshan-integration-tests/pom.xml | 10 ++++++++++ pom.xml | 17 ++++++++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/leshan-integration-tests/pom.xml b/leshan-integration-tests/pom.xml index f853a070b2..35dce0ee15 100644 --- a/leshan-integration-tests/pom.xml +++ b/leshan-integration-tests/pom.xml @@ -58,6 +58,16 @@ Contributors: junit-jupiter-params test + + org.mockito + mockito-core + test + + + org.mockito + mockito-junit-jupiter + test + org.hamcrest hamcrest diff --git a/pom.xml b/pom.xml index 9c0169f07d..2069a5f41e 100644 --- a/pom.xml +++ b/pom.xml @@ -276,13 +276,28 @@ Contributors: junit-jupiter-params 5.9.2 + + + org.mockito + mockito-core + 4.11.0 + test + + + org.mockito + mockito-junit-jupiter + 4.11.0 + test + org.hamcrest hamcrest 2.2 test -