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 2021/01/07 17:27:09 UTC

[pdfbox-docs] branch master updated: PDFBOX-4848: bump node/npm version to latest LTS

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


The following commit(s) were added to refs/heads/master by this push:
     new a4cbbfd  PDFBOX-4848: bump node/npm version to latest LTS
a4cbbfd is described below

commit a4cbbfdbad85f6d466ac09b660989d4dac8b50fd
Author: Maruan Sahyoun <sa...@fileaffairs.de>
AuthorDate: Thu Jan 7 18:26:47 2021 +0100

    PDFBOX-4848: bump node/npm version to latest LTS
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6153d1b..b9247f4 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>v12.18.1</node.version>
+            <node.version>v14.15.4</node.version>
         </properties>
 
         <build>