From 45f75f505625a70b77787e1018f96a94875cd4ec Mon Sep 17 00:00:00 2001 From: Cody Cutrer Date: Fri, 20 Sep 2024 11:28:28 -0600 Subject: [PATCH] Update mockito Signed-off-by: Cody Cutrer --- bom/test/pom.xml | 2 +- .../org.openhab.core.auth.oauth2client.tests/itest.bndrun | 6 +++--- .../itest.bndrun | 6 +++--- .../itest.bndrun | 6 +++--- .../itest.bndrun | 6 +++--- itests/org.openhab.core.automation.tests/itest.bndrun | 6 +++--- itests/org.openhab.core.config.core.tests/itest.bndrun | 8 ++++---- .../itest.bndrun | 6 +++--- .../org.openhab.core.config.discovery.tests/itest.bndrun | 8 ++++---- .../itest.bndrun | 8 ++++---- .../itest.bndrun | 6 +++--- itests/org.openhab.core.io.rest.core.tests/itest.bndrun | 8 ++++---- itests/org.openhab.core.model.script.tests/itest.bndrun | 8 ++++---- itests/org.openhab.core.model.thing.tests/itest.bndrun | 8 ++++---- itests/org.openhab.core.tests/itest.bndrun | 8 ++++---- itests/org.openhab.core.thing.tests/itest.bndrun | 8 ++++---- 16 files changed, 54 insertions(+), 54 deletions(-) diff --git a/bom/test/pom.xml b/bom/test/pom.xml index 9985dc6976f..554a637ff34 100644 --- a/bom/test/pom.xml +++ b/bom/test/pom.xml @@ -18,7 +18,7 @@ 3.6.2 5.10.0 - 4.11.0 + 5.13.0 diff --git a/itests/org.openhab.core.auth.oauth2client.tests/itest.bndrun b/itests/org.openhab.core.auth.oauth2client.tests/itest.bndrun index 8aaf6aad5ca..2f8c97e0fd4 100644 --- a/itests/org.openhab.core.auth.oauth2client.tests/itest.bndrun +++ b/itests/org.openhab.core.auth.oauth2client.tests/itest.bndrun @@ -22,9 +22,9 @@ Fragment-Host: org.openhab.core.auth.oauth2client org.apache.felix.configadmin;version='[1.9.26,1.9.27)',\ org.apache.felix.http.servlet-api;version='[1.2.0,1.2.1)',\ org.osgi.service.component;version='[1.5.1,1.5.2)',\ - net.bytebuddy.byte-buddy;version='[1.12.19,1.12.20)',\ - net.bytebuddy.byte-buddy-agent;version='[1.12.19,1.12.20)',\ - org.mockito.mockito-core;version='[4.11.0,4.11.1)',\ + net.bytebuddy.byte-buddy;version='[1.15.0,1.15.1)',\ + net.bytebuddy.byte-buddy-agent;version='[1.15.0,1.15.1)',\ + org.mockito.mockito-core;version='[5.13.0,5.13.1)',\ org.objenesis;version='[3.3.0,3.3.1)',\ org.openhab.base-fixes;version='[1.0.0,1.0.1)',\ javax.measure.unit-api;version='[2.2.0,2.2.1)',\ diff --git a/itests/org.openhab.core.automation.integration.tests/itest.bndrun b/itests/org.openhab.core.automation.integration.tests/itest.bndrun index a03a85c7646..5245ea6e463 100644 --- a/itests/org.openhab.core.automation.integration.tests/itest.bndrun +++ b/itests/org.openhab.core.automation.integration.tests/itest.bndrun @@ -23,9 +23,9 @@ Fragment-Host: org.openhab.core.automation org.apache.felix.http.servlet-api;version='[1.2.0,1.2.1)',\ org.osgi.service.component;version='[1.5.1,1.5.2)',\ xstream;version='[1.4.20,1.4.21)',\ - net.bytebuddy.byte-buddy;version='[1.12.19,1.12.20)',\ - net.bytebuddy.byte-buddy-agent;version='[1.12.19,1.12.20)',\ - org.mockito.mockito-core;version='[4.11.0,4.11.1)',\ + net.bytebuddy.byte-buddy;version='[1.15.0,1.15.1)',\ + net.bytebuddy.byte-buddy-agent;version='[1.15.0,1.15.1)',\ + org.mockito.mockito-core;version='[5.13.0,5.13.1)',\ org.objenesis;version='[3.3.0,3.3.1)',\ org.openhab.base-fixes;version='[1.0.0,1.0.1)',\ javax.measure.unit-api;version='[2.2.0,2.2.1)',\ diff --git a/itests/org.openhab.core.automation.module.core.tests/itest.bndrun b/itests/org.openhab.core.automation.module.core.tests/itest.bndrun index 02dc4082bb8..3870db797cf 100644 --- a/itests/org.openhab.core.automation.module.core.tests/itest.bndrun +++ b/itests/org.openhab.core.automation.module.core.tests/itest.bndrun @@ -23,9 +23,9 @@ Fragment-Host: org.openhab.core.automation org.apache.felix.http.servlet-api;version='[1.2.0,1.2.1)',\ org.osgi.service.component;version='[1.5.1,1.5.2)',\ xstream;version='[1.4.20,1.4.21)',\ - net.bytebuddy.byte-buddy;version='[1.12.19,1.12.20)',\ - net.bytebuddy.byte-buddy-agent;version='[1.12.19,1.12.20)',\ - org.mockito.mockito-core;version='[4.11.0,4.11.1)',\ + net.bytebuddy.byte-buddy;version='[1.15.0,1.15.1)',\ + net.bytebuddy.byte-buddy-agent;version='[1.15.0,1.15.1)',\ + org.mockito.mockito-core;version='[5.13.0,5.13.1)',\ org.objenesis;version='[3.3.0,3.3.1)',\ org.openhab.base-fixes;version='[1.0.0,1.0.1)',\ javax.measure.unit-api;version='[2.2.0,2.2.1)',\ diff --git a/itests/org.openhab.core.automation.module.timer.tests/itest.bndrun b/itests/org.openhab.core.automation.module.timer.tests/itest.bndrun index 56e8bd68ef6..de372650114 100644 --- a/itests/org.openhab.core.automation.module.timer.tests/itest.bndrun +++ b/itests/org.openhab.core.automation.module.timer.tests/itest.bndrun @@ -23,9 +23,9 @@ Fragment-Host: org.openhab.core.automation org.apache.felix.http.servlet-api;version='[1.2.0,1.2.1)',\ org.osgi.service.component;version='[1.5.1,1.5.2)',\ xstream;version='[1.4.20,1.4.21)',\ - net.bytebuddy.byte-buddy;version='[1.12.19,1.12.20)',\ - net.bytebuddy.byte-buddy-agent;version='[1.12.19,1.12.20)',\ - org.mockito.mockito-core;version='[4.11.0,4.11.1)',\ + net.bytebuddy.byte-buddy;version='[1.15.0,1.15.1)',\ + net.bytebuddy.byte-buddy-agent;version='[1.15.0,1.15.1)',\ + org.mockito.mockito-core;version='[5.13.0,5.13.1)',\ org.objenesis;version='[3.3.0,3.3.1)',\ org.openhab.base-fixes;version='[1.0.0,1.0.1)',\ javax.measure.unit-api;version='[2.2.0,2.2.1)',\ diff --git a/itests/org.openhab.core.automation.tests/itest.bndrun b/itests/org.openhab.core.automation.tests/itest.bndrun index 366eb8c69a9..952f56aef96 100644 --- a/itests/org.openhab.core.automation.tests/itest.bndrun +++ b/itests/org.openhab.core.automation.tests/itest.bndrun @@ -23,9 +23,9 @@ Fragment-Host: org.openhab.core.automation org.apache.felix.http.servlet-api;version='[1.2.0,1.2.1)',\ org.osgi.service.component;version='[1.5.1,1.5.2)',\ xstream;version='[1.4.20,1.4.21)',\ - net.bytebuddy.byte-buddy;version='[1.12.19,1.12.20)',\ - net.bytebuddy.byte-buddy-agent;version='[1.12.19,1.12.20)',\ - org.mockito.mockito-core;version='[4.11.0,4.11.1)',\ + net.bytebuddy.byte-buddy;version='[1.15.0,1.15.1)',\ + net.bytebuddy.byte-buddy-agent;version='[1.15.0,1.15.1)',\ + org.mockito.mockito-core;version='[5.13.0,5.13.1)',\ org.objenesis;version='[3.3.0,3.3.1)',\ org.openhab.base-fixes;version='[1.0.0,1.0.1)',\ javax.measure.unit-api;version='[2.2.0,2.2.1)',\ diff --git a/itests/org.openhab.core.config.core.tests/itest.bndrun b/itests/org.openhab.core.config.core.tests/itest.bndrun index e7bbd8efea0..017a0c5dd61 100644 --- a/itests/org.openhab.core.config.core.tests/itest.bndrun +++ b/itests/org.openhab.core.config.core.tests/itest.bndrun @@ -24,10 +24,10 @@ Fragment-Host: org.openhab.core.config.core org.apache.felix.http.servlet-api;version='[1.2.0,1.2.1)',\ org.osgi.service.component;version='[1.5.1,1.5.2)',\ xstream;version='[1.4.20,1.4.21)',\ - net.bytebuddy.byte-buddy;version='[1.12.19,1.12.20)',\ - net.bytebuddy.byte-buddy-agent;version='[1.12.19,1.12.20)',\ - org.mockito.junit-jupiter;version='[4.11.0,4.11.1)',\ - org.mockito.mockito-core;version='[4.11.0,4.11.1)',\ + net.bytebuddy.byte-buddy;version='[1.15.0,1.15.1)',\ + net.bytebuddy.byte-buddy-agent;version='[1.15.0,1.15.1)',\ + org.mockito.junit-jupiter;version='[5.13.0,5.13.1)',\ + org.mockito.mockito-core;version='[5.13.0,5.13.1)',\ org.objenesis;version='[3.3.0,3.3.1)',\ org.openhab.base-fixes;version='[1.0.0,1.0.1)',\ javax.measure.unit-api;version='[2.2.0,2.2.1)',\ diff --git a/itests/org.openhab.core.config.discovery.mdns.tests/itest.bndrun b/itests/org.openhab.core.config.discovery.mdns.tests/itest.bndrun index 6ffeb114e8c..f81e0ea06e8 100644 --- a/itests/org.openhab.core.config.discovery.mdns.tests/itest.bndrun +++ b/itests/org.openhab.core.config.discovery.mdns.tests/itest.bndrun @@ -24,9 +24,9 @@ Fragment-Host: org.openhab.core.config.discovery.mdns org.apache.felix.http.servlet-api;version='[1.2.0,1.2.1)',\ org.osgi.service.component;version='[1.5.1,1.5.2)',\ xstream;version='[1.4.20,1.4.21)',\ - net.bytebuddy.byte-buddy;version='[1.12.19,1.12.20)',\ - net.bytebuddy.byte-buddy-agent;version='[1.12.19,1.12.20)',\ - org.mockito.mockito-core;version='[4.11.0,4.11.1)',\ + net.bytebuddy.byte-buddy;version='[1.15.0,1.15.1)',\ + net.bytebuddy.byte-buddy-agent;version='[1.15.0,1.15.1)',\ + org.mockito.mockito-core;version='[5.13.0,5.13.1)',\ org.objenesis;version='[3.3.0,3.3.1)',\ org.openhab.base-fixes;version='[1.0.0,1.0.1)',\ javax.measure.unit-api;version='[2.2.0,2.2.1)',\ diff --git a/itests/org.openhab.core.config.discovery.tests/itest.bndrun b/itests/org.openhab.core.config.discovery.tests/itest.bndrun index 26a44e906f1..86f46823a24 100644 --- a/itests/org.openhab.core.config.discovery.tests/itest.bndrun +++ b/itests/org.openhab.core.config.discovery.tests/itest.bndrun @@ -24,10 +24,10 @@ Fragment-Host: org.openhab.core.config.discovery org.apache.felix.http.servlet-api;version='[1.2.0,1.2.1)',\ org.osgi.service.component;version='[1.5.1,1.5.2)',\ xstream;version='[1.4.20,1.4.21)',\ - net.bytebuddy.byte-buddy;version='[1.12.19,1.12.20)',\ - net.bytebuddy.byte-buddy-agent;version='[1.12.19,1.12.20)',\ - org.mockito.junit-jupiter;version='[4.11.0,4.11.1)',\ - org.mockito.mockito-core;version='[4.11.0,4.11.1)',\ + net.bytebuddy.byte-buddy;version='[1.15.0,1.15.1)',\ + net.bytebuddy.byte-buddy-agent;version='[1.15.0,1.15.1)',\ + org.mockito.junit-jupiter;version='[5.13.0,5.13.1)',\ + org.mockito.mockito-core;version='[5.13.0,5.13.1)',\ org.objenesis;version='[3.3.0,3.3.1)',\ org.openhab.base-fixes;version='[1.0.0,1.0.1)',\ javax.measure.unit-api;version='[2.2.0,2.2.1)',\ diff --git a/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/itest.bndrun b/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/itest.bndrun index 6ea8644bc35..d2eae84b1c2 100644 --- a/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/itest.bndrun +++ b/itests/org.openhab.core.config.discovery.usbserial.linuxsysfs.tests/itest.bndrun @@ -23,10 +23,10 @@ Fragment-Host: org.openhab.core.config.discovery.usbserial.linuxsysfs org.apache.felix.http.servlet-api;version='[1.2.0,1.2.1)',\ org.osgi.service.component;version='[1.5.1,1.5.2)',\ xstream;version='[1.4.20,1.4.21)',\ - net.bytebuddy.byte-buddy;version='[1.12.19,1.12.20)',\ - net.bytebuddy.byte-buddy-agent;version='[1.12.19,1.12.20)',\ - org.mockito.junit-jupiter;version='[4.11.0,4.11.1)',\ - org.mockito.mockito-core;version='[4.11.0,4.11.1)',\ + net.bytebuddy.byte-buddy;version='[1.15.0,1.15.1)',\ + net.bytebuddy.byte-buddy-agent;version='[1.15.0,1.15.1)',\ + org.mockito.junit-jupiter;version='[5.13.0,5.13.1)',\ + org.mockito.mockito-core;version='[5.13.0,5.13.1)',\ org.objenesis;version='[3.3.0,3.3.1)',\ org.openhab.base-fixes;version='[1.0.0,1.0.1)',\ javax.measure.unit-api;version='[2.2.0,2.2.1)',\ diff --git a/itests/org.openhab.core.config.discovery.usbserial.tests/itest.bndrun b/itests/org.openhab.core.config.discovery.usbserial.tests/itest.bndrun index ea19a0967c5..0fe439430cf 100644 --- a/itests/org.openhab.core.config.discovery.usbserial.tests/itest.bndrun +++ b/itests/org.openhab.core.config.discovery.usbserial.tests/itest.bndrun @@ -33,9 +33,9 @@ Provide-Capability: \ org.apache.felix.http.servlet-api;version='[1.2.0,1.2.1)',\ org.osgi.service.component;version='[1.5.1,1.5.2)',\ xstream;version='[1.4.20,1.4.21)',\ - net.bytebuddy.byte-buddy;version='[1.12.19,1.12.20)',\ - net.bytebuddy.byte-buddy-agent;version='[1.12.19,1.12.20)',\ - org.mockito.mockito-core;version='[4.11.0,4.11.1)',\ + net.bytebuddy.byte-buddy;version='[1.15.0,1.15.1)',\ + net.bytebuddy.byte-buddy-agent;version='[1.15.0,1.15.1)',\ + org.mockito.mockito-core;version='[5.13.0,5.13.1)',\ org.objenesis;version='[3.3.0,3.3.1)',\ org.openhab.base-fixes;version='[1.0.0,1.0.1)',\ javax.measure.unit-api;version='[2.2.0,2.2.1)',\ diff --git a/itests/org.openhab.core.io.rest.core.tests/itest.bndrun b/itests/org.openhab.core.io.rest.core.tests/itest.bndrun index 32a0d66364c..9255f85ddee 100644 --- a/itests/org.openhab.core.io.rest.core.tests/itest.bndrun +++ b/itests/org.openhab.core.io.rest.core.tests/itest.bndrun @@ -30,10 +30,10 @@ Fragment-Host: org.openhab.core.io.rest.core org.apache.felix.http.servlet-api;version='[1.2.0,1.2.1)',\ org.osgi.service.component;version='[1.5.1,1.5.2)',\ xstream;version='[1.4.20,1.4.21)',\ - net.bytebuddy.byte-buddy;version='[1.12.19,1.12.20)',\ - net.bytebuddy.byte-buddy-agent;version='[1.12.19,1.12.20)',\ - org.mockito.junit-jupiter;version='[4.11.0,4.11.1)',\ - org.mockito.mockito-core;version='[4.11.0,4.11.1)',\ + net.bytebuddy.byte-buddy;version='[1.15.0,1.15.1)',\ + net.bytebuddy.byte-buddy-agent;version='[1.15.0,1.15.1)',\ + org.mockito.junit-jupiter;version='[5.13.0,5.13.1)',\ + org.mockito.mockito-core;version='[5.13.0,5.13.1)',\ org.objenesis;version='[3.3.0,3.3.1)',\ org.openhab.base-fixes;version='[1.0.0,1.0.1)',\ javax.measure.unit-api;version='[2.2.0,2.2.1)',\ diff --git a/itests/org.openhab.core.model.script.tests/itest.bndrun b/itests/org.openhab.core.model.script.tests/itest.bndrun index 790e76a7a9e..6b91134aa37 100644 --- a/itests/org.openhab.core.model.script.tests/itest.bndrun +++ b/itests/org.openhab.core.model.script.tests/itest.bndrun @@ -31,10 +31,10 @@ Fragment-Host: org.openhab.core.model.script org.apache.felix.http.servlet-api;version='[1.2.0,1.2.1)',\ org.osgi.service.component;version='[1.5.1,1.5.2)',\ xstream;version='[1.4.20,1.4.21)',\ - net.bytebuddy.byte-buddy;version='[1.12.19,1.12.20)',\ - net.bytebuddy.byte-buddy-agent;version='[1.12.19,1.12.20)',\ - org.mockito.junit-jupiter;version='[4.11.0,4.11.1)',\ - org.mockito.mockito-core;version='[4.11.0,4.11.1)',\ + net.bytebuddy.byte-buddy;version='[1.15.0,1.15.1)',\ + net.bytebuddy.byte-buddy-agent;version='[1.15.0,1.15.1)',\ + org.mockito.junit-jupiter;version='[5.13.0,5.13.1)',\ + org.mockito.mockito-core;version='[5.13.0,5.13.1)',\ org.objenesis;version='[3.3.0,3.3.1)',\ org.openhab.base-fixes;version='[1.0.0,1.0.1)',\ javax.measure.unit-api;version='[2.2.0,2.2.1)',\ diff --git a/itests/org.openhab.core.model.thing.tests/itest.bndrun b/itests/org.openhab.core.model.thing.tests/itest.bndrun index 086b2c32d01..b8aea335769 100644 --- a/itests/org.openhab.core.model.thing.tests/itest.bndrun +++ b/itests/org.openhab.core.model.thing.tests/itest.bndrun @@ -28,10 +28,10 @@ Fragment-Host: org.openhab.core.model.thing org.apache.felix.configadmin;version='[1.9.26,1.9.27)',\ org.osgi.service.component;version='[1.5.1,1.5.2)',\ xstream;version='[1.4.20,1.4.21)',\ - net.bytebuddy.byte-buddy;version='[1.12.19,1.12.20)',\ - net.bytebuddy.byte-buddy-agent;version='[1.12.19,1.12.20)',\ - org.mockito.junit-jupiter;version='[4.11.0,4.11.1)',\ - org.mockito.mockito-core;version='[4.11.0,4.11.1)',\ + net.bytebuddy.byte-buddy;version='[1.15.0,1.15.1)',\ + net.bytebuddy.byte-buddy-agent;version='[1.15.0,1.15.1)',\ + org.mockito.junit-jupiter;version='[5.13.0,5.13.1)',\ + org.mockito.mockito-core;version='[5.13.0,5.13.1)',\ org.objenesis;version='[3.3.0,3.3.1)',\ org.openhab.base-fixes;version='[1.0.0,1.0.1)',\ javax.measure.unit-api;version='[2.2.0,2.2.1)',\ diff --git a/itests/org.openhab.core.tests/itest.bndrun b/itests/org.openhab.core.tests/itest.bndrun index 6a5a2136a2f..60c24bea1f8 100644 --- a/itests/org.openhab.core.tests/itest.bndrun +++ b/itests/org.openhab.core.tests/itest.bndrun @@ -22,10 +22,10 @@ Fragment-Host: org.openhab.core org.apache.felix.configadmin;version='[1.9.26,1.9.27)',\ org.apache.felix.http.servlet-api;version='[1.2.0,1.2.1)',\ org.osgi.service.component;version='[1.5.1,1.5.2)',\ - net.bytebuddy.byte-buddy;version='[1.12.19,1.12.20)',\ - net.bytebuddy.byte-buddy-agent;version='[1.12.19,1.12.20)',\ - org.mockito.junit-jupiter;version='[4.11.0,4.11.1)',\ - org.mockito.mockito-core;version='[4.11.0,4.11.1)',\ + net.bytebuddy.byte-buddy;version='[1.15.0,1.15.1)',\ + net.bytebuddy.byte-buddy-agent;version='[1.15.0,1.15.1)',\ + org.mockito.junit-jupiter;version='[5.13.0,5.13.1)',\ + org.mockito.mockito-core;version='[5.13.0,5.13.1)',\ org.objenesis;version='[3.3.0,3.3.1)',\ org.openhab.base-fixes;version='[1.0.0,1.0.1)',\ javax.measure.unit-api;version='[2.2.0,2.2.1)',\ diff --git a/itests/org.openhab.core.thing.tests/itest.bndrun b/itests/org.openhab.core.thing.tests/itest.bndrun index 0daf8c15daf..ede357deb90 100644 --- a/itests/org.openhab.core.thing.tests/itest.bndrun +++ b/itests/org.openhab.core.thing.tests/itest.bndrun @@ -27,10 +27,10 @@ Fragment-Host: org.openhab.core.thing org.apache.felix.http.servlet-api;version='[1.2.0,1.2.1)',\ org.osgi.service.component;version='[1.5.1,1.5.2)',\ xstream;version='[1.4.20,1.4.21)',\ - net.bytebuddy.byte-buddy;version='[1.12.19,1.12.20)',\ - net.bytebuddy.byte-buddy-agent;version='[1.12.19,1.12.20)',\ - org.mockito.junit-jupiter;version='[4.11.0,4.11.1)',\ - org.mockito.mockito-core;version='[4.11.0,4.11.1)',\ + net.bytebuddy.byte-buddy;version='[1.15.0,1.15.1)',\ + net.bytebuddy.byte-buddy-agent;version='[1.15.0,1.15.1)',\ + org.mockito.junit-jupiter;version='[5.13.0,5.13.1)',\ + org.mockito.mockito-core;version='[5.13.0,5.13.1)',\ org.objenesis;version='[3.3.0,3.3.1)',\ org.openhab.base-fixes;version='[1.0.0,1.0.1)',\ javax.measure.unit-api;version='[2.2.0,2.2.1)',\