Skip to content

Commit

Permalink
Merge pull request #468 from avaje/dependabot/maven/mockito.version-5…
Browse files Browse the repository at this point in the history
….8.0

Bump mockito.version from 5.7.0 to 5.8.0
  • Loading branch information
github-actions[bot] authored Dec 4, 2023
2 parents 1e958b4 + 614b4ec commit 5140496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inject-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<properties>
<jupiter.version>5.10.1</jupiter.version>
<mockito.version>5.7.0</mockito.version>
<mockito.version>5.8.0</mockito.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion inject/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.7.0</version>
<version>5.8.0</version>
<optional>true</optional>
</dependency>

Expand Down

0 comments on commit 5140496

Please sign in to comment.