Skip to content

Commit a0967bb

Browse files
Bump org.junit.jupiter:junit-jupiter-api from 5.12.0 to 5.12.1
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.12.0 to 5.12.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.0...r5.12.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1d57530 commit a0967bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.gradle

+1-1
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.0'
262262
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.12.1'
263-
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.12.0'
263+
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.12.1'
264264
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.12.0'
265265
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.12.0'
266266
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0'

0 commit comments

Comments
 (0)