From 65dfd81d8348af8880a66c31f181e6dd6870ed7f Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 26 May 2023 19:34:19 +0100 Subject: [PATCH] updgraded mockito to fix controller tests;disabled async stack tracing --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 509222f..5d5724b 100644 --- a/pom.xml +++ b/pom.xml @@ -27,13 +27,14 @@ net.bytebuddy byte-buddy - 1.12.9 + 1.14.4 net.bytebuddy byte-buddy-agent - 1.12.9 + 1.14.4 + @@ -87,19 +88,18 @@ org.mockito mockito-core - 2.23.4 + 5.3.1 net.bytebuddy byte-buddy - 1.12.9 + 1.14.4 - net.bytebuddy byte-buddy-agent - 1.12.9 + 1.14.4