You can work around the problem as follows:

diff --git a/pom.xml b/pom.xml
index 67c2f7d..1c6265d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,14 @@
        <dependency>
            <groupId>io.jenkins.tools.bom</groupId>
            <artifactId>bom-2.361.x</artifactId>
-            <version>1836.vfe602c266c05</version>
+            <version>1887.vda_d0ddb_c15c4</version>
+            <scope>import</scope>
+            <type>pom</type>
+        </dependency>
+        <dependency>
+            <groupId>org.jetbrains.kotlin</groupId>
+            <artifactId>kotlin-bom</artifactId>
+            <version>1.8.10</version>
            <scope>import</scope>
            <type>pom</type>
        </dependency>
@@ -62,7 +69,6 @@
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>variant</artifactId>
-      <version>59.vf075fe829ccb</version>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
@@ -75,6 +81,13 @@
      <artifactId>github-branch-source</artifactId>
      <version>1701.v00cc8184df93</version>
      <optional>true</optional>
+      <exclusions>
+        <!-- TODO pending release of
https://github.com/jenkinsci/github-api-plugin/pull/153 -->
+        <exclusion>
+          <groupId>org.apache.commons</groupId>
+          <artifactId>commons-lang3</artifactId>
+        </exclusion>
+      </exclusions>
    </dependency>
  </dependencies>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAFwNDjosQYOsD-4Or8HvT2mDATxa50Fo%2BLLbMVu1GPkbPGWhCA%40mail.gmail.com.

Reply via email to