Skip to content

Commit 6cc5fb3

Browse files
update packages (#3346)
* update packages * update packages * update packages * update packages * update packages * update packages * update packages * update packages * update packages * update packages * update packages * update packages
1 parent f8ed805 commit 6cc5fb3

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

build.gradle

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ plugins {
1616
id 'jacoco'
1717
id 'io.spring.dependency-management' version '1.1.6'
1818
id 'org.flywaydb.flyway' version "$flywayVersion"
19-
id 'org.springframework.boot' version '3.3.3'
19+
id 'org.springframework.boot' version '3.3.5'
2020
id 'org.owasp.dependencycheck' version '9.1.0'
2121
id 'com.github.ben-manes.versions' version '0.51.0'
2222
id 'org.sonarqube' version '5.0.0.4638'
2323
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'
2525
}
2626

2727
group = 'uk.gov.hmcts.reform'
@@ -278,7 +278,7 @@ dependencies {
278278

279279
implementation group: 'com.azure', name: 'azure-storage-blob', version: '12.25.4'
280280

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'
282282

283283
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web'
284284
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-actuator'
@@ -297,15 +297,15 @@ dependencies {
297297
implementation group: 'com.github.java-json-tools', name: 'json-schema-validator', version: '2.2.14', withoutJavaxMailApi
298298

299299
// 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'
301301

302302

303303

304304
implementation group: 'org.apache.httpcomponents.client5', name: 'httpclient5', version: '5.3.1'
305305
implementation group: 'javax.jms', name: 'javax.jms-api', version: '2.0.1'
306306
implementation group: 'javax.servlet', name: 'javax.servlet-api', version: '3.1.0'
307307

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'
309309

310310

311311
implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: versions.reformLogging
@@ -319,17 +319,17 @@ dependencies {
319319

320320

321321
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'
323323
// only used in uk.gov.hmcts.reform.bulkscanprocessor.validation.OcrValidator
324324
// 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'
326326

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'
328328
implementation group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '3.1.8'
329329

330330
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'
333333

334334

335335
testImplementation libraries.junit5
@@ -343,11 +343,11 @@ dependencies {
343343
}
344344
testImplementation group: 'org.apache.commons', name: 'commons-email', version: '1.6.0'
345345
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', {
347347
exclude group: 'commons-io', module: 'commons-io'
348348
exclude group: 'org.apache.commons', module: 'commons-lang3'
349349
}
350-
testImplementation group: 'com.icegreen', name: 'greenmail', version: '2.1.0-rc-1'
350+
testImplementation group: 'com.icegreen', name: 'greenmail', version: '2.1.0'
351351

352352
testRuntimeOnly group: 'io.github.netmikey.logunit', name: 'logunit-logback', version: '2.0.0'
353353

@@ -356,7 +356,7 @@ dependencies {
356356
integrationTestImplementation group: 'org.springframework.cloud', name: 'spring-cloud-contract-wiremock', version: '4.1.4', {
357357
exclude group: 'com.github.tomakehurst', module: 'wiremock-jre8-standalone'
358358
}
359-
integrationTestImplementation group: 'org.wiremock', name: 'wiremock-standalone', version: '3.4.2'
359+
integrationTestImplementation group: 'org.wiremock', name: 'wiremock-standalone', version: '3.9.2'
360360
integrationTestImplementation group: 'org.testcontainers', name: 'postgresql', version: '1.19.7', {
361361
exclude group: 'junit', module: 'junit'
362362
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

infrastructure/.terraform-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.0
1+
1.9.8

0 commit comments

Comments
 (0)