Skip to content

Commit

Permalink
feat: updated logging version for json template
Browse files Browse the repository at this point in the history
  • Loading branch information
romanchyla committed Dec 14, 2021
1 parent f2df916 commit 684f789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/examples/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependencies>
<dependency org="org.antlr" name="antlr-runtime" rev="3.5.2"/>
<dependency org="org.python" name="jython-standalone" rev="2.7-b1" transitive="false"/>
<dependency org="org.apache.logging.log4j" name="log4j-layout-template-json" rev="2.14.0" transitive="false"/>
<dependency org="org.apache.logging.log4j" name="log4j-layout-template-json" rev="2.15.0" transitive="false"/>

<exclude org="*" ext="*" matcher="regexp" type="${ivy.exclude.types}"/>
</dependencies>
Expand Down

0 comments on commit 684f789

Please sign in to comment.