Skip to content

Commit

Permalink
Bump jul-to-slf4j and jcl-over-slf4j to version 2.0.16
Browse files Browse the repository at this point in the history
Maintenance bump to match the fact the underlying slf4j-api has
now been upgraded to 2.0.x
  • Loading branch information
sbesson committed Aug 21, 2024
1 parent e9fe276 commit cb15aea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<dependencies>
<dependency org="org.openmicroscopy" name="omero-blitz" rev="${versions.omero-blitz}"/>
<dependency org="org.openmicroscopy" name="omero-gateway" rev="${versions.omero-gateway}"/>
<dependency org="org.slf4j" name="jul-to-slf4j" rev="1.7.30"/>
<dependency org="org.slf4j" name="jcl-over-slf4j" rev="1.7.30"/>
<dependency org="org.slf4j" name="jul-to-slf4j" rev="2.0.16"/>
<dependency org="org.slf4j" name="jcl-over-slf4j" rev="2.0.16"/>
<!-- runtime dependencies from dsl/ivy.xml -->
<dependency org="janino" name="janino" rev="${versions.janino}"/>
<!-- Useful for globally overriding the Bio-Formats version, empty version is ignored by default -->
Expand Down

0 comments on commit cb15aea

Please sign in to comment.