Skip to content

Commit 8497684

Browse files
authored
Upgrade dependencies incl. googleapis and googleapis_auth (#8915)
1 parent 4f4ad8d commit 8497684

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Important changes to data models, configuration, and migrations between each
22
AppEngine version, listed here to ease deployment and troubleshooting.
33

44
## Next Release (replace with git tag when deployed)
5+
* Bump runtimeVersion to `2025.08.25`.
6+
* Upgraded dependencies (incl. `googleapis` and `googleapis_auth`)
57

68
## `20250821t095300-all`
79
* Bump runtimeVersion to `2025.08.15`.

app/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ dependencies:
1717
fake_gcloud:
1818
path: ../pkg/fake_gcloud
1919
gcloud: ^0.8.18
20-
googleapis: ^13.0.0
21-
googleapis_auth: ^1.1.0
20+
googleapis: ^14.0.0
21+
googleapis_auth: ^2.0.0
2222
html: ^0.15.0
2323
http: ^1.0.0
2424
http_parser: ^4.0.0
2525
indexed_blob:
26-
intl: '^0.19.0'
26+
intl: '^0.20.0'
2727
json_annotation: '^4.3.0'
2828
logging: '>=0.9.3 <2.0.0'
2929
markdown: ^7.2.2
@@ -48,7 +48,7 @@ dependencies:
4848
# pana version to be pinned
4949
pana: '0.22.22'
5050
# 3rd-party packages with pinned versions
51-
mailer: '6.3.0'
51+
mailer: '6.5.0'
5252
ulid: '2.0.1'
5353
tar: '2.0.0'
5454
api_builder:

pubspec.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ packages:
2929
dependency: transitive
3030
description:
3131
name: appengine
32-
sha256: "5b092678bc159c229fbab751afd0c0574eb7f8ec9079101c577e5790f01938c9"
32+
sha256: "2003c596a2fc5de5f396bc150cf85d47216209305db7851b42058ac4cdd53ff9"
3333
url: "https://pub.dev"
3434
source: hosted
35-
version: "0.13.10"
35+
version: "0.13.11"
3636
archive:
3737
dependency: transitive
3838
description:
@@ -341,18 +341,18 @@ packages:
341341
dependency: transitive
342342
description:
343343
name: googleapis
344-
sha256: "864f222aed3f2ff00b816c675edf00a39e2aaf373d728d8abec30b37bee1a81c"
344+
sha256: "5c9e0f25be1dec13d8d2158263141104c51b5ba83487537c17a2330581e505ee"
345345
url: "https://pub.dev"
346346
source: hosted
347-
version: "13.2.0"
347+
version: "14.0.0"
348348
googleapis_auth:
349349
dependency: transitive
350350
description:
351351
name: googleapis_auth
352-
sha256: befd71383a955535060acde8792e7efc11d2fccd03dd1d3ec434e85b68775938
352+
sha256: b81fe352cc4a330b3710d2b7ad258d9bcef6f909bb759b306bf42973a7d046db
353353
url: "https://pub.dev"
354354
source: hosted
355-
version: "1.6.0"
355+
version: "2.0.0"
356356
graphs:
357357
dependency: transitive
358358
description:
@@ -429,10 +429,10 @@ packages:
429429
dependency: transitive
430430
description:
431431
name: intl
432-
sha256: d6f56758b7d3014a48af9701c085700aac781a92a87a62b1333b46d8879661cf
432+
sha256: "3df61194eb431efc39c4ceba583b95633a403f46c9fd341e550ce0bfa50e9aa5"
433433
url: "https://pub.dev"
434434
source: hosted
435-
version: "0.19.0"
435+
version: "0.20.2"
436436
io:
437437
dependency: transitive
438438
description:
@@ -501,10 +501,10 @@ packages:
501501
dependency: transitive
502502
description:
503503
name: mailer
504-
sha256: e907087cd00719898c493f720dd326af73b00b406ab4af8e79f15d7c5fc24035
504+
sha256: db61f51ea301e8dcbfe5894e037ccd30a6246eb0a7bcfa007aefa2fc11a8f96e
505505
url: "https://pub.dev"
506506
source: hosted
507-
version: "6.3.0"
507+
version: "6.5.0"
508508
markdown:
509509
dependency: transitive
510510
description:

0 commit comments

Comments
 (0)