Skip to content

Commit fe80c8f

Browse files
Bump junitVersion from 5.13.0 to 5.13.2 (#318)
Bumps `junitVersion` from 5.13.0 to 5.13.2. Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.0 to 5.13.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.0...r5.13.2) Updates `org.junit.jupiter:junit-jupiter-params` from 5.13.0 to 5.13.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.0...r5.13.2) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.0 to 5.13.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.0...r5.13.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.13.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1d2952 commit fe80c8f

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
@@ -32,7 +32,7 @@ repositories {
3232
}
3333

3434
val creekVersion = "0.4.2-SNAPSHOT"
35-
val junitVersion = "5.13.0"
35+
val junitVersion = "5.13.2"
3636
val junitPioneerVersion = "2.3.0"
3737
val mockitoVersion = "5.18.0"
3838
val jmhVersion = "1.37"

0 commit comments

Comments
 (0)