Skip to content

Commit 9ceb5f3

Browse files
Update Tools - General
1 parent 765a3f5 commit 9ceb5f3

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
@@ -10,7 +10,7 @@ plugins {
1010
id 'org.sonarqube' version '6.1.0.5360'
1111
id 'org.owasp.dependencycheck' version '12.1.1'
1212
id "com.gorylenko.gradle-git-properties" version "2.4.1"
13-
id "io.freefair.lombok" version "8.13.1"
13+
id "io.freefair.lombok" version "8.14"
1414
}
1515

1616
group = 'uk.gov.hmcts.reform'
@@ -214,7 +214,7 @@ dependencyManagement {
214214
}
215215
dependencies {
216216
// CVE-2022-1471
217-
dependency group:'org.yaml', name:'snakeyaml', version:'2.0'
217+
dependency group:'org.yaml', name:'snakeyaml', version:'2.4'
218218

219219
//CVE-2023-6378, CVE-2023-6481
220220
dependencySet(group: 'ch.qos.logback', version: '1.2.13') {
@@ -226,7 +226,7 @@ dependencyManagement {
226226

227227
def versions = [
228228
jackson : '2.17.2',
229-
commons_io : '2.18.0'
229+
commons_io : '2.20.0'
230230
]
231231

232232
dependencies {

0 commit comments

Comments
 (0)