Skip to content

Commit c3edcd1

Browse files
dependabot[bot]Blarc
authored andcommitted
chore(deps): bump org.junit.jupiter:junit-jupiter from 5.13.0 to 5.13.1
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.13.0 to 5.13.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.13.0...r5.13.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.13.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6a9a212 commit c3edcd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ dependencies {
118118

119119
// tests
120120
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.1")
121-
testImplementation("org.junit.jupiter:junit-jupiter:5.13.0")
121+
testImplementation("org.junit.jupiter:junit-jupiter:5.13.1")
122122
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
123123
}

0 commit comments

Comments
 (0)