Skip to content

Commit 4fd03c8

Browse files
Update Tools - General
1 parent ce51420 commit 4fd03c8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
id 'org.sonarqube' version '4.3.0.3225'
1111
id 'org.owasp.dependencycheck' version '10.0.3'
1212
id "com.gorylenko.gradle-git-properties" version "2.4.1"
13-
id "io.freefair.lombok" version "8.1.0"
13+
id "io.freefair.lombok" version "8.10"
1414
}
1515

1616
group = 'uk.gov.hmcts.reform'
@@ -211,7 +211,7 @@ configurations {
211211
dependencyManagement {
212212
dependencies {
213213
// CVE-2022-1471
214-
dependency group:'org.yaml', name:'snakeyaml', version:'2.0'
214+
dependency group:'org.yaml', name:'snakeyaml', version:'2.3'
215215

216216
//CVE-2023-6378, CVE-2023-6481
217217
dependencySet(group: 'ch.qos.logback', version: '1.2.13') {
@@ -251,7 +251,7 @@ dependencies {
251251

252252
implementation group: 'org.json', name: 'json', version: '20240303'
253253

254-
implementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
254+
implementation group: 'commons-io', name: 'commons-io', version: '2.17.0'
255255
implementation group: 'org.elasticsearch', name: 'elasticsearch', version: '7.17.10'
256256

257257
implementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.4'
@@ -270,8 +270,8 @@ dependencies {
270270
testImplementation group: 'com.github.hmcts', name: 'fortify-client', version: '1.2.2', classifier: 'all', {
271271
exclude group: 'commons-io', module: 'commons-io'
272272
}
273-
implementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
274-
integrationTestImplementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
273+
implementation group: 'commons-io', name: 'commons-io', version: '2.17.0'
274+
integrationTestImplementation group: 'commons-io', name: 'commons-io', version: '2.17.0'
275275

276276
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
277277

0 commit comments

Comments
 (0)