From 418f9f2c6d9dc342bb6d302428f965cdb995587b Mon Sep 17 00:00:00 2001 From: Shreya Shah <shreya_shah@epam.com> Date: Thu, 15 Jun 2023 10:17:34 +0000 Subject: [PATCH] Upgrade Maven dependency version --- NOTICE | 4 ++-- indexer-core/pom.xml | 7 +++++++ provider/indexer-azure/pom.xml | 6 ++++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/NOTICE b/NOTICE index 5a1fa8890..e8ae1ab75 100644 --- a/NOTICE +++ b/NOTICE @@ -657,8 +657,8 @@ The following software have components provided under the terms of this license: - perfmark:perfmark-api (from https://github.com/perfmark/perfmark) - proto-google-cloud-logging-v2 (from https://github.com/googleapis/java-logging/proto-google-cloud-logging-v2, https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-cloud-logging-v2) - proto-google-cloud-pubsub-v1 (from https://github.com/googleapis/googleapis, https://github.com/googleapis/java-pubsub/proto-google-cloud-pubsub-v1) -- proto-google-common-protos (from https://github.com/googleapis/api-client-staging, https://github.com/googleapis/gapic-generator-java, https://github.com/googleapis/googleapis, https://github.com/googleapis/java-iam/proto-google-common-protos) -- proto-google-iam-v1 (from https://github.com/googleapis/gapic-generator-java, https://github.com/googleapis/googleapis, https://github.com/googleapis/java-iam/proto-google-iam-v1) +- proto-google-common-protos (from https://github.com/googleapis/api-client-staging, https://github.com/googleapis/googleapis, https://github.com/googleapis/java-iam/proto-google-common-protos, https://github.com/googleapis/sdk-platform-java) +- proto-google-iam-v1 (from https://github.com/googleapis/googleapis, https://github.com/googleapis/java-iam/proto-google-iam-v1, https://github.com/googleapis/sdk-platform-java) - rank-eval (from https://github.com/elastic/elasticsearch, https://github.com/elastic/elasticsearch.git) - resilience4j (from https://github.com/resilience4j/resilience4j, https://resilience4j.readme.io, ttps://resilience4j.readme.io) - rest (from https://github.com/elastic/elasticsearch, https://github.com/elastic/elasticsearch.git) diff --git a/indexer-core/pom.xml b/indexer-core/pom.xml index d14a690b3..da01c5dcc 100644 --- a/indexer-core/pom.xml +++ b/indexer-core/pom.xml @@ -48,6 +48,7 @@ <artifactId>snakeyaml</artifactId> </dependency> + <dependency> <groupId>org.hibernate.validator</groupId> <artifactId>hibernate-validator</artifactId> @@ -237,6 +238,12 @@ <version>2.7</version> <scope>test</scope> </dependency> + <dependency> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> + <version>2.12.2</version> + <scope>test</scope> + </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> diff --git a/provider/indexer-azure/pom.xml b/provider/indexer-azure/pom.xml index 1f1dbde79..225148b55 100644 --- a/provider/indexer-azure/pom.xml +++ b/provider/indexer-azure/pom.xml @@ -320,6 +320,12 @@ <version>${cobertura-maven-plugin.version}</version> <scope>test</scope> </dependency> + <dependency> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> + <version>2.12.2</version> + <scope>test</scope> + </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> -- GitLab