From f734e2157a3aa1f4c21f21e4d8e462c9463f5c7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 01:34:37 +0000 Subject: [PATCH 1/3] build(deps): bump bom-2.361.x Bumps [bom-2.361.x](https://github.com/jenkinsci/bom) from 1750.v0071fa_4c4a_e3 to 1792.v0295db_e7c548. - [Release notes](https://github.com/jenkinsci/bom/releases) - [Commits](https://github.com/jenkinsci/bom/commits) --- updated-dependencies: - dependency-name: io.jenkins.tools.bom:bom-2.361.x dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 268a7b3..c87b973 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ io.jenkins.tools.bom bom-2.361.x - 1750.v0071fa_4c4a_e3 + 1792.v0295db_e7c548 import pom From c2ed8d7c99200046085f2cdff7f1dec6a45c076c Mon Sep 17 00:00:00 2001 From: Jim Klimov Date: Mon, 23 Jan 2023 13:07:18 +0100 Subject: [PATCH 2/3] pom.xml: raise dependency to 2.361.4 to match others in bom-2.361.x --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 24eac1c..307628b 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ 2 999999-SNAPSHOT jenkinsci/${project.artifactId}-plugin - 2.361.1 + 2.361.4 Max Low From 0ded55be7c8e978d9456aaf8fff71a325a258005 Mon Sep 17 00:00:00 2001 From: Jim Klimov Date: Wed, 25 Jan 2023 10:02:46 +0100 Subject: [PATCH 3/3] pom.xml: bump to core 2.375.1 and bom-2.375.x version 1798.vc671fe94856f --- Jenkinsfile | 6 +++--- pom.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index cc8d42c..9ad6a63 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,10 +4,10 @@ */ buildPlugin(useContainerAgent: true, configurations: [ // Test the common case (i.e., a recent LTS release) on both Linux and Windows. - [ platform: 'linux', jdk: '11', jenkins: '2.361.1' ], - [ platform: 'windows', jdk: '11', jenkins: '2.361.1' ], + [ platform: 'linux', jdk: '11', jenkins: '2.375.1' ], + [ platform: 'windows', jdk: '11', jenkins: '2.375.1' ], // Test the bleeding edge of the compatibility spectrum (i.e., the latest supported Java runtime). // see also https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ - [ platform: 'linux', jdk: '17', jenkins: '2.361.2' ], + [ platform: 'linux', jdk: '17', jenkins: '2.375.2' ], ]) diff --git a/pom.xml b/pom.xml index 2227e2b..874f79b 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ 2 999999-SNAPSHOT jenkinsci/${project.artifactId}-plugin - 2.361.4 + 2.375.1 Max Low @@ -41,8 +41,8 @@ io.jenkins.tools.bom - bom-2.361.x - 1792.v0295db_e7c548 + bom-2.375.x + 1798.vc671fe94856f import pom