From c361ac87ad23526fbf7f0c2573ea8de198bde065 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 21 Jan 2022 19:36:52 +0100 Subject: [PATCH] build(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.2.2 (#1543) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * build(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.2.2 * format * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * format Co-authored-by: Emily Ball Co-authored-by: Owl Bot --- .../google-http-client-findbugs-test/pom.xml | 2 +- .../com/google/api/client/http/HttpRequestTracingTest.java | 4 +--- pom.xml | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/google-http-client-findbugs/google-http-client-findbugs-test/pom.xml b/google-http-client-findbugs/google-http-client-findbugs-test/pom.xml index 1685b19e6..fe74ce25d 100644 --- a/google-http-client-findbugs/google-http-client-findbugs-test/pom.xml +++ b/google-http-client-findbugs/google-http-client-findbugs-test/pom.xml @@ -19,7 +19,7 @@ maven-jar-plugin - 3.2.0 + 3.2.2 diff --git a/google-http-client/src/test/java/com/google/api/client/http/HttpRequestTracingTest.java b/google-http-client/src/test/java/com/google/api/client/http/HttpRequestTracingTest.java index 6fc9cb37d..9618be795 100644 --- a/google-http-client/src/test/java/com/google/api/client/http/HttpRequestTracingTest.java +++ b/google-http-client/src/test/java/com/google/api/client/http/HttpRequestTracingTest.java @@ -44,9 +44,7 @@ public class HttpRequestTracingTest { public void setupTestTracer() { Tracing.getExportComponent().getSpanExporter().registerHandler("test", testHandler); TraceParams params = - Tracing.getTraceConfig() - .getActiveTraceParams() - .toBuilder() + Tracing.getTraceConfig().getActiveTraceParams().toBuilder() .setSampler(Samplers.alwaysSample()) .build(); Tracing.getTraceConfig().updateActiveTraceParams(params); diff --git a/pom.xml b/pom.xml index fd74aa23a..26b8cff40 100644 --- a/pom.xml +++ b/pom.xml @@ -315,7 +315,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.2.0 + 3.2.2