Skip to content

Commit 2ee8ced

Browse files
chore(deps): bump google-api-client-bom from 1.35.0 to 1.35.1
Bumps [google-api-client-bom](https://github.com/googleapis/google-api-java-client) from 1.35.0 to 1.35.1. - [Release notes](https://github.com/googleapis/google-api-java-client/releases) - [Changelog](https://github.com/googleapis/google-api-java-client/blob/main/CHANGELOG.md) - [Commits](googleapis/google-api-java-client@v1.35.0...v1.35.1) --- updated-dependencies: - dependency-name: com.google.api-client:google-api-client-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 078ec13 commit 2ee8ced

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
<!-- Compile Phase -->
271271
<plugin>
272272
<artifactId>maven-compiler-plugin</artifactId>
273-
<version>3.8.1</version>
273+
<version>3.10.1</version>
274274
<configuration>
275275
<source>1.7</source>
276276
<target>1.7</target>
@@ -352,7 +352,7 @@
352352
<plugin>
353353
<groupId>org.sonatype.plugins</groupId>
354354
<artifactId>nexus-staging-maven-plugin</artifactId>
355-
<version>1.6.8</version>
355+
<version>1.6.13</version>
356356
<extensions>true</extensions>
357357
<configuration>
358358
<serverId>ossrh</serverId>
@@ -385,14 +385,14 @@
385385
<dependency>
386386
<groupId>com.google.cloud</groupId>
387387
<artifactId>libraries-bom</artifactId>
388-
<version>20.9.0</version>
388+
<version>25.4.0</version>
389389
<type>pom</type>
390390
<scope>import</scope>
391391
</dependency>
392392
<dependency>
393393
<groupId>com.google.api-client</groupId>
394394
<artifactId>google-api-client-bom</artifactId>
395-
<version>1.34.1</version>
395+
<version>1.35.1</version>
396396
<type>pom</type>
397397
<scope>import</scope>
398398
</dependency>
@@ -460,7 +460,7 @@
460460
<dependency>
461461
<groupId>org.mockito</groupId>
462462
<artifactId>mockito-core</artifactId>
463-
<version>2.28.2</version>
463+
<version>4.6.1</version>
464464
<scope>test</scope>
465465
</dependency>
466466
<dependency>

0 commit comments

Comments
 (0)