Skip to content

Commit

Permalink
Exclude byte-buddy from mockito-core
Browse files Browse the repository at this point in the history
Use the version that comes from equalsverifier
  • Loading branch information
MarkEWaite authored and dependabot[bot] committed Jan 31, 2022
1 parent 9a88d9d commit 65d67e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
<exclusions> <!-- Temporary exclusion pending mockito-core update in plugin bom-->
<exclusion>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down

0 comments on commit 65d67e8

Please sign in to comment.