From 61a34d07e088bca5c2c85286c968c5fb945a6015 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Sat, 5 Mar 2022 07:31:46 -0800 Subject: [PATCH 1/7] [JENKINS-67960] Work around MCOMPILER-346 (#511) --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 3a9b9853ef..25549fe321 100644 --- a/pom.xml +++ b/pom.xml @@ -708,6 +708,11 @@ 1.${java.level} 1.${java.level} 1.${java.level} + + true From b3c68d8484f5c6f62840c6d7f54133347abf6427 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 9 Mar 2022 16:56:15 +0100 Subject: [PATCH 2/7] Migrate from Release Drafter App toRelease Drafter GitHub Action (#512) --- .github/workflows/release-drafter.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/release-drafter.yml diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml new file mode 100644 index 0000000000..f87134b2ef --- /dev/null +++ b/.github/workflows/release-drafter.yml @@ -0,0 +1,17 @@ +# Note: additional setup is required, see https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc + +name: Release Drafter + +on: + push: + branches: + - master + +jobs: + update_release_draft: + runs-on: ubuntu-latest + steps: + # Drafts your next Release notes as Pull Requests are merged into the default branch + - uses: release-drafter/release-drafter@v5 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From c92ddd582ed094d19caa46fba738f43e85e45c75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 14:03:54 -0800 Subject: [PATCH 3/7] Bump `jenkins-test-harness` from 1706.v5257fc59612a_ to 1712.v68cd645cb_f35 (#513) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 25549fe321..6f311e5e2a 100644 --- a/pom.xml +++ b/pom.xml @@ -64,7 +64,7 @@ 2.249 ${jenkins.version} - 1706.v5257fc59612a_ + 1712.v68cd645cb_f35 3.25 1.17 From 9abcffbbaf630aa49d5e7baef9003afbae55a648 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 15:27:38 -0800 Subject: [PATCH 4/7] Bump Mockito from 4.3.1 to 4.4.0 (#514) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6f311e5e2a..70d5c8245d 100644 --- a/pom.xml +++ b/pom.xml @@ -101,7 +101,7 @@ true - 4.3.1 + 4.4.0 1.27 1.21 From 9bc3f9520cc4bf78ad7378af5785a40d6d45c599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Mar 2022 10:43:01 -0700 Subject: [PATCH 5/7] Bump Maven Compiler Plugin from 3.10.0 to 3.10.1 (#515) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 70d5c8245d..e32ca4c26f 100644 --- a/pom.xml +++ b/pom.xml @@ -305,7 +305,7 @@ maven-compiler-plugin - 3.10.0 + 3.10.1 maven-dependency-plugin From f14bf4067026c1d46b7477c6dda817405306e674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Mar 2022 10:54:25 -0700 Subject: [PATCH 6/7] Bump Maven Dependency Plugin from 3.2.0 to 3.3.0 (#516) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e32ca4c26f..c5683fae3c 100644 --- a/pom.xml +++ b/pom.xml @@ -309,7 +309,7 @@ maven-dependency-plugin - 3.2.0 + 3.3.0 maven-jar-plugin From aa999baaf9da865eea6962dfa0356384a03e6cb5 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Sun, 13 Mar 2022 11:01:36 -0700 Subject: [PATCH 7/7] Remove obsolete workaround for MCOMPILER-485 (#517) --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index c5683fae3c..22dfcf359f 100644 --- a/pom.xml +++ b/pom.xml @@ -114,11 +114,6 @@ true - - - - - false