Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Important changes to data models, configuration, and migrations between each
AppEngine version, listed here to ease deployment and troubleshooting.

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

## `20250821t095300-all`
* Bump runtimeVersion to `2025.08.15`.
Expand Down
8 changes: 4 additions & 4 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ dependencies:
fake_gcloud:
path: ../pkg/fake_gcloud
gcloud: ^0.8.18
googleapis: ^13.0.0
googleapis_auth: ^1.1.0
googleapis: ^14.0.0
googleapis_auth: ^2.0.0
html: ^0.15.0
http: ^1.0.0
http_parser: ^4.0.0
indexed_blob:
intl: '^0.19.0'
intl: '^0.20.0'
json_annotation: '^4.3.0'
logging: '>=0.9.3 <2.0.0'
markdown: ^7.2.2
Expand All @@ -48,7 +48,7 @@ dependencies:
# pana version to be pinned
pana: '0.22.22'
# 3rd-party packages with pinned versions
mailer: '6.3.0'
mailer: '6.5.0'
ulid: '2.0.1'
tar: '2.0.0'
api_builder:
Expand Down
20 changes: 10 additions & 10 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ packages:
dependency: transitive
description:
name: appengine
sha256: "5b092678bc159c229fbab751afd0c0574eb7f8ec9079101c577e5790f01938c9"
sha256: "2003c596a2fc5de5f396bc150cf85d47216209305db7851b42058ac4cdd53ff9"
url: "https://pub.dev"
source: hosted
version: "0.13.10"
version: "0.13.11"
archive:
dependency: transitive
description:
Expand Down Expand Up @@ -341,18 +341,18 @@ packages:
dependency: transitive
description:
name: googleapis
sha256: "864f222aed3f2ff00b816c675edf00a39e2aaf373d728d8abec30b37bee1a81c"
sha256: "5c9e0f25be1dec13d8d2158263141104c51b5ba83487537c17a2330581e505ee"
url: "https://pub.dev"
source: hosted
version: "13.2.0"
version: "14.0.0"
googleapis_auth:
dependency: transitive
description:
name: googleapis_auth
sha256: befd71383a955535060acde8792e7efc11d2fccd03dd1d3ec434e85b68775938
sha256: b81fe352cc4a330b3710d2b7ad258d9bcef6f909bb759b306bf42973a7d046db
url: "https://pub.dev"
source: hosted
version: "1.6.0"
version: "2.0.0"
graphs:
dependency: transitive
description:
Expand Down Expand Up @@ -429,10 +429,10 @@ packages:
dependency: transitive
description:
name: intl
sha256: d6f56758b7d3014a48af9701c085700aac781a92a87a62b1333b46d8879661cf
sha256: "3df61194eb431efc39c4ceba583b95633a403f46c9fd341e550ce0bfa50e9aa5"
url: "https://pub.dev"
source: hosted
version: "0.19.0"
version: "0.20.2"
io:
dependency: transitive
description:
Expand Down Expand Up @@ -501,10 +501,10 @@ packages:
dependency: transitive
description:
name: mailer
sha256: e907087cd00719898c493f720dd326af73b00b406ab4af8e79f15d7c5fc24035
sha256: db61f51ea301e8dcbfe5894e037ccd30a6246eb0a7bcfa007aefa2fc11a8f96e
url: "https://pub.dev"
source: hosted
version: "6.3.0"
version: "6.5.0"
markdown:
dependency: transitive
description:
Expand Down