@@ -16,12 +16,12 @@ plugins {
16
16
id ' jacoco'
17
17
id ' io.spring.dependency-management' version ' 1.1.6'
18
18
id ' org.flywaydb.flyway' version " $flywayVersion "
19
- id ' org.springframework.boot' version ' 3.3.3 '
19
+ id ' org.springframework.boot' version ' 3.3.5 '
20
20
id ' org.owasp.dependencycheck' version ' 9.1.0'
21
21
id ' com.github.ben-manes.versions' version ' 0.51.0'
22
22
id ' org.sonarqube' version ' 5.0.0.4638'
23
23
id ' info.solidsoft.pitest' version ' 1.15.0'
24
- id ' au.com.dius.pact' version ' 4.6.14 '
24
+ id ' au.com.dius.pact' version ' 4.6.15 '
25
25
}
26
26
27
27
group = ' uk.gov.hmcts.reform'
@@ -278,7 +278,7 @@ dependencies {
278
278
279
279
implementation group : ' com.azure' , name : ' azure-storage-blob' , version : ' 12.25.4'
280
280
281
- implementation group : ' com.azure' , name : ' azure-messaging-servicebus' , version : ' 7.17.3 '
281
+ implementation group : ' com.azure' , name : ' azure-messaging-servicebus' , version : ' 7.17.5 '
282
282
283
283
implementation group : ' org.springframework.boot' , name : ' spring-boot-starter-web'
284
284
implementation group : ' org.springframework.boot' , name : ' spring-boot-starter-actuator'
@@ -297,15 +297,15 @@ dependencies {
297
297
implementation group : ' com.github.java-json-tools' , name : ' json-schema-validator' , version : ' 2.2.14' , withoutJavaxMailApi
298
298
299
299
// review following dependency after integrating db structure
300
- implementation group : ' io.hypersistence' , name : ' hypersistence-utils-hibernate-63' , version : ' 3.8.2 '
300
+ implementation group : ' io.hypersistence' , name : ' hypersistence-utils-hibernate-63' , version : ' 3.8.3 '
301
301
302
302
303
303
304
304
implementation group : ' org.apache.httpcomponents.client5' , name : ' httpclient5' , version : ' 5.3.1'
305
305
implementation group : ' javax.jms' , name : ' javax.jms-api' , version : ' 2.0.1'
306
306
implementation group : ' javax.servlet' , name : ' javax.servlet-api' , version : ' 3.1.0'
307
307
308
- implementation group : ' org.springdoc' , name : ' springdoc-openapi-starter-webmvc-ui' , version : ' 2.3 .0'
308
+ implementation group : ' org.springdoc' , name : ' springdoc-openapi-starter-webmvc-ui' , version : ' 2.6 .0'
309
309
310
310
311
311
implementation group : ' com.github.hmcts.java-logging' , name : ' logging' , version : versions. reformLogging
@@ -319,17 +319,17 @@ dependencies {
319
319
320
320
321
321
implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.17.0'
322
- implementation group : ' commons-io' , name : ' commons-io' , version : ' 2.16.1 '
322
+ implementation group : ' commons-io' , name : ' commons-io' , version : ' 2.17.0 '
323
323
// only used in uk.gov.hmcts.reform.bulkscanprocessor.validation.OcrValidator
324
324
// single import: io.vavr.control.Try
325
- implementation group : ' io.vavr' , name : ' vavr' , version : ' 0.10.4 '
325
+ implementation group : ' io.vavr' , name : ' vavr' , version : ' 0.10.5 '
326
326
327
- implementation group : ' org.apache.commons' , name : ' commons-csv' , version : ' 1.11 .0'
327
+ implementation group : ' org.apache.commons' , name : ' commons-csv' , version : ' 1.12 .0'
328
328
implementation group : ' com.github.ben-manes.caffeine' , name : ' caffeine' , version : ' 3.1.8'
329
329
330
330
implementation group : ' io.github.resilience4j' , name : ' resilience4j-spring-boot2' , version : ' 2.2.0'
331
- implementation group : ' com.launchdarkly' , name : ' launchdarkly-java-server-sdk' , version : ' 7.5 .0'
332
- implementation group : ' com.google.guava' , name : ' guava' , version : ' 33.3.0 -jre'
331
+ implementation group : ' com.launchdarkly' , name : ' launchdarkly-java-server-sdk' , version : ' 7.6 .0'
332
+ implementation group : ' com.google.guava' , name : ' guava' , version : ' 33.3.1 -jre'
333
333
334
334
335
335
testImplementation libraries. junit5
@@ -343,11 +343,11 @@ dependencies {
343
343
}
344
344
testImplementation group : ' org.apache.commons' , name : ' commons-email' , version : ' 1.6.0'
345
345
testImplementation group : ' io.github.netmikey.logunit' , name : ' logunit-core' , version : ' 2.0.0'
346
- testImplementation group : ' com.github.hmcts' , name : ' fortify-client' , version : ' 1.4.4 ' , classifier : ' all' , {
346
+ testImplementation group : ' com.github.hmcts' , name : ' fortify-client' , version : ' 1.4.5 ' , classifier : ' all' , {
347
347
exclude group : ' commons-io' , module : ' commons-io'
348
348
exclude group : ' org.apache.commons' , module : ' commons-lang3'
349
349
}
350
- testImplementation group : ' com.icegreen' , name : ' greenmail' , version : ' 2.1.0-rc-1 '
350
+ testImplementation group : ' com.icegreen' , name : ' greenmail' , version : ' 2.1.0'
351
351
352
352
testRuntimeOnly group : ' io.github.netmikey.logunit' , name : ' logunit-logback' , version : ' 2.0.0'
353
353
@@ -356,7 +356,7 @@ dependencies {
356
356
integrationTestImplementation group : ' org.springframework.cloud' , name : ' spring-cloud-contract-wiremock' , version : ' 4.1.4' , {
357
357
exclude group : ' com.github.tomakehurst' , module : ' wiremock-jre8-standalone'
358
358
}
359
- integrationTestImplementation group : ' org.wiremock' , name : ' wiremock-standalone' , version : ' 3.4 .2'
359
+ integrationTestImplementation group : ' org.wiremock' , name : ' wiremock-standalone' , version : ' 3.9 .2'
360
360
integrationTestImplementation group : ' org.testcontainers' , name : ' postgresql' , version : ' 1.19.7' , {
361
361
exclude group : ' junit' , module : ' junit'
362
362
}
0 commit comments