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.
2 parents b726c47 + 432aa34 commit 0f3e02fCopy full SHA for 0f3e02f
build.gradle
@@ -59,7 +59,7 @@ ext {
59
dependencies {
60
compileOnly project.deps.gocdPluginApi
61
implementation 'com.google.code.gson:gson:2.13.1'
62
- implementation 'commons-io:commons-io:2.18.0'
+ implementation 'commons-io:commons-io:2.19.0'
63
implementation group: 'com.squareup.okhttp', name: 'okhttp', version: '2.7.5'
64
implementation files('libs/go-plugin-util.jar')
65
implementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
0 commit comments