Skip to content

Commit

Permalink
Merge pull request #206 from liquibase/rollback-mockito
Browse files Browse the repository at this point in the history
Rollback mockito version because of Java 8 compatibility
  • Loading branch information
filipelautert authored Mar 1, 2023
2 parents e63e67b + 0c1fa47 commit aa1efb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<maven-failsafe-plugin.version>2.22.2</maven-failsafe-plugin.version>
<jupiter.version>5.9.2</jupiter.version>
<jupiter.surefire.version>1.3.2</jupiter.surefire.version>
<mockito-core.version>5.1.1</mockito-core.version>
<mockito-junit-jupiter.version>5.1.1</mockito-junit-jupiter.version>
<mockito-core.version>4.11.0</mockito-core.version>
<mockito-junit-jupiter.version>4.11.0</mockito-junit-jupiter.version>
<azure-cosmos.version>4.41.0</azure-cosmos.version>
<lombok.version>1.18.26</lombok.version>
<hamcrest.version>1.3</hamcrest.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
import static org.mockito.ArgumentMatchers.any;

class CountDocumentsInContainerStatementIT extends AbstractCosmosWithConnectionIntegrationTest {
public static final String CONTAINER_NAME_PERSON = "person";
Expand Down

0 comments on commit aa1efb7

Please sign in to comment.