We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf50579 commit 442e609Copy full SHA for 442e609
build.gradle
@@ -10,7 +10,7 @@ plugins {
10
id 'org.sonarqube' version '6.2.0.5505'
11
id 'org.owasp.dependencycheck' version '12.1.3'
12
id "com.gorylenko.gradle-git-properties" version "2.4.1"
13
- id "io.freefair.lombok" version "8.13.1"
+ id "io.freefair.lombok" version "8.14"
14
}
15
16
group = 'uk.gov.hmcts.reform'
@@ -229,7 +229,7 @@ dependencyManagement {
229
230
def versions = [
231
jackson : '2.17.2',
232
- commons_io : '2.18.0'
+ commons_io : '2.20.0'
233
]
234
235
dependencies {
0 commit comments