This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch deps in repository https://gitbox.apache.org/repos/asf/maven-doxia-linkcheck.git
commit 4dc1e1e6d0a5b6de3b1cf091178a4dcd952d9725 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sun Sep 20 07:57:07 2020 -0400 log4j can have runtime scope --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cf7ffc3..23f5fcd 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,8 @@ under the License. <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>1.2.14</version> + <version>1.2.17</version> + <scope>runtime</scope> </dependency> <!-- Plexus -->
