Skip to content

Commit 67f1de7

Browse files
chore(deps): bump org.mockito:mockito-junit-jupiter from 5.18.0 to 5.21.0 (#219)
* chore(deps): bump org.mockito:mockito-junit-jupiter Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.18.0 to 5.21.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.18.0...v5.21.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix(deps) update junit dependencies, add platform launcher --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlo Goetz <carlo.goetz@inovex.de>
1 parent 148b363 commit 67f1de7

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ subprojects {
215215
implementation project(':core')
216216
}
217217

218-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
219-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
218+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.3'
219+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.3'
220+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.2'
220221
}
221222
}

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ dependencies {
55
implementation 'com.google.code.gson:gson:2.9.1'
66

77
testImplementation 'com.squareup.okhttp3:mockwebserver:5.3.2'
8-
testImplementation 'org.mockito:mockito-core:5.18.0'
9-
testImplementation 'org.mockito:mockito-junit-jupiter:5.18.0'
8+
testImplementation 'org.mockito:mockito-core:5.21.0'
9+
testImplementation 'org.mockito:mockito-junit-jupiter:5.21.0'
1010
}

0 commit comments

Comments
 (0)