Skip to content

Commit 2cc58ea

Browse files
chore(deps): bump org.junit.jupiter:junit-jupiter-api
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 5.11.0 to 6.0.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.0...r6.0.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0085f51 commit 2cc58ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ 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:6.0.2'
219+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.2'
220220
}
221221
}

0 commit comments

Comments
 (0)