You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2022/05/05 04:10:24 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2675] tika, postgres, maven-site-plugin and front-end dependencies

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

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 8621bba4b [OPENMEETINGS-2675] tika, postgres, maven-site-plugin and front-end dependencies
8621bba4b is described below

commit 8621bba4b318d3b659c9aae0d2250ba608daeb69
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Thu May 5 11:10:07 2022 +0700

    [OPENMEETINGS-2675] tika, postgres, maven-site-plugin and front-end dependencies
---
 openmeetings-web/src/main/front/main/package.json | 2 +-
 openmeetings-web/src/main/front/wb/package.json   | 6 +++---
 pom.xml                                           | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/openmeetings-web/src/main/front/main/package.json b/openmeetings-web/src/main/front/main/package.json
index f0510c537..8035965de 100644
--- a/openmeetings-web/src/main/front/main/package.json
+++ b/openmeetings-web/src/main/front/main/package.json
@@ -16,6 +16,6 @@
     "tinyify": "^3.0.0"
   },
   "dependencies": {
-    "ua-parser-js": "^0.7.24"
+    "ua-parser-js": "^1.0.2"
   }
 }
diff --git a/openmeetings-web/src/main/front/wb/package.json b/openmeetings-web/src/main/front/wb/package.json
index 712738ae6..b2ce35f75 100644
--- a/openmeetings-web/src/main/front/wb/package.json
+++ b/openmeetings-web/src/main/front/wb/package.json
@@ -14,11 +14,11 @@
   "devDependencies": {
     "browserify": "^17.0.0",
     "esmify": "^2.1.1",
-    "terser": "^5.6.0",
+    "terser": "^5.13.1",
     "tinyify": "^3.0.0"
   },
   "dependencies": {
-    "fabric": "^4.3.1",
-    "mathjax-full": "^3.1.2"
+    "fabric": "^4.6.0",
+    "mathjax-full": "^3.2.0"
   }
 }
diff --git a/pom.xml b/pom.xml
index 60980db2e..2d1a04252 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
 		<!-- plugin versions -->
 		<maven-javadoc-plugin.version>3.4.0</maven-javadoc-plugin.version>
 		<maven-surefire-plugin.version>3.0.0-M6</maven-surefire-plugin.version>
-		<maven-site-plugin.version>3.12.0</maven-site-plugin.version>
+		<maven-site-plugin.version>4.0.0-M1</maven-site-plugin.version>
 		<exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
 		<minify-maven-plugin.version>1.7.6</minify-maven-plugin.version>
 		<maven-enforcer-plugin.version>3.0.0</maven-enforcer-plugin.version>
@@ -106,7 +106,7 @@
 		<dom4j.version>2.1.3</dom4j.version>
 		<commons-codec.version>1.15</commons-codec.version>
 		<commons-io.version>2.11.0</commons-io.version>
-		<postgresql.version>42.3.4</postgresql.version>
+		<postgresql.version>42.3.5</postgresql.version>
 		<mysql.version>8.0.29</mysql.version>
 		<mssql.version>10.2.0.jre11</mssql.version>
 		<ojdbc.version>19.14.0.0</ojdbc.version>
@@ -114,7 +114,7 @@
 		<xstream.version>1.4.19</xstream.version>
 		<api-all.version>2.1.0</api-all.version>
 		<caldav4j.version>1.0.5</caldav4j.version>
-		<tika-parsers.version>2.3.0</tika-parsers.version>
+		<tika-parsers.version>2.4.0</tika-parsers.version>
 		<commons-text.version>1.9</commons-text.version>
 		<slf4j.version>1.7.36</slf4j.version>
 		<logback.version>1.2.11</logback.version>