Skip to content

Commit 2bbd866

Browse files
Bump org.junit.platform:junit-platform-launcher (#56)
Bumps the gradle-minor-patch group with 1 update: [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework). Updates `org.junit.platform:junit-platform-launcher` from 6.1.1 to 6.1.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.1.1...r6.1.2) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Quentin Rousseau <contact@quent.in>
1 parent 0387db4 commit 2bbd866

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ dependencies {
121121
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.1.1'
122122
testImplementation 'org.mockito:mockito-core:5.23.0'
123123
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.1.1'
124-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.1.1'
124+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.1.2'
125125
}
126126

127127
javadoc {

0 commit comments

Comments
 (0)