Skip to content

Commit 92887d9

Browse files
Bump org.junit:junit-bom from 5.10.0 to 5.10.2 (#62)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.0...r5.10.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom 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 b0d9562 commit 92887d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
implementation 'ch.qos.logback:logback-classic:1.3.14'
3636

3737
testImplementation 'org.projectlombok:lombok:1.18.24'
38-
testImplementation platform('org.junit:junit-bom:5.10.0')
38+
testImplementation platform('org.junit:junit-bom:5.10.2')
3939
testImplementation 'org.junit.jupiter:junit-jupiter'
4040
testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.2'
4141
testImplementation 'org.mockito:mockito-core:4.11.0'

0 commit comments

Comments
 (0)