From 0337984c58031e3b19d02935d5d6f4c0e304638e Mon Sep 17 00:00:00 2001 From: Jonas Lind Date: Fri, 10 Mar 2023 07:47:43 +0100 Subject: [PATCH] Manage kotlin version to work around RequireUpperBoundDeps failure (#504) As a workaround until jenkinsci/plugin-pom#705 is fixed and propagated, the kotlin version is explicitly set to match what okhttp-api-plugin provides. This prevents a RequireUpperBoundDeps failure to be triggered for different kotlin versions in the okhttp-api-plugin dependency subtree. --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 7f897c65b..640674c97 100644 --- a/pom.xml +++ b/pom.xml @@ -209,6 +209,14 @@ byte-buddy 1.14.0 + + + org.jetbrains.kotlin + kotlin-bom + 1.8.10 + import + pom +