Skip to content

Commit

Permalink
Bump some Maven dependencies to latest.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 592288455
Change-Id: Ifcabf5bdc3176f413294b564389d158bf75b1170
  • Loading branch information
ludoch authored and gae-java-bot committed Dec 19, 2023
1 parent 802c715 commit 8cb0bf1
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 @@ -234,7 +234,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.2</version>
<configuration>
<systemPropertyVariables>
<appengine.runtime.dir>../deployment/target/runtime-deployment-${project.version}</appengine.runtime.dir>
Expand Down Expand Up @@ -468,12 +468,12 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-datastore-v1</artifactId>
<version>0.108.0</version>
<version>0.108.5</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
<version>2.28.0</version>
<version>2.29.0</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
Expand Down Expand Up @@ -615,7 +615,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.16.2</version>
<version>1.17.1</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
Expand Down Expand Up @@ -645,22 +645,22 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-api</artifactId>
<version>1.59.0</version>
<version>1.59.1</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
<version>1.59.0</version>
<version>1.59.1</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<version>1.59.0</version>
<version>1.59.1</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty</artifactId>
<version>1.59.0</version>
<version>1.59.1</version>
</dependency>
<!-- io.netty are transitive deps needed by io.grpc-->
<dependency>
Expand Down Expand Up @@ -770,7 +770,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging</artifactId>
<version>3.15.8</version>
<version>3.15.13</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -925,7 +925,7 @@
<!-- Call mvn versions:display-plugin-updates -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.16.1</version>
<version>2.16.2</version>
</plugin>
</plugins>
</reporting>
Expand Down

0 comments on commit 8cb0bf1

Please sign in to comment.