diff --git a/changes.txt b/changes.txt
--- a/changes.txt
+++ b/changes.txt
@@ -1,3 +1,9 @@
+1.5.3.0
+-------
+
+- ven 22 ott 2021, 23:11:12
+- Bumped dependencies
+
 1.5.2.0
 -------
 
diff --git a/issues.txt b/issues.txt
--- a/issues.txt
+++ b/issues.txt
@@ -27,7 +27,7 @@
         [request]
     36  Consider using https://github.com/github/semantic ? [design]
     45  lowercase does not work (not recognised, .r vs. .R) [bug]
-   118  rst parser doesn't respect whitespace or paragraphs. How to
+   119  rst parser doesn't respect whitespace or paragraphs. How to
         implement this without breaking other parsers? [bug] [design]
  
 src/Main.hs
diff --git a/lentil.cabal b/lentil.cabal
--- a/lentil.cabal
+++ b/lentil.cabal
@@ -1,5 +1,5 @@
 name:                lentil
-version:             1.5.2.0
+version:             1.5.3.0
 synopsis:            frugal issue tracker
 description:         minumum effort, cohesive issue tracker based on
                      ubiquitous @TODO@s and @FIXME@s conventions.
@@ -74,7 +74,7 @@
                        directory    >= 1.2 && < 1.4,
                        filemanip==0.3.*,
                        filepath==1.4.*,
-                       megaparsec >= 8.0 && < 9.1,
+                       megaparsec >= 8.0 && < 9.3,
                        mtl == 2.2.*,
                        natural-sort==0.1.*,
                        optparse-applicative >= 0.16 && < 0.17,
@@ -110,7 +110,7 @@
                        dlist >= 0.8 && < 1.1,
                        filemanip==0.3.*,
                        filepath==1.4.*,
-                       megaparsec >= 8.0 && < 9.1,
+                       megaparsec >= 8.0 && < 9.3,
                        mtl == 2.2.*,
                        natural-sort==0.1.*,
                        optparse-applicative >= 0.16 && < 0.17,
diff --git a/src/Main.hs b/src/Main.hs
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -37,7 +37,7 @@
                                    short 'v'      S.<>
                                    help "show version and copyright info" )
     where
-          versionCopy = "\nlentil - frugal issue tracker, version 1.5.2.0\n\
+          versionCopy = "\nlentil - frugal issue tracker, version 1.5.3.0\n\
                         \(C) 2015-2021 Francesco Ariis - http://www.ariis.it\n\
                         \released under the GNU General Public License v3\n"
 
