You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2020/06/30 10:02:29 UTC

[pdfbox-docs] 02/02: PDFBOX-4848: update node.js dependency to latest LTS version

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

msahyoun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git

commit cdbc942532b0538d743d0fbd4c531887c55887ab
Author: Maruan Sahyoun <sa...@fileaffairs.de>
AuthorDate: Tue Jun 30 12:00:51 2020 +0200

    PDFBOX-4848: update node.js dependency to latest LTS version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5b464f6..6153d1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
             <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
             <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
             <git.scmContentUrl>git:https://gitbox.apache.org/repos/asf/pdfbox-docs.git</git.scmContentUrl>
-            <node.version>v10.15.3</node.version>
+            <node.version>v12.18.1</node.version>
         </properties>
 
         <build>