Skip to content

Commit

Permalink
Bump test dependencies (#583)
Browse files Browse the repository at this point in the history
* JUnit to v5.8.2
* Assertj to v3.23.1
* Mockito to v 3.12.4
* Lombok to 1.18.24
  • Loading branch information
abelsromero authored Jun 12, 2022
1 parent 4be8971 commit e52f99e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.7.1</version>
<version>5.8.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -150,19 +150,19 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.19.0</version>
<version>3.23.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.8.0</version>
<version>3.12.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.20</version>
<version>1.18.24</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit e52f99e

Please sign in to comment.