Sync with master branch

Reviewed-on: https://repository.entgra.net/community/device-mgt-plugins/pulls/62
This commit is contained in:
Lasantha Dharmakeerthi 2024-05-02 08:50:08 +00:00
commit 993a96ab60
2 changed files with 6 additions and 1 deletions

View File

@ -892,4 +892,9 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
public List<Device> getEnrolledDevicesPriorTo(Date date) throws DeviceManagementException {
return null;
}
@Override
public void deleteDeviceDataByTenantDomain(String s) throws DeviceManagementException {
throw new UnsupportedOperationException("Not implemented");
}
}

View File

@ -964,7 +964,7 @@
<properties>
<!-- Carbon Device Management -->
<io.entgra.device.mgt.core.version>5.0.41-SNAPSHOT</io.entgra.device.mgt.core.version>
<io.entgra.device.mgt.core.version>5.0.42-SNAPSHOT</io.entgra.device.mgt.core.version>
<io.entgra.device.mgt.core.version.range>[5.0.0, 6.0.0)</io.entgra.device.mgt.core.version.range>
<!-- Carbon Device Management Plugins -->