From f0c83ae73219814b48dd4ff53da6048797ab40ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 03:58:48 +0000 Subject: [PATCH 1/6] Bump plugin from 4.66 to 4.67 Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.66 to 4.67. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.66...plugin-4.67) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin 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 0e75597..83b60e9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.jenkins-ci.plugins plugin - 4.66 + 4.67 org.jenkins-ci.plugins.workflow From f5e23b2d33c2162d747c0dd256f7c84bb603ad09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 03:58:58 +0000 Subject: [PATCH 2/6] Bump bom-2.387.x from 2143.ve4c3c9ec790a to 2179.v0884e842b_859 Bumps [bom-2.387.x](https://github.com/jenkinsci/bom) from 2143.ve4c3c9ec790a to 2179.v0884e842b_859. - [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.387.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 0e75597..7cfca25 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ io.jenkins.tools.bom bom-2.387.x - 2143.ve4c3c9ec790a + 2179.v0884e842b_859 import pom From a5572d072452523712e4bd09e07901d9e97c3480 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sat, 30 Sep 2023 19:31:38 -0600 Subject: [PATCH 3/6] Use parent pom 4.73 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 28f57ec..572ed8e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.jenkins-ci.plugins plugin - 4.67 + 4.73 org.jenkins-ci.plugins.workflow From 56db383f2094b199c94ef69fa97ed699a43e806c Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sat, 30 Sep 2023 19:32:55 -0600 Subject: [PATCH 4/6] Use plugin bom 2465.va_e76ed7b_3061 Remove version declarations that are no longer required. --- pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 572ed8e..036d210 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ io.jenkins.tools.bom bom-2.387.x - 2179.v0884e842b_859 + 2465.va_e76ed7b_3061 import pom @@ -79,16 +79,12 @@ org.jenkins-ci.plugins git test - - 5.1.0 org.jenkins-ci.plugins git tests test - - 5.1.0 org.jenkins-ci.plugins From e5e6562f025a3794002cafaea90c59036de65895 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sat, 30 Sep 2023 19:35:06 -0600 Subject: [PATCH 5/6] Test with Java 21 Java 21 released Sep 19, 2023. We'd like to announce full support for Java 21 in early October and would like the most used plugins to be compiling and testing with Java 21. The acceptance test harness and plugin bill of materials tests are already passing with Java 21. This is a further step to improve plugin readiness for use with Java 21 and for development with Java 21. --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8d38b97..8b7fd8d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ buildPlugin(useContainerAgent: true, configurations: [ - [platform: 'linux', jdk: 17], - [platform: 'windows', jdk: 11], + [platform: 'linux', jdk: 21], + [platform: 'windows', jdk: 17], ]) From cce35389c339652b916022bc38be003bec125c33 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Fri, 10 Nov 2023 08:40:06 -0700 Subject: [PATCH 6/6] Use parent pom 4.75 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 036d210..b3cdeba 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.jenkins-ci.plugins plugin - 4.73 + 4.75 org.jenkins-ci.plugins.workflow