Skip to content

Commit 7be024c

Browse files
Update junit-framework monorepo
1 parent 6ec8658 commit 7be024c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,13 +279,13 @@ dependencies {
279279
testImplementation 'org.testcontainers:junit-jupiter:1.21.4'
280280
testImplementation 'org.testcontainers:postgresql'
281281

282-
testImplementation(platform('org.junit:junit-bom:5.13.1'))
282+
testImplementation(platform('org.junit:junit-bom:5.14.3'))
283283
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
284284
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', {
285285
exclude group: 'junit', module: 'junit'
286286
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
287287
}
288-
testImplementation 'org.junit.platform:junit-platform-suite:1.13.1'
288+
testImplementation 'org.junit.platform:junit-platform-suite:1.14.3'
289289
testImplementation 'io.cucumber:cucumber-junit-platform-engine:7.23.0'
290290
}
291291

0 commit comments

Comments
 (0)