This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-indexer.git
The following commit(s) were added to refs/heads/master by this push: new 311742f Bump slf4j to 1.7.30 311742f is described below commit 311742f2af858e0020a8ed740eec97ab1228327a Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Sat Feb 13 17:32:29 2021 +0100 Bump slf4j to 1.7.30 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c4c6740..4d1caaa 100644 --- a/pom.xml +++ b/pom.xml @@ -110,7 +110,7 @@ under the License. <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> - <version>1.7.25</version> + <version>1.7.30</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> @@ -277,7 +277,7 @@ under the License. <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> - <version>1.7.5</version> + <version>1.7.30</version> <scope>test</scope> </dependency>