Skip to content

Commit 2e6bf51

Browse files
Bump org.junit.jupiter:junit-jupiter from 6.0.1 to 6.0.2 (#156)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 40d50ab commit 2e6bf51

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
@@ -56,13 +56,13 @@ dependencies {
5656
)
5757
compileOnly(
5858
'org.jetbrains:annotations:26.0.2-1',
59-
'org.junit.jupiter:junit-jupiter:6.0.1'
59+
'org.junit.jupiter:junit-jupiter:6.0.2'
6060
)
6161
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
6262
testImplementation(
6363
// use logger only in test implementation in order to have a minimal set of dependencies in main source
6464
'org.slf4j:slf4j-simple:2.0.17',
65-
'org.junit.jupiter:junit-jupiter:6.0.1',
65+
'org.junit.jupiter:junit-jupiter:6.0.2',
6666
'org.assertj:assertj-core:3.27.6'
6767
)
6868
}

0 commit comments

Comments
 (0)