Skip to content

Commit 12a0f00

Browse files
build(deps): Bump org.junit.jupiter:junit-jupiter from 5.12.1 to 5.12.2 (#2287)
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.12.1 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.1...r5.12.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.12.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 80806c5 commit 12a0f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
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.1'
199+
implementation 'org.junit.jupiter:junit-jupiter:5.12.2'
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)