Skip to content

Commit ab56b2a

Browse files
authored
chore: Bump googleapis_auth to allow 2.0.0 release. (serverpod#3376)
1 parent 36b05ac commit ab56b2a

File tree

2 files changed

+2
-2
lines changed
  • modules/serverpod_auth/serverpod_auth_server
  • templates/pubspecs/modules/serverpod_auth/serverpod_auth_server

2 files changed

+2
-2
lines changed

modules/serverpod_auth/serverpod_auth_server/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
openid_client: ^0.4.8
1919
meta: ^1.8.0
2020
googleapis: '>=11.0.0 <15.0.0'
21-
googleapis_auth: ^1.6.0
21+
googleapis_auth: '>=1.6.0 <3.0.0'
2222
http: '>=1.0.0 <2.0.0'
2323
image: ^4.0.15
2424
jose: ^0.3.3

templates/pubspecs/modules/serverpod_auth/serverpod_auth_server/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
openid_client: ^0.4.8
1818
meta: ^1.8.0
1919
googleapis: '>=11.0.0 <15.0.0'
20-
googleapis_auth: ^1.6.0
20+
googleapis_auth: '>=1.6.0 <3.0.0'
2121
http: '>=1.0.0 <2.0.0'
2222
image: ^4.0.15
2323
jose: ^0.3.3

0 commit comments

Comments
 (0)