diff --git a/pandoc-server/pandoc-server.cabal b/pandoc-server/pandoc-server.cabal index 9ba5d46dd..89bd76daf 100644 --- a/pandoc-server/pandoc-server.cabal +++ b/pandoc-server/pandoc-server.cabal @@ -52,7 +52,7 @@ library build-depends: pandoc >= 3.9 && < 3.10, pandoc-types >= 1.22 && < 1.24, containers >= 0.6.0.1 && < 0.9, - aeson >= 2.0 && < 2.3, + aeson >= 2.0 && < 2.4, bytestring >= 0.9 && < 0.13, base64-bytestring >= 0.1 && < 1.3, doctemplates >= 0.11 && < 0.12, diff --git a/pandoc.cabal b/pandoc.cabal index a2ea459fc..a7c0ef41d 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -511,7 +511,7 @@ library build-depends: xml-light, Glob >= 0.7 && < 0.11, JuicyPixels >= 3.1.6.1 && < 3.4, - aeson >= 2.0.1.0 && < 2.3, + aeson >= 2.0.1.0 && < 2.4, aeson-pretty >= 0.8.9 && < 0.9, array >= 0.5 && < 0.6, attoparsec >= 0.12 && < 0.15,