Skip to content

Commit cfba629

Browse files
authored
Upgrade Jenkins core version to 2.426.3 (#435)
Signed-off-by: Divya Madala <divyaasm@amazon.com>
1 parent 225bdd4 commit cfba629

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ configurations.all {
3434
force group: 'com.google.code.gson', name: 'gson', version: '2.8.9'
3535
force group: 'commons-codec', name: 'commons-codec', version: '1.15'
3636
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'
3741
}
3842
}
3943

@@ -62,7 +66,7 @@ sourceSets {
6266
}
6367

6468
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/
6670
testHarnessVersion = '2085.va_c531db_287b_d' // https://mvnrepository.com/artifact/org.jenkins-ci.main/jenkins-test-harness?repo=jenkins-releases
6771
pluginDependencies {
6872
workflowCpsGlobalLibraryPluginVersion = '570.v21311f4951f8' // https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-cps-global-lib/

0 commit comments

Comments
 (0)