You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by sg...@apache.org on 2020/08/12 19:55:34 UTC

[freemarker-generator] branch FREEMARKER-153 updated: FREEMARKER-153 Pumping library versions

This is an automated email from the ASF dual-hosted git repository.

sgoeschl pushed a commit to branch FREEMARKER-153
in repository https://gitbox.apache.org/repos/asf/freemarker-generator.git


The following commit(s) were added to refs/heads/FREEMARKER-153 by this push:
     new d6f1287  FREEMARKER-153 Pumping library versions
d6f1287 is described below

commit d6f1287f08c657f783ac9f06ed4c5793d4715cdb
Author: Siegfried Goeschl <si...@gmail.com>
AuthorDate: Wed Aug 12 21:55:19 2020 +0200

    FREEMARKER-153 Pumping library versions
---
 freemarker-generator-tools/pom.xml | 6 +++---
 pom.xml                            | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/freemarker-generator-tools/pom.xml b/freemarker-generator-tools/pom.xml
index 256987a..2d590a2 100644
--- a/freemarker-generator-tools/pom.xml
+++ b/freemarker-generator-tools/pom.xml
@@ -33,7 +33,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
-        <apache.poi.version>4.1.1</apache.poi.version>
+        <apache.poi.version>4.1.2</apache.poi.version>
     </properties>
 
     <dependencies>
@@ -103,13 +103,13 @@
         <dependency>
             <groupId>org.jsoup</groupId>
             <artifactId>jsoup</artifactId>
-            <version>1.12.1</version>
+            <version>1.13.1</version>
         </dependency>
         <!-- SnakeYamlTool -->
         <dependency>
             <groupId>org.yaml</groupId>
             <artifactId>snakeyaml</artifactId>
-            <version>1.25</version>
+            <version>1.26</version>
         </dependency>
         <!-- Testing -->
         <dependency>
diff --git a/pom.xml b/pom.xml
index a9768ce..8512bf7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
             <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>
-                <version>2.6</version>
+                <version>2.7</version>
             </dependency>
             <dependency>
                 <groupId>javax.activation</groupId>