From 77cfae3084dbf789afcbae38f2f5fa71e06810ee Mon Sep 17 00:00:00 2001 From: JCgH4164838Gh792C124B5 <43964333+JCgH4164838Gh792C124B5@users.noreply.github.com> Date: Sun, 12 Apr 2020 23:38:43 -0400 Subject: [PATCH] Proposed WW-5067 change. ------ Proposed list of library version updates: --- - cdi-api 1.0-SP4 -> 1.2 - weld-core 1.0.1-SP4 -> 2.2.16.SP1 - weld-se 1.0.1-Final -> weld-se-core 2.2.16.SP1 - slf4j-api 1.7.28 -> 1.7.30 - slf4j-simple 1.7.28 -> 1.7.30 - jackson 2.10.0 -> 2.10.3 - ognl 3.1.26 -> 3.1.28 - asm 7.1 -> 7.3.1 - spring 4.3.25.RELEASE -> 4.3.26.RELEASE - freemarker 2.3.28 -> 2.3.30 - org.apache.felix.main 4.6.1 -> 6.0.3 --- Proposed list of Maven plugin version updates: --- - doxia-core 1.8 -> 1.9.1 - doxia-module-markdown 1.7 -> 1.9.1 - maven-project-info-reports-plugin 2.7 -> 3.0.0 - updateimpact-maven-plugin 1.0.10 -> 1.0.12 - maven-surefire-plugin 2.22.1 -> 3.0.0-M4 - maven-war-plugin 2.1 -> 3.2.3 - maven-dependency-plugin 2.10 -> 3.1.2 - dependency-check-maven 3.3.4 -> 5.3.2 Note: Unable to upgrade maven-bundle-plugin past 2.1.0 as it introduced OOM during JDK7 builds with default heap settings. --- --- apps/showcase/pom.xml | 2 +- core/pom.xml | 3 ++- plugins/bean-validation/pom.xml | 2 +- plugins/cdi/pom.xml | 4 +-- pom.xml | 44 +++++++++++++++++---------------- 5 files changed, 29 insertions(+), 26 deletions(-) diff --git a/apps/showcase/pom.xml b/apps/showcase/pom.xml index bc88bd4e7..ea380ebaf 100644 --- a/apps/showcase/pom.xml +++ b/apps/showcase/pom.xml @@ -167,7 +167,7 @@ org.hibernate hibernate-validator - 5.1.3.Final + 5.4.3.Final system ${java.home}/../lib/tools.jar diff --git a/plugins/bean-validation/pom.xml b/plugins/bean-validation/pom.xml index 8fdeb2d50..4ac2449bf 100644 --- a/plugins/bean-validation/pom.xml +++ b/plugins/bean-validation/pom.xml @@ -52,7 +52,7 @@ org.hibernate hibernate-validator - 5.1.3.Final + 5.4.3.Final test diff --git a/plugins/cdi/pom.xml b/plugins/cdi/pom.xml index 51cf04df9..ae90ca277 100644 --- a/plugins/cdi/pom.xml +++ b/plugins/cdi/pom.xml @@ -47,8 +47,8 @@ - org.jboss.weld - weld-se + org.jboss.weld.se + weld-se-core test diff --git a/pom.xml b/pom.xml index ae7cd204f..330552736 100644 --- a/pom.xml +++ b/pom.xml @@ -96,20 +96,20 @@ UTF-8 - 3.1.26 - 4.3.25.RELEASE - 7.1 + 3.1.28 + 4.3.26.RELEASE + 7.3.1 3.0.8 1.0.7 2.12.1 - 2.10.0 + 2.10.3 1.8 https://builds.apache.org/analysis/ - 2.22.1 + 3.0.0-M4 @@ -217,7 +217,7 @@ com.updateimpact updateimpact-maven-plugin - 1.0.10 + 1.0.12 @@ -230,7 +230,7 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 2.7 + 3.0.0 org.apache.maven.plugins @@ -262,17 +262,19 @@ org.apache.maven.plugins maven-war-plugin - 2.1 + 3.2.3 org.apache.felix maven-bundle-plugin 2.1.0 + org.apache.maven.plugins maven-dependency-plugin - 2.10 + 3.1.2 org.apache.maven.plugins @@ -327,7 +329,7 @@ org.owasp dependency-check-maven - 3.3.4 + 5.3.2 src/etc/project-suppression.xml @@ -388,12 +390,12 @@ org.apache.maven.doxia doxia-core - 1.8 + 1.9.1 org.apache.maven.doxia doxia-module-markdown - 1.7 + 1.9.1 @@ -622,13 +624,13 @@ org.freemarker freemarker - 2.3.28 + 2.3.30 org.apache.felix org.apache.felix.main - 4.6.1 + 6.0.3 org.apache.felix @@ -1000,12 +1002,12 @@ org.slf4j slf4j-api - 1.7.28 + 1.7.30 org.slf4j slf4j-simple - 1.7.28 + 1.7.30 @@ -1099,19 +1101,19 @@ javax.enterprise cdi-api - 1.0-SP4 + 1.2 org.jboss.weld weld-core - 1.0.1-SP4 + 2.2.16.SP1 - org.jboss.weld - weld-se - 1.0.1-Final + org.jboss.weld.se + weld-se-core + 2.2.16.SP1