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/10/23 11:46:09 UTC

[pdfbox-docs] branch master updated: PDFBOX-5300: update dependencies for website build process

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 2bfae62  PDFBOX-5300: update dependencies for website build process
2bfae62 is described below

commit 2bfae6275bcc874bc4ffbc586f218f06541d9935
Author: Maruan Sahyoun <sa...@fileaffairs.de>
AuthorDate: Sat Oct 23 13:45:29 2021 +0200

    PDFBOX-5300: update dependencies for website build process
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index d8f2ec5..76397e4 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>v14.15.4</node.version>
+            <node.version>v14.18.1</node.version>
         </properties>
 
         <build>
@@ -49,12 +49,12 @@
                     <plugin>
                         <groupId>com.github.eirslett</groupId>
                         <artifactId>frontend-maven-plugin</artifactId>
-                        <version>1.7.5</version>
+                        <version>1.12.0</version>
                     </plugin>
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-scm-publish-plugin</artifactId>
-                        <version>1.1</version>
+                        <version>3.1.0</version>
                     </plugin>
                 </plugins>
             </pluginManagement>