From 3950cdb58a8114b7eb5dce518e04d83ded3ed4d5 Mon Sep 17 00:00:00 2001 From: Suresh Srinivas Date: Thu, 7 Dec 2023 19:29:16 -0800 Subject: [PATCH] Update dependencies and plugins (#14309) --- openmetadata-clients/openmetadata-java-client/pom.xml | 2 +- openmetadata-service/pom.xml | 6 +++--- .../service/jdbi3/DataInsightChartRepository.java | 3 ++- .../searchindex/SearchIndexResourceTest.java | 2 +- openmetadata-ui/pom.xml | 2 +- pom.xml | 11 ++++------- 6 files changed, 12 insertions(+), 14 deletions(-) diff --git a/openmetadata-clients/openmetadata-java-client/pom.xml b/openmetadata-clients/openmetadata-java-client/pom.xml index d9b4f682804..dd76d0b6a5f 100644 --- a/openmetadata-clients/openmetadata-java-client/pom.xml +++ b/openmetadata-clients/openmetadata-java-client/pom.xml @@ -18,7 +18,7 @@ 13.1 0.2.6 8.3.3 - 2.1.18 + 2.1.19 1.3.5 diff --git a/openmetadata-service/pom.xml b/openmetadata-service/pom.xml index dbfe61b9d14..fdf05a1fad9 100644 --- a/openmetadata-service/pom.xml +++ b/openmetadata-service/pom.xml @@ -15,8 +15,8 @@ ${project.basedir}/target/surefire-reports ${project.basedir}/target/site/jacoco-aggregate/jacoco.xml ${project.basedir}/src/test/java - 1.19.2 - 2.21.26 + 1.19.3 + 2.21.40 0.5.11 2.9.0 2.2.6 @@ -296,7 +296,7 @@ org.opensearch opensearch-testcontainers - 2.0.0 + 2.0.1 test diff --git a/openmetadata-service/src/main/java/org/openmetadata/service/jdbi3/DataInsightChartRepository.java b/openmetadata-service/src/main/java/org/openmetadata/service/jdbi3/DataInsightChartRepository.java index 8a234e1f0cc..8e57d42ecae 100644 --- a/openmetadata-service/src/main/java/org/openmetadata/service/jdbi3/DataInsightChartRepository.java +++ b/openmetadata-service/src/main/java/org/openmetadata/service/jdbi3/DataInsightChartRepository.java @@ -1,5 +1,6 @@ package org.openmetadata.service.jdbi3; +import static org.openmetadata.common.utils.CommonUtil.listOf; import static org.openmetadata.service.Entity.DATA_INSIGHT_CHART; import java.util.Arrays; @@ -62,7 +63,7 @@ public class DataInsightChartRepository extends EntityRepository SUPPORTS_NULL_DATE_RANGE = - Arrays.asList(DataInsightChartResult.DataInsightChartType.UNUSED_ASSETS.toString()); + listOf(DataInsightChartResult.DataInsightChartType.UNUSED_ASSETS.toString()); public DataInsightChartRepository() { super( diff --git a/openmetadata-service/src/test/java/org/openmetadata/service/resources/searchindex/SearchIndexResourceTest.java b/openmetadata-service/src/test/java/org/openmetadata/service/resources/searchindex/SearchIndexResourceTest.java index 2548c0ca018..8f25d8e863f 100644 --- a/openmetadata-service/src/test/java/org/openmetadata/service/resources/searchindex/SearchIndexResourceTest.java +++ b/openmetadata-service/src/test/java/org/openmetadata/service/resources/searchindex/SearchIndexResourceTest.java @@ -125,7 +125,7 @@ public class SearchIndexResourceTest extends EntityResourceTest searchIndexFields = - Arrays.asList( + List.of( new SearchIndexField() .withName("tableSearchIndex") .withDataType(SearchIndexDataType.NESTED) diff --git a/openmetadata-ui/pom.xml b/openmetadata-ui/pom.xml index 245b2bda4e1..febc00e9776 100644 --- a/openmetadata-ui/pom.xml +++ b/openmetadata-ui/pom.xml @@ -91,7 +91,7 @@ com.github.eirslett frontend-maven-plugin - 1.11.3 + 1.12.1 diff --git a/pom.xml b/pom.xml index ebf54411326..e138fabed73 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ UTF-8 - 5.7.0 + 5.8.0 1.7.36 2.16.0 @@ -96,9 +96,9 @@ 0.8.10 3.37.1 1.6.0 - 2.15.0 + 2.15.1 9.22.3 - 2.1.0.22 + 2.1.0.23 2.10.1 8.0.33 42.6.0 @@ -106,9 +106,6 @@ 2.6 1.18.30 10.1.10 - 7.17.14 2.5.0 4.1.5 @@ -144,7 +141,7 @@ 2.3.32 1.6.4 0.10.2 - 8.3.1 + 8.3.3 1.8.0 3.0.1 6.0.10