We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a80f1d commit 0e5cacdCopy full SHA for 0e5cacd
build.gradle
@@ -137,7 +137,7 @@ configurations {
137
dependencies {
138
// Use the latest Groovy version for building this library
139
compileOnly('org.codehaus.groovy:groovy-all:3.0.13')
140
- compileOnly('org.jenkins-ci.main:jenkins-core:2.380')
+ compileOnly('org.jenkins-ci.main:jenkins-core:2.381')
141
compileOnly('com.cloudbees:groovy-cps:1.34')
142
}
143
0 commit comments