Skip to content

Commit 2d78ac1

Browse files
ludochgae-java-bot
authored andcommitted
Bump Java artifacts dependencies.
PiperOrigin-RevId: 480095326 Change-Id: Ieba68ae256ee2f5653eb04067a173add70110329
1 parent 4c3f964 commit 2d78ac1

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@
386386
<dependency>
387387
<groupId>com.google.cloud.datastore</groupId>
388388
<artifactId>datastore-v1-proto-client</artifactId>
389-
<version>2.10.1</version>
389+
<version>2.11.1</version>
390390
</dependency>
391391
<dependency>
392392
<groupId>com.google.geometry</groupId>
@@ -449,7 +449,7 @@
449449
<dependency>
450450
<groupId>com.google.api.grpc</groupId>
451451
<artifactId>proto-google-cloud-datastore-v1</artifactId>
452-
<version>0.101.1</version>
452+
<version>0.102.1</version>
453453
</dependency>
454454
<dependency>
455455
<groupId>com.google.api.grpc</groupId>
@@ -464,7 +464,7 @@
464464
<dependency>
465465
<groupId>com.google.code.gson</groupId>
466466
<artifactId>gson</artifactId>
467-
<version>2.9.0</version>
467+
<version>2.9.1</version>
468468
</dependency>
469469
<dependency>
470470
<groupId>com.google.flogger</groupId>
@@ -506,12 +506,12 @@
506506
<dependency>
507507
<groupId>com.google.protobuf</groupId>
508508
<artifactId>protobuf-java</artifactId>
509-
<version>3.21.5</version>
509+
<version>3.21.7</version>
510510
</dependency>
511511
<dependency>
512512
<groupId>com.google.protobuf</groupId>
513513
<artifactId>protobuf-java-util</artifactId>
514-
<version>3.21.5</version>
514+
<version>3.21.7</version>
515515
</dependency>
516516
<dependency>
517517
<groupId>javax.activation</groupId>
@@ -651,7 +651,7 @@
651651
<dependency>
652652
<groupId>com.fasterxml.jackson.core</groupId>
653653
<artifactId>jackson-core</artifactId>
654-
<version>2.13.3</version>
654+
<version>2.13.4</version>
655655
</dependency>
656656
<dependency>
657657
<groupId>joda-time</groupId>
@@ -703,7 +703,7 @@
703703
<dependency>
704704
<groupId>org.mockito</groupId>
705705
<artifactId>mockito-junit-jupiter</artifactId>
706-
<version>4.5.1</version>
706+
<version>4.8.0</version>
707707
<scope>test</scope>
708708
</dependency>
709709
<dependency>
@@ -761,7 +761,7 @@
761761
<plugin>
762762
<groupId>org.apache.maven.plugins</groupId>
763763
<artifactId>maven-javadoc-plugin</artifactId>
764-
<version>3.4.0</version>
764+
<version>3.4.1</version>
765765
<configuration>
766766
<failOnWarnings>false</failOnWarnings>
767767
<doclint>none</doclint>
@@ -800,7 +800,7 @@
800800
https://github.com/protocolbuffers/protobuf/blob/master/java/pom.xml#L7
801801
Read https://github.com/os72/protoc-jar-maven-plugin/issues/107 for context.
802802
-->
803-
<protocVersion>3.21.5</protocVersion>
803+
<protocVersion>3.21.7</protocVersion>
804804
</configuration>
805805
</plugin>
806806
<plugin>
@@ -850,7 +850,7 @@
850850
<!-- Call mvn versions:display-plugin-updates -->
851851
<groupId>org.codehaus.mojo</groupId>
852852
<artifactId>versions-maven-plugin</artifactId>
853-
<version>2.11.0</version>
853+
<version>2.12.0</version>
854854
</plugin>
855855
</plugins>
856856
</reporting>

0 commit comments

Comments
 (0)