Skip to content

Commit

Permalink
Merge pull request #2571 from OpenFeign/dependabot/maven/mockito.vers…
Browse files Browse the repository at this point in the history
…ion-5.14.0

Bump mockito.version from 5.12.0 to 5.14.0
  • Loading branch information
velo authored Sep 30, 2024
2 parents 97bdde3 + 46c09ce commit 1d22a29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions feign-form-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,13 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.12.0</version>
<version>5.14.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>5.12.0</version>
<version>5.14.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions feign-form/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.12.0</version>
<version>5.14.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>5.12.0</version>
<version>5.14.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<junit5.version>5.11.0</junit5.version>
<jackson.version>2.17.2</jackson.version>
<assertj.version>3.26.3</assertj.version>
<mockito.version>5.13.0</mockito.version>
<mockito.version>5.14.0</mockito.version>
<fastjson2.version>2.0.53</fastjson2.version>

<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
Expand Down

0 comments on commit 1d22a29

Please sign in to comment.