File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ configurations.all {
34
34
force group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.9'
35
35
force group : ' commons-codec' , name : ' commons-codec' , version : ' 1.15'
36
36
force group : ' com.google.protobuf' , name : ' protobuf-java' , version : ' 3.21.7'
37
+ force group : ' com.google.errorprone' , name : ' error_prone_annotations' , version : ' 2.18.0'
38
+ force group : ' org.checkerframework' , name : ' checker-qual' , version : ' 3.33.0'
39
+ force group : ' com.google.j2objc' , name : ' j2objc-annotations' , version : ' 2.8'
40
+ force group : ' org.jenkins-ci.plugins' , name : ' durable-task' , version : ' 547.vd1ea_007d100c'
37
41
}
38
42
}
39
43
@@ -62,7 +66,7 @@ sourceSets {
62
66
}
63
67
64
68
sharedLibrary {
65
- coreVersion = ' 2.387.1 ' // https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-core/
69
+ coreVersion = ' 2.426.3 ' // https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-core/
66
70
testHarnessVersion = ' 2085.va_c531db_287b_d' // https://mvnrepository.com/artifact/org.jenkins-ci.main/jenkins-test-harness?repo=jenkins-releases
67
71
pluginDependencies {
68
72
workflowCpsGlobalLibraryPluginVersion = ' 570.v21311f4951f8' // https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-cps-global-lib/
You can’t perform that action at this time.
0 commit comments