Skip to content

Commit c76e406

Browse files
Merge pull request #33 from hmcts/dependabot/gradle/all-dependencies-8d98ea25cc
chore(deps): bump org.junit:junit-bom from 5.13.0 to 5.13.1 in the all-dependencies group
2 parents aa44fc2 + 01ff54e commit c76e406

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
@@ -265,7 +265,7 @@ dependencies {
265265
compileOnly group: 'org.projectlombok', name: 'lombok', version: lombokVersion
266266
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: lombokVersion
267267

268-
testImplementation(platform('org.junit:junit-bom:5.13.0'))
268+
testImplementation(platform('org.junit:junit-bom:5.13.1'))
269269
testImplementation 'org.mockito:mockito-core:5.18.0'
270270
testRuntimeOnly 'org.mockito:mockito-inline:5.2.0'
271271
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'

0 commit comments

Comments
 (0)