Skip to content

Commit

Permalink
Bump io.jenkins.tools.bom:bom-2.440.x from 3413.v0d896b_76a_30d to 34…
Browse files Browse the repository at this point in the history
…35.v238d66a_043fb_ (#1667)
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent 8546fa7 commit d8db98b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3413.v0d896b_76a_30d</version>
<version>3435.v238d66a_043fb_</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -95,6 +95,13 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git-client</artifactId>
<exclusions>
<!-- TODO: Remove the commons-io exclusion when no longer needed for upper bounds on mina dependency from git-client -->
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit d8db98b

Please # to comment.