From 29c3b1f75d23c6715f572fb8b1c21da580994819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:32:34 -0700 Subject: [PATCH] Bump org.jenkins-ci:jenkins from 1.115 to 1.116 (#783) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Jenkinsfile | 6 +++--- pom.xml | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0d5a8f53e..9631d1d91 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ * allowing one to test against multiple Jenkins versions. */ buildPlugin(useContainerAgent: true, configurations: [ - [ platform: 'linux', jdk: '11' ], - [ platform: 'windows', jdk: '11' ], - [ platform: 'linux', jdk: '17', jenkins: '2.461' ], + [platform: 'linux', jdk: 11], + [platform: 'windows', jdk: 11], + [platform: 'linux', jdk: 17, jenkins: '2.461'], ]) diff --git a/pom.xml b/pom.xml index 1842784cc..a588a6581 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ THE SOFTWARE. org.jenkins-ci jenkins - 1.115 + 1.116 @@ -61,6 +61,8 @@ THE SOFTWARE. jenkinsci/${project.artifactId} --patch-module=java.base=${project.build.outputDirectory}/netbeans/harness/modules/ext/org-netbeans-insane-hook.jar --add-exports=java.base/org.netbeans.insane.hook=ALL-UNNAMED + + 11