Skip to content

Commit f2f5584

Browse files
build(deps): bump com.google.cloud:google-cloud-shared-config from 1.15.0 to 1.15.1 in /benchmarks/latency-comparison/java (GoogleCloudPlatform#3107)
* build(deps): bump com.google.cloud:google-cloud-shared-config Bumps [com.google.cloud:google-cloud-shared-config](https://github.com/googleapis/java-shared-config) from 1.15.0 to 1.15.1. - [Release notes](https://github.com/googleapis/java-shared-config/releases) - [Changelog](https://github.com/googleapis/java-shared-config/blob/main/CHANGELOG.md) - [Commits](googleapis/java-shared-config@v1.15.0...v1.15.1) --- updated-dependencies: - dependency-name: com.google.cloud:google-cloud-shared-config dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * build: update formatter and formatting --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Knut Olav Løite <koloite@gmail.com>
1 parent e6f6c0c commit f2f5584

2 files changed

Lines changed: 26 additions & 13 deletions

File tree

benchmarks/latency-comparison/java/pom.xml

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<parent>
3636
<groupId>com.google.cloud</groupId>
3737
<artifactId>google-cloud-shared-config</artifactId>
38-
<version>1.15.0</version>
38+
<version>1.15.1</version>
3939
</parent>
4040

4141
<dependencyManagement>
@@ -124,6 +124,31 @@
124124
<scope>test</scope>
125125
</dependency>
126126
</dependencies>
127+
128+
<profiles>
129+
<profile>
130+
<id>format</id>
131+
<activation>
132+
<jdk>[17,)</jdk>
133+
</activation>
134+
<build>
135+
<plugins>
136+
<plugin>
137+
<groupId>com.spotify.fmt</groupId>
138+
<artifactId>fmt-maven-plugin</artifactId>
139+
<executions>
140+
<execution>
141+
<goals>
142+
<goal>format</goal>
143+
</goals>
144+
</execution>
145+
</executions>
146+
</plugin>
147+
</plugins>
148+
</build>
149+
</profile>
150+
</profiles>
151+
127152
<build>
128153
<plugins>
129154
<plugin>
@@ -135,17 +160,6 @@
135160
<cleanupDaemonThreads>false</cleanupDaemonThreads>
136161
</configuration>
137162
</plugin>
138-
<plugin>
139-
<groupId>com.coveo</groupId>
140-
<artifactId>fmt-maven-plugin</artifactId>
141-
<executions>
142-
<execution>
143-
<goals>
144-
<goal>format</goal>
145-
</goals>
146-
</execution>
147-
</executions>
148-
</plugin>
149163
</plugins>
150164
</build>
151165
</project>

benchmarks/tpcc/src/main/java/com/google/cloud/pgadapter/tpcc/BenchmarkApplication.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
import io.opentelemetry.sdk.metrics.export.MetricExporter;
3737
import io.opentelemetry.sdk.metrics.export.PeriodicMetricReader;
3838
import java.io.IOException;
39-
import java.util.UUID;
4039
import java.util.concurrent.ExecutorService;
4140
import java.util.concurrent.Executors;
4241
import java.util.concurrent.Future;

0 commit comments

Comments
 (0)