Skip to content

Commit d1255e6

Browse files
authored
Merge pull request #1541 from hmcts/renovate/tools-general
Update Tools - General
2 parents 0060aa4 + dc25662 commit d1255e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
id 'org.sonarqube' version '6.2.0.5505'
1111
id 'org.owasp.dependencycheck' version '12.1.3'
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'
@@ -229,7 +229,7 @@ dependencyManagement {
229229

230230
def versions = [
231231
jackson : '2.17.2',
232-
commons_io : '2.18.0'
232+
commons_io : '2.20.0'
233233
]
234234

235235
dependencies {

0 commit comments

Comments
 (0)