Skip to content

Commit

Permalink
Various Maven dependency upgrades.
Browse files Browse the repository at this point in the history
Fix #23

PiperOrigin-RevId: 539994818
Change-Id: Ic6eb62982532f534b6cb73f366b06d3668105c73
  • Loading branch information
ludoch authored and gae-java-bot committed Jun 13, 2023
1 parent 332e8a6 commit d0567fc
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
54 changes: 27 additions & 27 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<version>3.3.0</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -155,7 +155,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
<configuration>
<gpgArguments>
<arg>--batch</arg>
Expand Down Expand Up @@ -195,7 +195,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M9</version>
<version>3.1.0</version>
<configuration>
<systemPropertyVariables>
<appengine.runtime.dir>../deployment/target/runtime-deployment-${project.version}</appengine.runtime.dir>
Expand All @@ -221,7 +221,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M9</version>
<version>3.1.0</version>
<configuration>
<systemPropertyVariables>
<appengine.runtime.dir>../deployment/target/runtime-deployment-${project.version}</appengine.runtime.dir>
Expand Down Expand Up @@ -386,7 +386,7 @@
<dependency>
<groupId>com.google.cloud.datastore</groupId>
<artifactId>datastore-v1-proto-client</artifactId>
<version>2.14.3</version>
<version>2.14.7</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.105.2</version>
<version>0.105.3</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down Expand Up @@ -480,17 +480,17 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.1-jre</version>
<version>32.0.0-jre</version>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.18.0</version>
<version>2.19.1</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.43.1</version>
<version>1.43.2</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
Expand Down Expand Up @@ -541,7 +541,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.9.1</version>
<version>3.9.2</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
Expand All @@ -551,18 +551,18 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.8.2</version>
<version>3.9.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>3.9.1</version>
<version>3.9.2</version>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.33.0</version>
<version>3.35.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -596,7 +596,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.15.4</version>
<version>1.16.1</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
Expand All @@ -616,7 +616,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-appengine</artifactId>
<version>1.43.1</version>
<version>1.43.2</version>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
Expand All @@ -626,22 +626,22 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-api</artifactId>
<version>1.54.1</version>
<version>1.55.1</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
<version>1.54.1</version>
<version>1.55.1</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<version>1.54.1</version>
<version>1.55.1</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty</artifactId>
<version>1.54.1</version>
<version>1.55.1</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
Expand All @@ -651,7 +651,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.15.0</version>
<version>2.15.2</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
Expand All @@ -672,19 +672,19 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-testlib</artifactId>
<version>31.1-jre</version>
<version>32.0.0-jre</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.truth.extensions</groupId>
<artifactId>truth-java8-extension</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -741,7 +741,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<version>3.3.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -756,7 +756,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -770,7 +770,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<configuration>
<useReleaseProfile>false</useReleaseProfile>
<goals>deploy</goals>
Expand Down Expand Up @@ -821,7 +821,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<configuration>
<excludedGroups>com.google.appengine</excludedGroups>
<useMissingFile>true</useMissingFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ public void testTraceEnabled() throws InvalidProtocolBufferException {

TraceEventsProto traceEvents =
TraceEventsProto.parseFrom(
upResponse.getSerializedTrace(), ExtensionRegistry.getGeneratedRegistry());
upResponse.getSerializedTrace(), ExtensionRegistry.getEmptyRegistry());

assertThat(traceEvents.getSpanEventsCount()).isEqualTo(1);

Expand Down Expand Up @@ -331,7 +331,7 @@ public void testTraceEnabledBadURL() throws InvalidProtocolBufferException {

TraceEventsProto traceEvents =
TraceEventsProto.parseFrom(
upResponse.getSerializedTrace(), ExtensionRegistry.getGeneratedRegistry());
upResponse.getSerializedTrace(), ExtensionRegistry.getEmptyRegistry());
StartSpanProto startSpan = traceEvents.getSpanEvents(0).getEvent(0).getStartSpan();
assertThat(startSpan.getName()).isEqualTo("Unparsable URL");
}
Expand Down

0 comments on commit d0567fc

Please sign in to comment.