Skip to content

Commit 0f3e02f

Browse files
authored
Merge pull request #132 from gocd-contrib/dependabot/gradle/commons-io-commons-io-2.19.0
Bump commons-io:commons-io from 2.18.0 to 2.19.0
2 parents b726c47 + 432aa34 commit 0f3e02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ext {
5959
dependencies {
6060
compileOnly project.deps.gocdPluginApi
6161
implementation 'com.google.code.gson:gson:2.13.1'
62-
implementation 'commons-io:commons-io:2.18.0'
62+
implementation 'commons-io:commons-io:2.19.0'
6363
implementation group: 'com.squareup.okhttp', name: 'okhttp', version: '2.7.5'
6464
implementation files('libs/go-plugin-util.jar')
6565
implementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'

0 commit comments

Comments
 (0)