Fix #1817: log4j upgrade to 2.16.0 (#1828)

This commit is contained in:
Sriharsha Chintalapani 2021-12-17 17:09:22 -08:00 committed by GitHub
parent 5a2c97724f
commit f59841ef49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -324,7 +324,7 @@ class TableESIndex extends ElasticSearchIndex {
String tableId = table.getId().toString();
String tableName = table.getName();
String description = table.getDescription() != null ? table.getDescription() : "";
String tableType = table.getTableType() != null ? table.getTableType().toString(): "Regular";
String tableType = table.getTableType() != null ? table.getTableType().toString() : "Regular";
List<String> tags = new ArrayList<>();
List<String> columnNames = new ArrayList<>();
List<String> columnDescriptions = new ArrayList<>();

View File

@ -75,7 +75,7 @@
<spring-security-kerberos-core.version>1.0.1.RELEASE</spring-security-kerberos-core.version>
<httpclient.version>4.5.13</httpclient.version>
<spring.version>5.3.13</spring.version>
<log4j.version>2.15.0</log4j.version>
<log4j.version>2.16.0</log4j.version>
<org.junit.jupiter.version>5.8.1</org.junit.jupiter.version>
<dropwizard-health.version>1.7.1</dropwizard-health.version>
</properties>