Skip to content

Commit d7d273b

Browse files
Bump the java-test-dependencies group with 2 updates (#69)
Bumps the java-test-dependencies group with 2 updates: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) and [org.mockito:mockito-core](https://github.com/mockito/mockito). Updates `org.junit.jupiter:junit-jupiter` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) Updates `org.mockito:mockito-core` from 5.19.0 to 5.20.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.19.0...v5.20.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: java-test-dependencies - dependency-name: org.mockito:mockito-core dependency-version: 5.20.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: java-test-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sebastian Stenzel <overheadhunter@users.noreply.github.com>
1 parent 0f1b99c commit d7d273b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<jetbrains-annotation.version>26.0.2-1</jetbrains-annotation.version>
3434

3535
<!-- Test dependencies -->
36-
<junit.version>5.13.4</junit.version>
36+
<junit.version>6.0.0</junit.version>
3737
<mockito.version>5.20.0</mockito.version>
3838

3939
<!-- Build dependencies -->

0 commit comments

Comments
 (0)