From d681971e1b4206b78a79f02dd9c086070c8f6904 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Mon, 22 Jun 2020 07:51:27 +0200 Subject: [PATCH 01/48] Updated maven-assembly-plugin to 3.3.0 Former-commit-id: e4a400b254f5b1ba7540aafb354d57db418bac3b --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1070773f1..be6853b2b 100644 --- a/pom.xml +++ b/pom.xml @@ -153,7 +153,7 @@ org.apache.maven.plugins maven-assembly-plugin - 3.1.1 + 3.3.0 org.apache.maven.plugins From e478e9f6f70bfb646587837728c9d436cc575b0c Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Mon, 22 Jun 2020 08:06:24 +0200 Subject: [PATCH 02/48] Updated maven-compiler-plugin to 3.8.1 Former-commit-id: fe80552c258a996c6c8832c86bbe1d967ac39f71 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index be6853b2b..397f4deb4 100644 --- a/pom.xml +++ b/pom.xml @@ -163,7 +163,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.0 + 3.8.1 1.8 1.8 From ca5c8a944558c1d6cb10cd9b3193e2b1cfccb25b Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Mon, 22 Jun 2020 10:02:33 +0200 Subject: [PATCH 03/48] Updated maven-javadoc-plugin to 3.2.0 Former-commit-id: 49e8c36f839fdb30742f800fcbefb9ae620c6863 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 397f4deb4..9667841fc 100644 --- a/pom.xml +++ b/pom.xml @@ -180,22 +180,22 @@ org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.0.2 org.apache.maven.plugins maven-enforcer-plugin - 3.0.0-M2 + 3.0.0-M3 org.apache.maven.plugins maven-jar-plugin - 3.1.1 + 3.2.0 org.apache.maven.plugins maven-javadoc-plugin - 3.1.0 + 3.2.0 org.apache.maven.plugins From 7acbd5de4aa6faeb5f9c53ecd53253f010b369d6 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Mon, 22 Jun 2020 10:53:04 +0200 Subject: [PATCH 04/48] Updated maven-pmd-plugin to 3.13.0 Former-commit-id: 89c0e0ab80147dff4abda7821737b07871605b1b --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9667841fc..049c611d6 100644 --- a/pom.xml +++ b/pom.xml @@ -200,7 +200,7 @@ org.apache.maven.plugins maven-pmd-plugin - 3.11.0 + 3.13.0 true utf-8 From e72ca45a0c11c54c1cf4e53535dbd068a6363499 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Mon, 22 Jun 2020 12:43:41 +0200 Subject: [PATCH 05/48] Updated maven-project-info-reports-plugin to 3.1.0 Former-commit-id: ea73f04e861dd0623aff6ec9de49f42f76d99fd2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 049c611d6..bac9adfae 100644 --- a/pom.xml +++ b/pom.xml @@ -236,7 +236,7 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 3.0.0 + 3.1.0 org.apache.maven.plugins From 339d954e7392ce6c3e8b1cff5dd3c249f8b547bc Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Mon, 22 Jun 2020 12:44:05 +0200 Subject: [PATCH 06/48] Updated maven-release-plugin to 3.0.0-M1 Former-commit-id: 46a917c73091cba9fea8e4ecd66db273d55564f5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bac9adfae..c8e96e54d 100644 --- a/pom.xml +++ b/pom.xml @@ -241,7 +241,7 @@ org.apache.maven.plugins maven-release-plugin - 2.5.3 + 3.0.0-M1 org.apache.maven.plugins From 32fa1b4ea857ad8b7d3dbc5eb3158bf82a5945a5 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Mon, 22 Jun 2020 13:33:34 +0200 Subject: [PATCH 07/48] Updated maven-surefire-plugin to 3.0.0-M4 Former-commit-id: 4c8d8dca6ed022735716fd0cbdad543b60bd1be7 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c8e96e54d..f5651b744 100644 --- a/pom.xml +++ b/pom.xml @@ -246,7 +246,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M3 + 3.0.0-M4 org.apache.maven.plugins From 392c67a36587548d2e3c39968e551c97702d1ce8 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Mon, 22 Jun 2020 14:02:27 +0200 Subject: [PATCH 08/48] Updated maven-war-plugin to 3.3.0 Former-commit-id: 7bc740b27ca39b41189c4ff260126e236d2ccadb --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f5651b744..158eda849 100644 --- a/pom.xml +++ b/pom.xml @@ -256,7 +256,7 @@ org.apache.maven.plugins maven-war-plugin - 3.2.2 + 3.3.0 - org.libreccm ccm-bundle-devel @@ -142,17 +136,14 @@ org.webjars font-awesome - 4.7.0 org.webjars requirejs - 2.3.6 org.webjars requirejs-domready - 2.0.1-2 diff --git a/ccm-bundle-devel-wildfly-web/pom.xml b/ccm-bundle-devel-wildfly-web/pom.xml index 821c5b196..fc67502c2 100644 --- a/ccm-bundle-devel-wildfly-web/pom.xml +++ b/ccm-bundle-devel-wildfly-web/pom.xml @@ -26,28 +26,19 @@ org.webjars font-awesome - org.webjars requirejs - org.webjars requirejs-domready - org.webjars.npm tinymce - - org.librecms ccm-cms-pagemodelseditor @@ -103,15 +94,6 @@ v8.11.4 - npm link @librecms/ccm-cms-pagemodelseditor diff --git a/ccm-bundle-devel-wildfly/pom.xml b/ccm-bundle-devel-wildfly/pom.xml index 879f9eedc..6f3826c43 100644 --- a/ccm-bundle-devel-wildfly/pom.xml +++ b/ccm-bundle-devel-wildfly/pom.xml @@ -121,7 +121,6 @@ org.postgresql postgresql - 9.4.1208 diff --git a/ccm-core/pom.xml b/ccm-core/pom.xml index 8c09637e8..c40da9151 100644 --- a/ccm-core/pom.xml +++ b/ccm-core/pom.xml @@ -215,7 +215,6 @@ org.reflections reflections - org.apache.openejb tomee-webservices - 4.0.0 org.apache.openejb tomee-jaxrs - 1.7.3 com.h2database @@ -709,12 +703,10 @@ org.apache.openejb arquillian-tomee-remote - 1.7.3 org.apache.openejb apache-tomee - 1.7.3 plus zip diff --git a/ccm-docrepo/pom.xml b/ccm-docrepo/pom.xml index de138394d..36c3a5208 100644 --- a/ccm-docrepo/pom.xml +++ b/ccm-docrepo/pom.xml @@ -270,12 +270,10 @@ org.apache.maven.plugins maven-project-info-reports-plugin - diff --git a/ccm-shortcuts/pom.xml b/ccm-shortcuts/pom.xml index 317ac9b3d..fdff0bc6e 100644 --- a/ccm-shortcuts/pom.xml +++ b/ccm-shortcuts/pom.xml @@ -314,7 +314,6 @@ org.apache.maven.plugins diff --git a/pom.xml b/pom.xml index 1ebe1e7c9..bfddab27f 100644 --- a/pom.xml +++ b/pom.xml @@ -728,6 +728,13 @@ woodstox-core-asl 4.4.1 + + + + org.postgresql + postgresql + 42.2.14 + From bedd60925a8a90cf51b374addfc06b33647bf584 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Tue, 23 Jun 2020 07:27:43 +0200 Subject: [PATCH 20/48] Updated io.thorntail.bom to 2.7.0.Final Former-commit-id: 4e7f7f37374b8014ded08917874856ab4eb2f6bc --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bfddab27f..fe104eacf 100644 --- a/pom.xml +++ b/pom.xml @@ -418,7 +418,7 @@ io.thorntail bom - 2.4.0.Final + 2.7.0.Final import pom From 4c07291af25bae9fad5da826c1fd18422ca34037 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Tue, 23 Jun 2020 11:19:00 +0200 Subject: [PATCH 21/48] Updated Hibernate to 5.3.17.Final Former-commit-id: 007af91c126a0e9e0fad2b68500cfe7f171f6186 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fe104eacf..3d7f6ba62 100644 --- a/pom.xml +++ b/pom.xml @@ -432,7 +432,7 @@ org.hibernate hibernate-core - 5.3.15.Final + 5.3.17.Final - org.hibernate + org.hibernate.validator hibernate-validator - 6.0.18.Final + 6.1.5.Final - org.hibernate + org.hibernate.validator hibernate-validator-cdi - 6.0.18.Final + 6.1.5.Final + javax.el javax.el-api From 2d55617d77c90c60f1dcde6213c7aafc8d71dde5 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Tue, 23 Jun 2020 13:35:19 +0200 Subject: [PATCH 23/48] Updated hibernate-search to 5.11.5.Final Former-commit-id: 05c289d377980809cdc7e62f7f85f8701bf2150a --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3309f6ad0..3cea09988 100644 --- a/pom.xml +++ b/pom.xml @@ -477,7 +477,7 @@ org.hibernate hibernate-search-orm - 5.10.7.Final + 5.11.5.Final From c720d5db5bbb447940ddb4c018691ce59dba719a Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Tue, 23 Jun 2020 16:38:47 +0200 Subject: [PATCH 26/48] Updated io.jsonwebtoken libs to 0.11.2 Former-commit-id: 332a4a8b8b887343afafd426adfd8dd32218216f --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 93eab6284..a5e8c6511 100644 --- a/pom.xml +++ b/pom.xml @@ -520,17 +520,17 @@ io.jsonwebtoken jjwt-api - 0.10.6 + 0.11.2 io.jsonwebtoken jjwt-impl - 0.10.6 + 0.11.2 io.jsonwebtoken jjwt-jackson - 0.10.6 + 0.11.2 - org.codehaus.woodstox - woodstox-core-asl - com.fasterxml.jackson.dataformat jackson-dataformat-csv diff --git a/pom.xml b/pom.xml index 554152af2..05005a056 100644 --- a/pom.xml +++ b/pom.xml @@ -718,17 +718,10 @@ com.fasterxml.jackson jackson-bom - 2.9.8 + 2.11.0 import pom - - - - org.codehaus.woodstox - woodstox-core-asl - 4.4.1 - From a285191aaa93459fb7775ad9ab6116d8d0a85b03 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Thu, 25 Jun 2020 11:10:21 +0200 Subject: [PATCH 40/48] Updated Arquillian to 1.6.0, and org.jboss.arquillian.extension.arquillian-jacoco to 1.1.0 Former-commit-id: 9a43678e8f32fca7b65b9232f1dd79f28c7b1a06 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 05005a056..b49fadd9f 100644 --- a/pom.xml +++ b/pom.xml @@ -749,7 +749,7 @@ org.jboss.arquillian arquillian-bom - 1.4.1.Final + 1.6.0.Final import pom @@ -766,7 +766,7 @@ org.jboss.arquillian.extension arquillian-jacoco - 1.0.0.Alpha10 + 1.1.0 org.wildfly.arquillian From fbc1586ca361a431b5b576c9a1eff4c446dd20c4 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Thu, 25 Jun 2020 11:11:22 +0200 Subject: [PATCH 41/48] Updated Arquillian drivers for TomEE to 1.7.5 Former-commit-id: 267b30c8f4cce67f14ff46126a61e16f4e52afe2 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b49fadd9f..0cf1024e1 100644 --- a/pom.xml +++ b/pom.xml @@ -784,13 +784,13 @@ org.apache.openejb arquillian-tomee-embedded - 1.7.3 + 1.7.5 org.apache.openejb tomee-embedded - 1.7.3 + 1.7.5 From 6fbcbf147d20bb03f9495b7276bc06006560fd27 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Thu, 25 Jun 2020 11:21:00 +0200 Subject: [PATCH 42/48] Updated org.jboss.logmanager.jboss-logmanager to 2.1.16 Former-commit-id: 50cb38ea2cdc281f197cdfc4fc463b22a60d4380 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0cf1024e1..3576eb4f8 100644 --- a/pom.xml +++ b/pom.xml @@ -796,7 +796,7 @@ org.jboss.logmanager jboss-logmanager - 2.0.3.Final + 2.1.16.Final test From 5c87dc06d1c950bbefe29f727d67ff8c660ad403 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Thu, 25 Jun 2020 11:47:30 +0200 Subject: [PATCH 43/48] Updated org.apache.openejb.tomee-jaxrs to 1.7.5 Former-commit-id: ea3be80cb65a9d1443ed720ca7f005c51a9a2dd6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3576eb4f8..459e70d0f 100644 --- a/pom.xml +++ b/pom.xml @@ -808,7 +808,7 @@ org.apache.openejb tomee-jaxrs - 1.7.3 + 1.7.5 From 703eefdfaf8cd458a69a97466ab7820b0086f360 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Thu, 25 Jun 2020 11:53:35 +0200 Subject: [PATCH 44/48] Updated TomEE modules for Arquillian to 1.7.5 Former-commit-id: 88f0afe7e2a36032e0e0c93b3e41b59b40454f33 --- pom.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 459e70d0f..580923a89 100644 --- a/pom.xml +++ b/pom.xml @@ -812,15 +812,15 @@ - org.apache.openejb - arquillian-tomee-remote - 1.7.3 - - - org.apache.openejb - apache-tomee - 1.7.3 - + org.apache.openejb + arquillian-tomee-remote + 1.7.5 + + + org.apache.openejb + apache-tomee + 1.7.5 + - 3.1.9 + 3.4 From 568acddf43e21d6e00084a3bfb58f5f92e716b10 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Thu, 25 Jun 2020 13:52:55 +0200 Subject: [PATCH 48/48] Updated com.h2.database.h2 to 1.4.200 Former-commit-id: daacb627a48fa2557aef4043bbe551ca73476c43 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 49874fcb2..3b938b54f 100644 --- a/pom.xml +++ b/pom.xml @@ -863,7 +863,7 @@ com.h2database h2 - 1.4.199 + 1.4.200