Skip to content

Commit 411f469

Browse files
authored
Update commons-io dependency version to 2.22.0
1 parent ed6d1d4 commit 411f469

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ apply plugin: 'com.gradle.plugin-publish'
99

1010
group = 'com.ullink.gradle'
1111

12+
repositories {
13+
mavenCentral()
14+
}
15+
1216
dependencies {
13-
implementation 'commons-io:commons-io:2.5'
17+
implementation 'commons-io:commons-io:2.22.0'
1418
testImplementation 'xmlunit:xmlunit:1.6'
1519
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
1620
}
@@ -51,4 +55,4 @@ gradlePlugin {
5155
}
5256
}
5357

54-
project.tasks.afterReleaseBuild.dependsOn project.tasks.publishPlugins
58+
project.tasks.afterReleaseBuild.dependsOn project.tasks.publishPlugins

0 commit comments

Comments
 (0)