Skip to content

Commit

Permalink
fix: enforcer resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi committed Apr 27, 2023
1 parent 4b1a4b3 commit 57031bb
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,21 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.4.0</version>
<version>4.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<!--enforcer-->
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.12.23</version>
</dependency>
<dependency>
<!--enforcer-->
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.12.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 57031bb

Please sign in to comment.