mirror of https://github.com/apache/maven.git
Bump mockitoVersion from 5.12.0 to 5.13.0 (#1685)
Bumps `mockitoVersion` from 5.12.0 to 5.13.0. Updates `org.mockito:mockito-bom` from 5.12.0 to 5.13.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.12.0...v5.13.0) Updates `org.mockito:mockito-junit-jupiter` from 5.12.0 to 5.13.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.12.0...v5.13.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-bom dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
30dc81227b
commit
9bc5cc88b4
2
pom.xml
2
pom.xml
|
@ -178,7 +178,7 @@ under the License.
|
|||
<junitVersion>5.11.0</junitVersion>
|
||||
<jxpathVersion>1.3</jxpathVersion>
|
||||
<logbackClassicVersion>1.5.7</logbackClassicVersion>
|
||||
<mockitoVersion>5.12.0</mockitoVersion>
|
||||
<mockitoVersion>5.13.0</mockitoVersion>
|
||||
<plexusInteractivityVersion>1.3</plexusInteractivityVersion>
|
||||
<plexusInterpolationVersion>1.27</plexusInterpolationVersion>
|
||||
<plexusTestingVersion>1.4.0</plexusTestingVersion>
|
||||
|
|
Loading…
Reference in New Issue