File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 270
270
<!-- Compile Phase -->
271
271
<plugin >
272
272
<artifactId >maven-compiler-plugin</artifactId >
273
- <version >3.8 .1</version >
273
+ <version >3.10 .1</version >
274
274
<configuration >
275
275
<source >1.7</source >
276
276
<target >1.7</target >
352
352
<plugin >
353
353
<groupId >org.sonatype.plugins</groupId >
354
354
<artifactId >nexus-staging-maven-plugin</artifactId >
355
- <version >1.6.8 </version >
355
+ <version >1.6.13 </version >
356
356
<extensions >true</extensions >
357
357
<configuration >
358
358
<serverId >ossrh</serverId >
385
385
<dependency >
386
386
<groupId >com.google.cloud</groupId >
387
387
<artifactId >libraries-bom</artifactId >
388
- <version >20.9 .0</version >
388
+ <version >25.4 .0</version >
389
389
<type >pom</type >
390
390
<scope >import</scope >
391
391
</dependency >
392
392
<dependency >
393
393
<groupId >com.google.api-client</groupId >
394
394
<artifactId >google-api-client-bom</artifactId >
395
- <version >1.34 .1</version >
395
+ <version >1.35 .1</version >
396
396
<type >pom</type >
397
397
<scope >import</scope >
398
398
</dependency >
460
460
<dependency >
461
461
<groupId >org.mockito</groupId >
462
462
<artifactId >mockito-core</artifactId >
463
- <version >2.28.2 </version >
463
+ <version >4.6.1 </version >
464
464
<scope >test</scope >
465
465
</dependency >
466
466
<dependency >
You can’t perform that action at this time.
0 commit comments