Skip to content

Commit 9647557

Browse files
ludochgae-java-bot
authored andcommitted
Update various dependencies in pom.xml.
PiperOrigin-RevId: 859126011 Change-Id: I80f484ddf3fe876209ee054572e0ee75ed05d8ce
1 parent 172d717 commit 9647557

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<jetty12.version>12.0.31</jetty12.version>
7373
<jetty121.version>12.1.5</jetty121.version>
7474
<slf4j.version>2.0.17</slf4j.version>
75-
<protoc.version>4.33.2</protoc.version>
75+
<protoc.version>4.33.4</protoc.version>
7676
<distributionManagement.snapshot.url>https://oss.sonatype.org/content/repositories/google-snapshots/</distributionManagement.snapshot.url>
7777
<distributionManagement.snapshot.id>sonatype-nexus-snapshots</distributionManagement.snapshot.id>
7878
<distributionManagement.release.url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</distributionManagement.release.url>
@@ -382,7 +382,7 @@
382382
<dependency>
383383
<groupId>com.google.cloud.datastore</groupId>
384384
<artifactId>datastore-v1-proto-client</artifactId>
385-
<version>2.33.0</version>
385+
<version>2.33.1</version>
386386
</dependency>
387387
<dependency>
388388
<groupId>com.google.geometry</groupId>
@@ -445,12 +445,12 @@
445445
<dependency>
446446
<groupId>com.google.api.grpc</groupId>
447447
<artifactId>proto-google-cloud-datastore-v1</artifactId>
448-
<version>0.124.0</version>
448+
<version>0.124.1</version>
449449
</dependency>
450450
<dependency>
451451
<groupId>com.google.api.grpc</groupId>
452452
<artifactId>proto-google-common-protos</artifactId>
453-
<version>2.63.1</version>
453+
<version>2.64.1</version>
454454
</dependency>
455455
<dependency>
456456
<groupId>com.google.code.findbugs</groupId>
@@ -486,7 +486,7 @@
486486
<dependency>
487487
<groupId>com.google.http-client</groupId>
488488
<artifactId>google-http-client</artifactId>
489-
<version>1.47.1</version>
489+
<version>2.0.3</version>
490490
</dependency>
491491
<dependency>
492492
<groupId>com.google.http-client</groupId>
@@ -611,7 +611,7 @@
611611
<dependency>
612612
<groupId>com.google.http-client</groupId>
613613
<artifactId>google-http-client-appengine</artifactId>
614-
<version>1.47.1</version>
614+
<version>2.0.3</version>
615615
</dependency>
616616
<dependency>
617617
<groupId>com.google.oauth-client</groupId>
@@ -636,7 +636,7 @@
636636
<dependency>
637637
<groupId>org.json</groupId>
638638
<artifactId>json</artifactId>
639-
<version>20250107</version>
639+
<version>20251224</version>
640640
</dependency>
641641
<dependency>
642642
<groupId>commons-codec</groupId>

0 commit comments

Comments
 (0)