Skip to content

Commit

Permalink
Copybara import of the project:
Browse files Browse the repository at this point in the history
--
c67d792 by Mend Renovate <[email protected]>:

Update all non-major dependencies

COPYBARA_INTEGRATE_REVIEW=#332 from renovate-bot:renovate/all-minor-patch c67d792
PiperOrigin-RevId: 717385674
Change-Id: I8d2280c49d08f8e8fa98f5f4af0ee3707d68b35e
  • Loading branch information
renovate-bot authored and gae-java-bot committed Jan 20, 2025
1 parent afdb4fe commit a95b30d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions applications/proberapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
<version>2.45.0</version>
<version>2.46.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand All @@ -126,12 +126,12 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datastore</artifactId>
<version>2.25.2</version>
<version>2.25.3</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging</artifactId>
<version>3.21.0</version>
<version>3.21.1</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jetty.version>9.4.57.v20241219</jetty.version>
<jetty12.version>12.0.16</jetty12.version>
<io.grpc>1.69.0</io.grpc>
<io.netty>4.1.116.Final</io.netty>
<io.grpc>1.69.1</io.grpc>
<io.netty>4.1.117.Final</io.netty>
<slf4j.version>2.0.16</slf4j.version>
<distributionManagement.snapshot.url>https://oss.sonatype.org/content/repositories/google-snapshots/</distributionManagement.snapshot.url>
<distributionManagement.snapshot.id>sonatype-nexus-snapshots</distributionManagement.snapshot.id>
Expand Down Expand Up @@ -726,7 +726,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging</artifactId>
<version>3.21.0</version>
<version>3.21.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit a95b30d

Please sign in to comment.