Skip to content

Commit

Permalink
Bumped BOM , to fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKosicky committed Dec 16, 2022
1 parent 9c4f46e commit 54d0770
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.346.x</artifactId>
<version>1478.v81d3dc4f9a_43</version>
<version>1556.vfc6a_f216e3c6</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -203,14 +203,14 @@
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<version>4.12.0-rc4821.0fa_d6b_a_a_0928</version> <!-- TODO: https://github.com/jenkinsci/git-plugin/pull/1305 -->
<version>4.12.0-rc4823.c61fb_c41c2e0</version> <!-- TODO: https://github.com/jenkinsci/git-plugin/pull/1305 -->
<artifactId>git</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git</artifactId>
<version>4.12.0-rc4821.0fa_d6b_a_a_0928</version> <!-- TODO: https://github.com/jenkinsci/git-plugin/pull/1305 -->
<version>4.12.0-rc4823.c61fb_c41c2e0</version> <!-- TODO: https://github.com/jenkinsci/git-plugin/pull/1305 -->
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 54d0770

Please sign in to comment.