Skip to content

Commit 91a79cc

Browse files
Bump org.junit.jupiter:junit-jupiter from 6.1.0 to 6.1.1 (#214)
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.1.0...r6.1.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.1.1 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 09e0d3c commit 91a79cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.1.0',
59-
'org.junit.jupiter:junit-jupiter:6.1.0'
59+
'org.junit.jupiter:junit-jupiter:6.1.1'
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.18',
65-
'org.junit.jupiter:junit-jupiter:6.1.0',
65+
'org.junit.jupiter:junit-jupiter:6.1.1',
6666
'org.assertj:assertj-core:3.27.7'
6767
)
6868
}

0 commit comments

Comments
 (0)