Skip to content

Commit

Permalink
Bump Java artifacts dependencies.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 480095326
Change-Id: Ieba68ae256ee2f5653eb04067a173add70110329
  • Loading branch information
ludoch authored and gae-java-bot committed Oct 10, 2022
1 parent 4c3f964 commit 2d78ac1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
<dependency>
<groupId>com.google.cloud.datastore</groupId>
<artifactId>datastore-v1-proto-client</artifactId>
<version>2.10.1</version>
<version>2.11.1</version>
</dependency>
<dependency>
<groupId>com.google.geometry</groupId>
Expand Down Expand Up @@ -449,7 +449,7 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-datastore-v1</artifactId>
<version>0.101.1</version>
<version>0.102.1</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand All @@ -464,7 +464,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.9.0</version>
<version>2.9.1</version>
</dependency>
<dependency>
<groupId>com.google.flogger</groupId>
Expand Down Expand Up @@ -506,12 +506,12 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.21.5</version>
<version>3.21.7</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.21.5</version>
<version>3.21.7</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
Expand Down Expand Up @@ -651,7 +651,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.13.3</version>
<version>2.13.4</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
Expand Down Expand Up @@ -703,7 +703,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>4.5.1</version>
<version>4.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -761,7 +761,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
<configuration>
<failOnWarnings>false</failOnWarnings>
<doclint>none</doclint>
Expand Down Expand Up @@ -800,7 +800,7 @@
https://github.com/protocolbuffers/protobuf/blob/master/java/pom.xml#L7
Read https://github.com/os72/protoc-jar-maven-plugin/issues/107 for context.
-->
<protocVersion>3.21.5</protocVersion>
<protocVersion>3.21.7</protocVersion>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -850,7 +850,7 @@
<!-- Call mvn versions:display-plugin-updates -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.11.0</version>
<version>2.12.0</version>
</plugin>
</plugins>
</reporting>
Expand Down

0 comments on commit 2d78ac1

Please sign in to comment.