File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
1616group = ' 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
227227def versions = [
228228 jackson : ' 2.17.2' ,
229- commons_io : ' 2.18 .0'
229+ commons_io : ' 2.20 .0'
230230]
231231
232232dependencies {
You can’t perform that action at this time.
0 commit comments