This is an automated email from the ASF dual-hosted git repository.
sarath pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 1f012ac ATLAS-4027: Update Atlas with latest version of slf4j - 1.7.30
1f012ac is described below
commit 1f012ac29938cbf33cf4c767fffb4d5e02db53eb
Author: Radhika Kundam <[email protected]>
AuthorDate: Mon Nov 16 10:00:32 2020 -0800
ATLAS-4027: Update Atlas with latest version of slf4j - 1.7.30
Signed-off-by: Sarath Subramanian <[email protected]>
(cherry picked from commit 9a30dc6863b4c44f75cd2b8855110c91c9a69d81)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7fe70dc..69af249 100644
--- a/pom.xml
+++ b/pom.xml
@@ -733,7 +733,7 @@
<skipSite>true</skipSite>
<skipTests>false</skipTests>
<skipUTs>false</skipUTs>
- <slf4j.version>1.7.21</slf4j.version>
+ <slf4j.version>1.7.30</slf4j.version>
<solr-test-framework.version>7.7.2</solr-test-framework.version>
<solr.version>7.7.2</solr.version>
<spray.version>1.3.1</spray.version>