Skip to content

Commit 892efc1

Browse files
Bump the java-test-dependencies group across 1 directory with 2 updates
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>
1 parent 59d3a25 commit 892efc1

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
@@ -34,8 +34,8 @@
3434
<jetbrains-annotation.version>26.0.2-1</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.14.1</mvn-compiler.version>

0 commit comments

Comments
 (0)