From 261077410b06fac60597fb5bec9ca813715d7c79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Mar 2023 18:34:48 +0000 Subject: [PATCH] Bump okhttp-api from 4.10.0-125.v3593b_a_f8c97b_ to 4.10.0-127.vf711b_27a_f7fe in /bom-weekly (#1851) * Bump okhttp-api in /bom-weekly Bumps [okhttp-api](https://github.com/jenkinsci/okhttp-api-plugin) from 4.10.0-125.v3593b_a_f8c97b_ to 4.10.0-127.vf711b_27a_f7fe. - [Release notes](https://github.com/jenkinsci/okhttp-api-plugin/releases) - [Commits](https://github.com/jenkinsci/okhttp-api-plugin/commits) --- updated-dependencies: - dependency-name: io.jenkins.plugins:okhttp-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Add org.jetbrains.annotations to sample plugin dep mgmt Needed for okhttp 4.10.0-127.vf711b_27a_f7fe * Can at least remove `kotlin-bom` now * Better to use `exclusions` rather than pin a version --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Waite Co-authored-by: Jesse Glick --- bom-weekly/pom.xml | 2 +- sample-plugin/pom.xml | 34 +++++++++++++++++++++------------- 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/bom-weekly/pom.xml b/bom-weekly/pom.xml index a9e9d9345..95995a345 100644 --- a/bom-weekly/pom.xml +++ b/bom-weekly/pom.xml @@ -198,7 +198,7 @@ io.jenkins.plugins okhttp-api - 4.10.0-125.v3593b_a_f8c97b_ + 4.10.0-127.vf711b_27a_f7fe io.jenkins.plugins diff --git a/sample-plugin/pom.xml b/sample-plugin/pom.xml index d9f37bb14..ef781981e 100644 --- a/sample-plugin/pom.xml +++ b/sample-plugin/pom.xml @@ -26,19 +26,6 @@ pom import - - - org.jetbrains.kotlin - kotlin-bom - ${kotlin.version} - import - pom - - - org.json - json - 20230227 - @@ -175,6 +162,13 @@ io.jenkins.plugins okhttp-api test + + + + org.jetbrains + annotations + + io.jenkins.plugins @@ -321,6 +315,13 @@ org.jenkins-ci.plugins jackson2-api test + + + + org.json + json + + org.jenkins-ci.plugins @@ -405,6 +406,13 @@ org.jenkins-ci.plugins slack test + + + + org.json + json + + org.jenkins-ci.plugins