11buildscript {
22 dependencies {
3- classpath(" org.flywaydb:flyway-database-postgresql:11.13.0 " )
3+ classpath(" org.flywaydb:flyway-database-postgresql:11.14.1 " )
44 }
55}
66
@@ -12,20 +12,20 @@ plugins {
1212 id ' pmd'
1313 id ' project-report'
1414 id ' au.com.dius.pact' version ' 4.6.17'
15- id ' com.github.ben-manes.versions' version ' 0.52 .0'
15+ id ' com.github.ben-manes.versions' version ' 0.53 .0'
1616 id ' io.spring.dependency-management' version ' 1.1.7'
1717 id ' net.serenity-bdd.serenity-gradle-plugin' version ' 4.2.34'
1818 id ' org.owasp.dependencycheck' version ' 12.1.6'
19- id ' org.sonarqube' version ' 6 .0.1.5171 '
20- id ' org.springframework.boot' version ' 3.4.3 '
19+ id ' org.sonarqube' version ' 7 .0.1.6134 '
20+ id ' org.springframework.boot' version ' 3.5.7 '
2121 id ' uk.gov.hmcts.java' version ' 0.12.67'
2222 id " info.solidsoft.pitest" version ' 1.15.0'
23- id " io.freefair.lombok" version " 8.12.2 "
24- id " org.flywaydb.flyway" version ' 11.13.0 '
23+ id " io.freefair.lombok" version " 9.0.0 "
24+ id " org.flywaydb.flyway" version ' 11.14.1 '
2525}
2626
2727ext {
28- set(' springCloudVersion' , " 2024 .0.2 " )
28+ set(' springCloudVersion' , " 2025 .0.0 " )
2929}
3030
3131dependencyManagement {
@@ -40,19 +40,19 @@ def versions = [
4040 pitest : ' 1.16.1' ,
4141 sonarPitest : ' 0.5' ,
4242 junitPitest : ' 1.2.1' ,
43- jackson : ' 2.18.2 ' ,
43+ jackson : ' 2.20.0 ' ,
4444 launchDarklySdk : ' 7.10.2' ,
45- flyway : ' 11.13.0 ' ,
45+ flyway : ' 11.14.1 ' ,
4646 lombok : ' 1.18.42' ,
4747 reformLogging : ' 6.1.9' ,
4848 serenity : ' 4.2.34' ,
4949 restAssured : ' 5.5.6' ,
5050 pact_version : ' 4.6.17' ,
51- log4j : ' 2.24.3 ' ,
52- logback : ' 1.5.19 ' ,
53- testContainer_postgresql : ' 1.20.5 ' ,
51+ log4j : ' 2.25.2 ' ,
52+ logback : ' 1.5.20 ' ,
53+ testContainer_postgresql : ' 1.21.3 ' ,
5454 bouncycastle : ' 1.82' ,
55- jwtVersion : ' 0.12.7 ' ,
55+ jwtVersion : ' 0.13.0 ' ,
5656 wiremock : ' 3.13.1'
5757]
5858
@@ -208,7 +208,7 @@ pmd {
208208
209209checkstyle {
210210 maxWarnings = 0
211- toolVersion = ' 10.26.1 '
211+ toolVersion = ' 12.1.0 '
212212 getConfigDirectory(). set(new File (rootDir, ' config/checkstyle' ))
213213}
214214
@@ -350,9 +350,9 @@ dependencies {
350350 implementation group : ' commons-io' , name : ' commons-io' , version : versions. commonsIo
351351 implementation group : ' ch.qos.logback' , name : ' logback-classic' , version : versions. logback
352352 implementation group : ' ch.qos.logback' , name : ' logback-core' , version : versions. logback
353- implementation group : ' com.azure' , name : ' azure-core' , version : ' 1.56.1 '
353+ implementation group : ' com.azure' , name : ' azure-core' , version : ' 1.57.0 '
354354 implementation group : ' com.azure' , name : ' azure-messaging-servicebus' , version : ' 7.17.15'
355- implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-annotations' , version : versions . jackson
355+ implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-annotations' , version : ' 2.20 '
356356 implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-core' , version : versions. jackson
357357 implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : versions. jackson
358358 implementation group : ' com.fasterxml.jackson.datatype' , name : ' jackson-datatype-jsr310' , version : versions. jackson
@@ -374,8 +374,8 @@ dependencies {
374374 implementation group : ' io.jsonwebtoken' , name : ' jjwt-jackson' , version : versions. jwtVersion
375375 implementation group : ' io.rest-assured' , name : ' rest-assured' , version : versions. restAssured
376376 implementation group : ' jakarta.validation' , name : ' jakarta.validation-api' , version : ' 3.1.1'
377- implementation group : ' net.javacrumbs.shedlock' , name : ' shedlock-provider-jdbc-template' , version : ' 5.16 .0'
378- implementation group : ' net.javacrumbs.shedlock' , name : ' shedlock-spring' , version : ' 5.16 .0'
377+ implementation group : ' net.javacrumbs.shedlock' , name : ' shedlock-provider-jdbc-template' , version : ' 6.10 .0'
378+ implementation group : ' net.javacrumbs.shedlock' , name : ' shedlock-spring' , version : ' 6.10 .0'
379379 implementation group : ' net.logstash.logback' , name : ' logstash-logback-encoder' , version : ' 8.1'
380380 implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.19.0'
381381 implementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : versions. log4j
@@ -385,7 +385,7 @@ dependencies {
385385 implementation group : ' org.bouncycastle' , name : ' bcpkix-jdk18on' , version : versions. bouncycastle
386386 implementation group : ' org.flywaydb' , name : ' flyway-core' , version : versions. flyway
387387 implementation group : ' org.flywaydb' , name : ' flyway-database-postgresql' , version : versions. flyway
388- implementation group : ' org.json' , name : ' json' , version : ' 20240303 '
388+ implementation group : ' org.json' , name : ' json' , version : ' 20250517 '
389389 implementation group : ' org.postgresql' , name : ' postgresql' , version : ' 42.7.8'
390390 implementation group : ' org.springdoc' , name : ' springdoc-openapi-starter-webmvc-ui' , version : ' 2.8.13'
391391 implementation group : ' org.springframework.boot' , name : ' spring-boot-starter-cache'
@@ -409,7 +409,7 @@ dependencies {
409409 testImplementation group : ' org.testcontainers' , name : ' junit-jupiter' , version : versions. testContainer_postgresql
410410 testImplementation group : ' org.testcontainers' , name : ' testcontainers' , version : versions. testContainer_postgresql
411411
412- testImplementation group : ' com.github.hmcts' , name : ' rd-commons-lib' , version : ' 0.1.2 '
412+ testImplementation group : ' com.github.hmcts' , name : ' rd-commons-lib' , version : ' 0.1.3 '
413413 testImplementation group : ' org.hamcrest' , name : ' hamcrest' , version : ' 3.0'
414414 testImplementation group : ' org.mockito' , name : ' mockito-junit-jupiter' , version : ' 5.20.0'
415415 testImplementation group : ' org.mockito' , name : ' mockito-inline' , version : ' 5.2.0'
0 commit comments