Skip to content

Commit 5ea15c8

Browse files
committed
bump jose
1 parent d06a2dd commit 5ea15c8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: servant-auth-client
3-
version: 0.4.1.1
3+
version: 0.5.0.0
44
synopsis: servant-client/servant-auth compatibility
55
description: This package provides instances that allow generating clients from
66
<https://hackage.haskell.org/package/servant servant>
@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: servant-auth-server
3-
version: 0.4.8.0
3+
version: 0.5.0.0
44
synopsis: servant-server/servant-auth compatibility
55
description: This package provides the required instances for using the @Auth@ combinator
66
in your 'servant' server.
@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: servant-auth
3-
version: 0.4.1.0
3+
version: 0.5.0.0
44
synopsis: Authentication combinators for servant
55
description: This package provides an @Auth@ combinator for 'servant'. This combinator
66
allows using different authentication schemes in a straightforward way,
@@ -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)