Skip to content

Commit 9f6ce4f

Browse files
Merge pull request #28 from hmcts/dependabot/gradle/all-dependencies-ac90123d86
chore(deps): bump org.junit:junit-bom from 5.12.2 to 5.13.0 in the all-dependencies group
2 parents 5c23fa8 + 2bb7268 commit 9f6ce4f

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.12.2'))
268+
testImplementation(platform('org.junit:junit-bom:5.13.0'))
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)