Skip to content

Commit bb0dd5c

Browse files
build(deps): Bump org.junit.jupiter:junit-jupiter from 5.12.2 to 5.13.0 (#2297)
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.12.2 to 5.13.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.2...r5.13.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e98bf2d commit bb0dd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ testing {
196196
configureEach {
197197
useJUnitJupiter()
198198
dependencies {
199-
implementation 'org.junit.jupiter:junit-jupiter:5.12.2'
199+
implementation 'org.junit.jupiter:junit-jupiter:5.13.0'
200200
runtimeOnly 'org.junit.platform:junit-platform-launcher'
201201
implementation 'org.hamcrest:hamcrest:3.0'
202202
runtimeOnly "org.slf4j:slf4j-simple:${slf4jVersion}"

0 commit comments

Comments
 (0)