Skip to content

Commit

Permalink
Merge pull request #272 from logchange/renovate/mockito-monorepo
Browse files Browse the repository at this point in the history
Update dependency org.mockito:mockito-junit-jupiter to v5.12.0
  • Loading branch information
marwin1991 committed May 19, 2024
2 parents faf3610 + 5561ffa commit 60a4274
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This file is used by logchange tool to generate CHANGELOG.md 🌳 🪓 => 🪵
# Visit https://github.com/logchange/logchange and leave a star 🌟
# More info about configuration you can find https://github.com/logchange/logchange#yaml-format ⬅️⬅ ️
title: Upgraded org.mockito:mockito-junit-jupiter from 5.11.0 to 5.12.0
authors:
- nick: marwin1991
type: dependency_update

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<!-- TESTS -->
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
<junit-jupiter.version>5.10.2</junit-jupiter.version>
<mockito-junit-jupiter.version>5.11.0</mockito-junit-jupiter.version>
<mockito-junit-jupiter.version>5.12.0</mockito-junit-jupiter.version>
<assertj.version>3.25.3</assertj.version>
<pitest-maven.version>1.16.0</pitest-maven.version>
<pitest-junit5-plugin.version>1.2.1</pitest-junit5-plugin.version>
Expand Down

0 comments on commit 60a4274

Please sign in to comment.