Skip to content

Commit

Permalink
Precedence to equalsverifier for dep-resolving
Browse files Browse the repository at this point in the history
In order to get a more recent release of bytebuddy which supports being
used on Java 21. Mockito depends on older version, but we can not
upgrade Mockito as long as we want to build on Java 8.
  • Loading branch information
runeflobakk committed Jan 5, 2024
1 parent 5c3452a commit ca3a5a7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@
<version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.15.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down Expand Up @@ -117,12 +123,6 @@
<version>0.26</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.15.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>uk.co.probablyfine</groupId>
<artifactId>java-8-matchers</artifactId>
Expand Down

0 comments on commit ca3a5a7

Please sign in to comment.