Skip to content

Commit

Permalink
build(deps): update dependency org.apache.maven.plugins:maven-jar-plu…
Browse files Browse the repository at this point in the history
…gin to v3.2.2 (#1543)

* 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 <emilyball@google.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Jan 21, 2022
1 parent 8bd09c7 commit c361ac8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Expand Up @@ -19,7 +19,7 @@
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.2</version>
<configuration>
<archive>
<manifestEntries>
Expand Down
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -315,7 +315,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.2</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit c361ac8

Please sign in to comment.