Skip to content

Commit a95b30d

Browse files
renovate-botgae-java-bot
authored andcommitted
Copybara import of the project:
-- c67d792 by Mend Renovate <bot@renovateapp.com>: Update all non-major dependencies COPYBARA_INTEGRATE_REVIEW=#332 from renovate-bot:renovate/all-minor-patch c67d792 PiperOrigin-RevId: 717385674 Change-Id: I8d2280c49d08f8e8fa98f5f4af0ee3707d68b35e
1 parent afdb4fe commit a95b30d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

applications/proberapp/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<dependency>
117117
<groupId>com.google.cloud</groupId>
118118
<artifactId>google-cloud-bigquery</artifactId>
119-
<version>2.45.0</version>
119+
<version>2.46.0</version>
120120
</dependency>
121121
<dependency>
122122
<groupId>com.google.cloud</groupId>
@@ -126,12 +126,12 @@
126126
<dependency>
127127
<groupId>com.google.cloud</groupId>
128128
<artifactId>google-cloud-datastore</artifactId>
129-
<version>2.25.2</version>
129+
<version>2.25.3</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>com.google.cloud</groupId>
133133
<artifactId>google-cloud-logging</artifactId>
134-
<version>3.21.0</version>
134+
<version>3.21.1</version>
135135
</dependency>
136136
<dependency>
137137
<groupId>com.google.cloud</groupId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6767
<jetty.version>9.4.57.v20241219</jetty.version>
6868
<jetty12.version>12.0.16</jetty12.version>
69-
<io.grpc>1.69.0</io.grpc>
70-
<io.netty>4.1.116.Final</io.netty>
69+
<io.grpc>1.69.1</io.grpc>
70+
<io.netty>4.1.117.Final</io.netty>
7171
<slf4j.version>2.0.16</slf4j.version>
7272
<distributionManagement.snapshot.url>https://oss.sonatype.org/content/repositories/google-snapshots/</distributionManagement.snapshot.url>
7373
<distributionManagement.snapshot.id>sonatype-nexus-snapshots</distributionManagement.snapshot.id>
@@ -726,7 +726,7 @@
726726
<dependency>
727727
<groupId>com.google.cloud</groupId>
728728
<artifactId>google-cloud-logging</artifactId>
729-
<version>3.21.0</version>
729+
<version>3.21.1</version>
730730
</dependency>
731731
</dependencies>
732732
</dependencyManagement>

0 commit comments

Comments
 (0)