Skip to content

Commit d474278

Browse files
committed
Merge pull request #347 from renovate-bot:renovate/all-minor-patch
PiperOrigin-RevId: 732760665 Change-Id: Ia5516a33dfac848d54d9d83f661b66491aa24b50
2 parents cfc508d + a8c8239 commit d474278

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

applications/proberapp/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<DB_REGION>us-central1</DB_REGION>
3939
<DB_USER>prober-user</DB_USER>
4040
<DB_PASSOWRD>prober_connectivity_test_database</DB_PASSOWRD>
41-
<gax.version>2.61.0</gax.version>
41+
<gax.version>2.62.0</gax.version>
4242
<appengine.target.version>${project.version}</appengine.target.version>
4343
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4444
<appengine.runtime.location>target/${project.artifactId}-${project.version}</appengine.runtime.location>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>com.google.cloud</groupId>
6060
<artifactId>google-cloud-spanner</artifactId>
61-
<version>6.87.0</version>
61+
<version>6.88.0</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.google.appengine</groupId>
@@ -116,27 +116,27 @@
116116
<dependency>
117117
<groupId>com.google.cloud</groupId>
118118
<artifactId>google-cloud-bigquery</artifactId>
119-
<version>2.48.0</version>
119+
<version>2.48.1</version>
120120
</dependency>
121121
<dependency>
122122
<groupId>com.google.cloud</groupId>
123123
<artifactId>google-cloud-core</artifactId>
124-
<version>2.51.0</version>
124+
<version>2.52.0</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>com.google.cloud</groupId>
128128
<artifactId>google-cloud-datastore</artifactId>
129-
<version>2.26.3</version>
129+
<version>2.26.4</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>com.google.cloud</groupId>
133133
<artifactId>google-cloud-logging</artifactId>
134-
<version>3.21.3</version>
134+
<version>3.21.4</version>
135135
</dependency>
136136
<dependency>
137137
<groupId>com.google.cloud</groupId>
138138
<artifactId>google-cloud-storage</artifactId>
139-
<version>2.48.2</version>
139+
<version>2.49.0</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>com.google.cloud.sql</groupId>

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
<jetty.version>9.4.57.v20241219</jetty.version>
6868
<jetty12.version>12.0.16</jetty12.version>
6969
<io.grpc>1.70.0</io.grpc>
70-
<io.netty>4.1.118.Final</io.netty>
71-
<slf4j.version>2.0.16</slf4j.version>
70+
<io.netty>4.1.119.Final</io.netty>
71+
<slf4j.version>2.0.17</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>
7474
<distributionManagement.release.url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</distributionManagement.release.url>
@@ -460,7 +460,7 @@
460460
<dependency>
461461
<groupId>com.google.http-client</groupId>
462462
<artifactId>google-http-client</artifactId>
463-
<version>1.46.2</version>
463+
<version>1.46.3</version>
464464
</dependency>
465465
<dependency>
466466
<groupId>com.google.http-client</groupId>
@@ -591,7 +591,7 @@
591591
<dependency>
592592
<groupId>com.google.http-client</groupId>
593593
<artifactId>google-http-client-appengine</artifactId>
594-
<version>1.46.2</version>
594+
<version>1.46.3</version>
595595
</dependency>
596596
<dependency>
597597
<groupId>com.google.oauth-client</groupId>
@@ -667,7 +667,7 @@
667667
<dependency>
668668
<groupId>com.fasterxml.jackson.core</groupId>
669669
<artifactId>jackson-core</artifactId>
670-
<version>2.18.2</version>
670+
<version>2.18.3</version>
671671
</dependency>
672672
<dependency>
673673
<groupId>joda-time</groupId>
@@ -726,7 +726,7 @@
726726
<dependency>
727727
<groupId>com.google.cloud</groupId>
728728
<artifactId>google-cloud-logging</artifactId>
729-
<version>3.21.3</version>
729+
<version>3.21.4</version>
730730
</dependency>
731731
</dependencies>
732732
</dependencyManagement>

0 commit comments

Comments
 (0)