From 530f9e630f1af0649446019f7b7ffd7ca1cb3ea5 Mon Sep 17 00:00:00 2001 From: Valentin Delaye Date: Sun, 6 Nov 2022 11:53:42 +0100 Subject: [PATCH] Modernize plugin --- .github/dependabot.yml | 10 +++++ .github/release-drafter.yml | 1 + pom.xml | 75 ++++++------------------------------- 3 files changed, 23 insertions(+), 63 deletions(-) create mode 100644 .github/dependabot.yml create mode 100644 .github/release-drafter.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..3918f8f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: +- package-ecosystem: maven + directory: / + schedule: + interval: weekly +- package-ecosystem: github-actions + directory: / + schedule: + interval: weekly diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 0000000..0d0b1c9 --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1 @@ +_extends: .github diff --git a/pom.xml b/pom.xml index d7cd7b4..40c06fa 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.jenkins-ci.plugins plugin - 4.40 + 4.49 @@ -20,14 +20,7 @@ -SNAPSHOT jenkinsci/gitea-pat-kubernetes-credentials-plugin - 2.332.1 - 1.4.1 - 8 - 1731.v383b_5d6c3393 - 711.vdfef37cda_816 - 3.22.0 - 0.20 - true + 2.346.3 Gitea PAT Kubernetes Credentials @@ -51,8 +44,8 @@ - scm:git:git://github.com/${gitHubRepo}.git - scm:git:git@github.com:${gitHubRepo}.git + scm:git:https://github.com/${gitHubRepo}.git + scm:git:https@github.com:${gitHubRepo}.git https://github.com/${gitHubRepo} ${scmTag} @@ -72,29 +65,12 @@ - com.squareup.okio - okio - 1.15.0 + io.jenkins.tools.bom + bom-2.346.x + 1654.vcb_69d035fa_20 + import + pom - - - org.jenkins-ci.plugins - scm-api - 2.6.5 - - - - org.apache.commons - commons-lang3 - 3.9 - - - org.jenkins-ci.plugins - plain-credentials - 1.8 - - - @@ -102,14 +78,13 @@ org.jenkins-ci.plugins gitea - ${gitea.version} + 1.4.4 true - com.cloudbees.jenkins.plugins kubernetes-credentials-provider - ${kubernetes-credentials-provider.version} + 1.206.v7ce2cf7b_0c8b true @@ -117,19 +92,17 @@ org.jenkins-ci.plugins.workflow workflow-multibranch - ${workflow.version} test org.jenkins-ci.plugins token-macro - 2.15 test org.assertj assertj-core - ${assertj.version} + 3.23.1 test @@ -139,28 +112,4 @@ - - - - org.jacoco - jacoco-maven-plugin - 0.8.5 - - - - prepare-agent - - - - report - prepare-package - - report - - - - - - -