Skip to content

Commit d0e8d02

Browse files
Update Testing Dependencies - Non Major (#488)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e389040 commit d0e8d02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ repositories {
244244
}
245245

246246
def versions = [
247-
junit : '5.13.4',
248-
junitPlatform : '1.13.4',
247+
junit : '5.14.0',
248+
junitPlatform : '1.14.0',
249249
reformLogging : '6.1.9',
250250
springBoot : '3.5.5',
251251
springDoc : '2.8.13',
@@ -302,7 +302,7 @@ dependencies {
302302
testImplementation group: 'org.camunda.bpm', name: 'camunda-engine', version: versions.camunda
303303
testImplementation group: 'org.camunda.bpm.extension', name: 'camunda-bpm-junit5', version: '1.1.0'
304304

305-
testImplementation group: 'com.h2database', name: 'h2', version: '2.3.232'
305+
testImplementation group: 'com.h2database', name: 'h2', version: '2.4.240'
306306
integrationTestImplementation "org.junit.vintage:junit-vintage-engine:${versions.junit}"
307307
testImplementation group: 'com.github.hmcts', name: 'fortify-client', version: '1.4.9', classifier: 'all'
308308

0 commit comments

Comments
 (0)