diff --git a/components/mobile-plugins/android-plugin/io.entgra.device.mgt.plugins.mobile.android.api/src/test/java/io/entgra/device/mgt/plugins/mobile/android/api/mocks/DeviceManagementProviderServiceMock.java b/components/mobile-plugins/android-plugin/io.entgra.device.mgt.plugins.mobile.android.api/src/test/java/io/entgra/device/mgt/plugins/mobile/android/api/mocks/DeviceManagementProviderServiceMock.java index c1579e5f6..e3e61d716 100644 --- a/components/mobile-plugins/android-plugin/io.entgra.device.mgt.plugins.mobile.android.api/src/test/java/io/entgra/device/mgt/plugins/mobile/android/api/mocks/DeviceManagementProviderServiceMock.java +++ b/components/mobile-plugins/android-plugin/io.entgra.device.mgt.plugins.mobile.android.api/src/test/java/io/entgra/device/mgt/plugins/mobile/android/api/mocks/DeviceManagementProviderServiceMock.java @@ -892,4 +892,9 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv public List getEnrolledDevicesPriorTo(Date date) throws DeviceManagementException { return null; } + + @Override + public void deleteDeviceDataByTenantDomain(String s) throws DeviceManagementException { + throw new UnsupportedOperationException("Not implemented"); + } } diff --git a/pom.xml b/pom.xml index b1dd48f1a..a0ac4dd27 100644 --- a/pom.xml +++ b/pom.xml @@ -964,7 +964,7 @@ - 5.0.41-SNAPSHOT + 5.0.42-SNAPSHOT [5.0.0, 6.0.0)