Skip to content

Commit

Permalink
Fix bnd version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbertolini committed Jul 15, 2024
1 parent f5a2af8 commit 7f3d504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency org="com.github.spotbugs" name="spotbugs" rev="4.8.6" conf="spotbugs"/>
<dependency org="com.github.spotbugs" name="spotbugs-ant" rev="4.8.6" conf="spotbugs"/>
<dependency org="com.mattbertolini" name="jxr-ant" rev="2.1.0" conf="jxr"/>
<dependency org="biz.aQute.bnd" name="biz.aQute.bnd.ant" rev="7.0.0" conf="bnd">
<dependency org="biz.aQute.bnd" name="biz.aQute.bnd.ant" rev="6.4.1" conf="bnd">
<exclude module="ant"/>
</dependency>
<dependency org="org.apache.ivy" name="ivy" rev="${lib.ivy.version}" conf="ivy"/>
Expand Down

0 comments on commit 7f3d504

Please sign in to comment.