Skip to content

Commit

Permalink
HSEARCH-4787 Upgrade to Mockito 5
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Jun 5, 2023
1 parent 807bef1 commit b0fe1ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,5 @@ updates:
# (see https://search.maven.org/artifact/software.amazon.awssdk/aws-sdk-java-pom/2.17.257/pom)
- dependency-name: "org.slf4j:*"
update-types: ["version-update:semver-major"]
# Mockito 5 requires Java 11 which is not possible with Hibernate Search 6 series.
# https://github.com/mockito/mockito/releases/tag/v5.0.0
- dependency-name: "org.mockito:*"
versions: ["[5.0.0,)"]
# We strictly align this dependency on the version used in Lucene.
- dependency-name: "com.carrotsearch:hppc"
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
<version.org.osgi.core>6.0.0</version.org.osgi.core>

<version.org.hamcrest>2.2</version.org.hamcrest>
<version.org.mockito>4.11.0</version.org.mockito>
<version.org.mockito>5.3.1</version.org.mockito>
<version.org.assertj.assertj-core>3.24.2</version.org.assertj.assertj-core>
<version.org.awaitily>4.2.0</version.org.awaitily>
<version.org.skyscreamer.jsonassert>1.5.1</version.org.skyscreamer.jsonassert>
Expand Down

0 comments on commit b0fe1ae

Please sign in to comment.