Skip to content

Commit

Permalink
chore: upgrade mockito
Browse files Browse the repository at this point in the history
  • Loading branch information
juherr committed Aug 25, 2024
1 parent ba17d01 commit 2fc0ccb
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@
<robolectric.version>3.8</robolectric.version>
<!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=574229 -->
<ecj.version>3.25.0</ecj.version>
<!-- latest mockito build with 1.8 target, next 11 -->
<mockito.version>4.11.0</mockito.version>
</properties>
</profile>
<profile>
Expand All @@ -311,21 +313,9 @@
<robolectric.version>4.13</robolectric.version>
<!-- latest ecj build with 1.8 target, next 11 -->
<ecj.version>3.26.0</ecj.version>
<!-- latest mockito build with 1.8 target, next 11 -->
<mockito.version>4.11.0</mockito.version>
</properties>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>org.jsonschema2pojo.integration.config.ParcelableIT</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
<profile>
<id>jdk11</id>
Expand All @@ -336,6 +326,7 @@
<robolectric.version>4.13</robolectric.version>
<!-- latest ecj build with 11 target, next 17 -->
<ecj.version>3.33.0</ecj.version>
<mockito.version>5.12.0</mockito.version>
</properties>
</profile>
<profile>
Expand All @@ -346,6 +337,7 @@
<properties>
<robolectric.version>4.13</robolectric.version>
<ecj.version>3.38.0</ecj.version>
<mockito.version>5.12.0</mockito.version>
</properties>
</profile>
</profiles>
Expand Down Expand Up @@ -553,7 +545,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.12.4</version>
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 2fc0ccb

Please sign in to comment.