Skip to content

Commit 4b9b3d2

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.4 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.4...r6.0.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4cfc069 commit 4b9b3d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ repositories {
2323
dependencies {
2424
implementation("org.apache.commons:commons-lang3:3.20.0")
2525
implementation("org.apache.commons:commons-collections4:4.5.0")
26-
implementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
27-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
26+
implementation("org.junit.jupiter:junit-jupiter-api:6.0.1")
27+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.1")
2828
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.1")
2929
}
3030

0 commit comments

Comments
 (0)