Skip to content

Commit 0e7462c

Browse files
dependabot[bot]jentfoo
authored andcommitted
Bump org.junit.jupiter:junit-jupiter from 6.1.0 to 6.1.1
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>
1 parent a7d991b commit 0e7462c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717
}
1818

1919
dependencies {
20-
testImplementation 'org.junit.jupiter:junit-jupiter:6.1.0'
20+
testImplementation 'org.junit.jupiter:junit-jupiter:6.1.1'
2121
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.1.0'
2222
implementation "org.threadly:threadly:$threadlyVersion"
2323
}

0 commit comments

Comments
 (0)