Skip to content

Commit 3f211fa

Browse files
build(deps): Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 (#2113)
Bumps [org.junit.jupiter:junit-jupiter](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 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 3863622 commit 3f211fa

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
@@ -68,7 +68,7 @@ dependencies {
6868
implementation 'com.google.code.gson:gson:2.10.1'
6969
implementation "org.slf4j:slf4j-api:${slf4jVersion}"
7070

71-
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
71+
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
7272
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
7373
testImplementation 'org.hamcrest:hamcrest:2.2'
7474
testImplementation (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '5.6.3') {

0 commit comments

Comments
 (0)