Skip to content

Commit

Permalink
Bump Mockito
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Ekryd committed Jul 24, 2023
1 parent c5dfe0a commit c4b6a13
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<properties>
<compileSource>11</compileSource>
<junit.jupiter.version>5.10.0</junit.jupiter.version>
<mockito.version>5.2.0</mockito.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<slf4j.version>2.0.7</slf4j.version>
</properties>
Expand Down Expand Up @@ -82,13 +81,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>${mockito.version}</version>
<version>5.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -118,7 +111,7 @@
<plugin>
<groupId>com.github.ekryd.sortpom</groupId>
<artifactId>sortpom-maven-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
<configuration>
<createBackupFile>false</createBackupFile>
<predefinedSortOrder>custom_1</predefinedSortOrder>
Expand Down

0 comments on commit c4b6a13

Please sign in to comment.