Thanks!

On Monday, March 6, 2023 at 9:35:39 PM UTC+1 m...@basilcrow.com wrote:

> 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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/74c881a6-78aa-4692-82ea-b7ee8f37bf44n%40googlegroups.com.

Reply via email to