adapt POM
diff --git a/project-template.pom b/project-template.pom
index 89b0a73..216ebff 100644
--- a/project-template.pom
+++ b/project-template.pom
@@ -26,9 +26,10 @@
   <name>Apache Compress Antlib</name>
   <url>http://ant.apache.org/antlibs/compress/</url>
   <description>
-    Provides tasks and types that deal with AR, ARJ, CPIO, TAR, DUMP,
-    7Z and ZIP archives as well as BZIP2, PACK200, GZIP, LZMA and XZ
-    compressed files based on Apache Commons Compress.
+    Provides tasks and types that deal with AR, ARJ, CPIO, TAR,
+    DUMP, 7Z and ZIP archives as well as BZIP2, PACK200, GZIP, LZMA,
+    Snappy, LZ4, Brotli and XZ compressed files based on Apache
+    Commons Compress.
   </description>
   <licenses>
     <license>
@@ -50,12 +51,17 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-compress</artifactId>
-      <version>1.8</version>
+      <version>1.14</version>
     </dependency>
     <dependency>
       <groupId>org.tukaani</groupId>
       <artifactId>xz</artifactId>
-      <version>1.5</version>
+      <version>1.6</version>
+    </dependency>
+    <dependency>
+      <groupId>org.brotli</groupId>
+      <artifactId>dec</artifactId>
+      <version>0.1.2</version>
     </dependency>
   </dependencies>
 </project>