Azure / azure-notificationhubs-java-backend

Azure Notification Hubs SDK for Java
https://docs.microsoft.com/en-us/azure/notification-hubs/
Apache License 2.0
35 stars 49 forks source link

Changes mockito version to 4.11.0 to be compatible with Java 8 #162

Closed aziztitu closed 1 year ago

aziztitu commented 1 year ago

Things to consider before you submit the PR:

Description

The PR #160 added the Mockito package as a dependency, but that version (5.1.1) was incompatible with Java 8 which is what we use to build and release.

This PR changes the version of Mockito to 4.11.0 which is compatible with Java 8.

Related PRs or issues

160