Skip to content

Commit 8f81504

Browse files
Bump org.junit.jupiter:junit-jupiter-api from 5.10.1 to 5.10.2
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.1...r5.10.2) --- 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 13665a8 commit 8f81504

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
@@ -263,7 +263,7 @@ dependencies {
263263

264264
testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.10.1'
265265
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.10.2'
266-
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.1'
266+
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.2'
267267
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.10.1'
268268
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.1'
269269
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2'

0 commit comments

Comments
 (0)