Skip to content

Commit cb15aea

Browse files
committed
Bump jul-to-slf4j and jcl-over-slf4j to version 2.0.16
Maintenance bump to match the fact the underlying slf4j-api has now been upgraded to 2.0.x
1 parent e9fe276 commit cb15aea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ivy.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<dependencies>
1212
<dependency org="org.openmicroscopy" name="omero-blitz" rev="${versions.omero-blitz}"/>
1313
<dependency org="org.openmicroscopy" name="omero-gateway" rev="${versions.omero-gateway}"/>
14-
<dependency org="org.slf4j" name="jul-to-slf4j" rev="1.7.30"/>
15-
<dependency org="org.slf4j" name="jcl-over-slf4j" rev="1.7.30"/>
14+
<dependency org="org.slf4j" name="jul-to-slf4j" rev="2.0.16"/>
15+
<dependency org="org.slf4j" name="jcl-over-slf4j" rev="2.0.16"/>
1616
<!-- runtime dependencies from dsl/ivy.xml -->
1717
<dependency org="janino" name="janino" rev="${versions.janino}"/>
1818
<!-- Useful for globally overriding the Bio-Formats version, empty version is ignored by default -->

0 commit comments

Comments
 (0)