Skip to content

Commit 1a3e33a

Browse files
build(deps): bump org.junit.jupiter:junit-jupiter from 6.0.1 to 6.0.2
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.1...r6.0.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c9b3f7f commit 1a3e33a

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
@@ -29,8 +29,8 @@ dependencies {
2929
api('org.assertj:assertj-core:3.27.6')
3030
implementation('org.apache.commons:commons-lang3:3.20.0')
3131

32-
testImplementation('org.junit.jupiter:junit-jupiter:6.0.1')
33-
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:6.0.1')
32+
testImplementation('org.junit.jupiter:junit-jupiter:6.0.2')
33+
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:6.0.2')
3434
testRuntimeOnly('org.junit.platform:junit-platform-launcher:6.0.1')
3535
}
3636

0 commit comments

Comments
 (0)