Skip to content

Commit 8ec8add

Browse files
dependabot[bot]harikrishnan83
authored andcommitted
Bump junit-jupiter-engine from 5.8.2 to 5.9.2
Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.8.2 to 5.9.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.8.2...r5.9.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b0ba20b commit 8ec8add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535

3636
// Use the Kotlin JDK 8 standard library.
3737
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
38-
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.8.2')
38+
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.9.2')
3939

4040
testImplementation 'org.assertj:assertj-core:3.24.1'
4141
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'

0 commit comments

Comments
 (0)