Skip to content

Commit 12fb0ef

Browse files
Bump the java-test-dependencies group across 1 directory with 2 updates (#80)
Bumps the java-test-dependencies group with 2 updates in the / directory: [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 6.0.0 to 6.0.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.0...r6.0.1) Updates `org.mockito:mockito-core` from 5.20.0 to 5.21.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.20.0...v5.21.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: java-test-dependencies - dependency-name: org.mockito:mockito-core dependency-version: 5.21.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>
1 parent 1e568a0 commit 12fb0ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<jetbrains-annotation.version>26.1.0</jetbrains-annotation.version>
3535

3636
<!-- Test dependencies -->
37-
<junit.version>6.0.0</junit.version>
38-
<mockito.version>5.20.0</mockito.version>
37+
<junit.version>6.0.1</junit.version>
38+
<mockito.version>5.21.0</mockito.version>
3939

4040
<!-- Build dependencies -->
4141
<mvn-compiler.version>3.15.0</mvn-compiler.version>

0 commit comments

Comments
 (0)