From 8336d3ef801e4328ca57d9de71fb9587b534a683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 16:57:58 +0000 Subject: [PATCH 1/2] Bump jenkins from 1.76 to 1.77 Bumps [jenkins](https://github.com/jenkinsci/pom) from 1.76 to 1.77. - [Release notes](https://github.com/jenkinsci/pom/releases) - [Changelog](https://github.com/jenkinsci/pom/blob/master/CHANGELOG-old.md) - [Commits](https://github.com/jenkinsci/pom/compare/jenkins-1.76...jenkins-1.77) --- updated-dependencies: - dependency-name: org.jenkins-ci:jenkins dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e0a3ab5743..5b6421f419 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci jenkins - 1.76 + 1.77 org.kohsuke.stapler From 9c1b42ad54a52b75826e4150b0710c2253bfa0c1 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Wed, 22 Jun 2022 11:45:27 -0700 Subject: [PATCH 2/2] Remove Java 8 from build --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7430165340..70f0926814 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,6 @@ * allowing one to test against multiple Jenkins versions. */ buildPlugin(useContainerAgent: true, configurations: [ - [ platform: 'linux', jdk: '8' ], [ platform: 'linux', jdk: '11' ], [ platform: 'windows', jdk: '11' ], [ platform: 'linux', jdk: '17' ],