Skip to content

Commit 7cb639f

Browse files
Bump org.junit.jupiter:junit-jupiter-api from 5.12.1 to 5.12.2 (#7299)
Bumps [org.junit.jupiter:junit-jupiter-api](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/junit-framework@r5.12.1...r5.12.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c9b826f commit 7cb639f

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
@@ -260,7 +260,7 @@ dependencies {
260260

261261
testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.12.2'
262262
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.12.2'
263-
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.12.1'
263+
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.12.2'
264264
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.12.2'
265265
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.12.2'
266266
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0'

0 commit comments

Comments
 (0)