Skip to content

Commit 9621207

Browse files
authored
Merge branch 'development' into renovate/io.freefair.lombok-9.x
2 parents 15d3205 + 95c1775 commit 9621207

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
@@ -15,7 +15,7 @@
1515
*/
1616
plugins {
1717
id "io.freefair.lombok" version "9.1.0"
18-
id "io.freefair.maven-publish-java" version "9.0.0"
18+
id "io.freefair.maven-publish-java" version "9.1.0"
1919
id "io.spring.dependency-management" version "1.1.7"
2020
//id "com.github.kt3k.coveralls" version "2.8.1"
2121
id "org.owasp.dependencycheck" version "12.1.8"
@@ -88,7 +88,7 @@ dependencies {
8888
implementation "org.springdoc:springdoc-openapi-starter-webmvc-api:${springDocVersion}"
8989
// apache
9090
implementation "commons-configuration:commons-configuration:1.10"
91-
implementation "commons-io:commons-io:2.20.0"
91+
implementation "commons-io:commons-io:2.21.0"
9292
implementation "org.apache.commons:commons-collections4:4.5.0"
9393
// includes commons-lang3
9494
implementation "org.apache.commons:commons-text:1.14.0"

0 commit comments

Comments
 (0)