Skip to content

Commit e4c9588

Browse files
build(deps): Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.2...r5.10.3) --- 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]>
1 parent 409d167 commit e4c9588

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
@@ -195,7 +195,7 @@ testing {
195195
configureEach {
196196
useJUnitJupiter()
197197
dependencies {
198-
implementation 'org.junit.jupiter:junit-jupiter:5.10.2'
198+
implementation 'org.junit.jupiter:junit-jupiter:5.10.3'
199199
runtimeOnly 'org.junit.platform:junit-platform-launcher'
200200
implementation 'org.hamcrest:hamcrest:2.2'
201201
runtimeOnly "org.slf4j:slf4j-simple:${slf4jVersion}"

0 commit comments

Comments
 (0)