Skip to content

Commit 88d89f0

Browse files
Update dependency org.junit:junit-bom to v5.12.2
1 parent bb16b4d commit 88d89f0

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
@@ -227,7 +227,7 @@ dependencies {
227227
implementation 'org.openapitools:openapi-generator-core:7.12.0'
228228
implementation 'org.hibernate.validator:hibernate-validator:8.0.2.Final'
229229

230-
testImplementation(platform('org.junit:junit-bom:5.12.1'))
230+
testImplementation(platform('org.junit:junit-bom:5.12.2'))
231231
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
232232
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: springBootVersion, {
233233
exclude group: 'junit', module: 'junit'

0 commit comments

Comments
 (0)