This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MINDEXER-126 in repository https://gitbox.apache.org/repos/asf/maven-indexer.git
commit ea1d6b286e606dfcd125830bffa7f3157acbe0f2 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Sat Feb 13 18:03:55 2021 +0100 Bump jcl-over-slf4j to 1.7.30 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f482f3c..6aabdd7 100644 --- a/pom.xml +++ b/pom.xml @@ -129,7 +129,7 @@ under the License. as it would otherwise use commons-logging and do it's own other thing. --> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> - <version>1.7.25</version> + <version>1.7.30</version> <optional>true</optional> </dependency>