Skip to content

Commit ca6e46c

Browse files
Bump the java-test-dependencies group with 2 updates
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] <[email protected]>
1 parent eaa522c commit ca6e46c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<jetbrains-annotation.version>26.0.2-1</jetbrains-annotation.version>
3434

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

3939
<!-- Build dependencies -->
4040
<mvn-compiler.version>3.14.0</mvn-compiler.version>

0 commit comments

Comments
 (0)