Skip to content

Commit 50e3bfb

Browse files
authored
Bump jose version (#1716)
Co-authored-by: goosedb <[email protected]>
1 parent d06a2dd commit 50e3bfb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

servant-auth/servant-auth-client/servant-auth-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ test-suite spec
7474
, transformers >= 0.4.2.0 && < 0.7
7575
, wai >= 3.2.1.2 && < 3.3
7676
, warp >= 3.2.25 && < 3.4
77-
, jose >= 0.10 && < 0.11
77+
, jose >= 0.10 && < 0.12
7878
other-modules:
7979
Servant.Auth.ClientSpec
8080
default-language: Haskell2010

servant-auth/servant-auth-server/servant-auth-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ library
4141
, data-default-class >= 0.1.2.0 && < 0.2
4242
, entropy >= 0.4.1.3 && < 0.5
4343
, http-types >= 0.12.2 && < 0.13
44-
, jose >= 0.10 && < 0.11
44+
, jose >= 0.10 && < 0.12
4545
, lens >= 4.16.1 && < 5.3
4646
, memory >= 0.14.16 && < 0.19
4747
, monad-time >= 0.3.1.0 && < 0.5

servant-auth/servant-auth/servant-auth.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ library
3636
base >= 4.10 && < 4.20
3737
, containers >= 0.6 && < 0.7
3838
, aeson >= 2.0 && < 3
39-
, jose >= 0.10 && < 0.11
39+
, jose >= 0.10 && < 0.12
4040
, lens >= 4.16.1 && < 5.3
4141
, servant >= 0.15 && < 0.21
4242
, text >= 1.2.3.0 && < 2.2

0 commit comments

Comments
 (0)