Skip to content

Commit

Permalink
feat: updated log4j to 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romanchyla committed Dec 21, 2021
1 parent 684f789 commit 8a1871e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ solr.version=${solr.version}
<echo>Fixing log4j version</echo>
<replace file="${lucene.real.location}/ivy-versions.properties"
token="org.apache.logging.log4j.version = 2.11.0"
value="org.apache.logging.log4j.version = 2.15.0"
value="org.apache.logging.log4j.version = 2.17.0"
>
</replace>

Expand Down
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.15.0" transitive="false"/>
<dependency org="org.apache.logging.log4j" name="log4j-layout-template-json" rev="2.17.0" transitive="false"/>

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

0 comments on commit 8a1871e

Please sign in to comment.