From 56b42f4898114696d108e2c020b8888f29cd3a6f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Oct 2021 05:59:56 +0000 Subject: [PATCH 1/3] fix: upgrade net.sf.saxon:Saxon-HE from 9.8.0-4 to 9.9.1-8 Snyk has created this PR to upgrade net.sf.saxon:Saxon-HE from 9.8.0-4 to 9.9.1-8. See this package in Maven Repository: https://mvnrepository.com/artifact/net.sf.saxon/Saxon-HE/ See this project in Snyk: https://app.snyk.io/org/quickfix-j/project/50fe797e-f509-4fbc-8918-986f7f344a52?utm_source=github&utm_medium=referral&page=upgrade-pr --- quickfixj-codegenerator/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickfixj-codegenerator/pom.xml b/quickfixj-codegenerator/pom.xml index 0f75530d02..158a20bbeb 100644 --- a/quickfixj-codegenerator/pom.xml +++ b/quickfixj-codegenerator/pom.xml @@ -35,7 +35,7 @@ net.sf.saxon Saxon-HE - 9.8.0-4 + 9.9.1-8 From 808e347d59bfd7a651b2f46db849c5341b55f2d7 Mon Sep 17 00:00:00 2001 From: Christoph John Date: Sun, 10 Oct 2021 01:23:38 +0200 Subject: [PATCH 2/3] Added maven-plugin-plugin to correct build error. --- quickfixj-codegenerator/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/quickfixj-codegenerator/pom.xml b/quickfixj-codegenerator/pom.xml index 158a20bbeb..7c9ab5c5c2 100644 --- a/quickfixj-codegenerator/pom.xml +++ b/quickfixj-codegenerator/pom.xml @@ -25,7 +25,7 @@ org.apache.maven maven-plugin-api - 3.8.2 + 3.8.3 org.apache.maven @@ -61,6 +61,10 @@ maven-pmd-plugin + + maven-plugin-plugin + 3.3 + From a6eeca848272eb24c8fafaebe9f84c3648cb5f0e Mon Sep 17 00:00:00 2001 From: Christoph John Date: Mon, 11 Oct 2021 12:15:46 +0200 Subject: [PATCH 3/3] Updated to most current version of maven-plugin-plugin. --- quickfixj-codegenerator/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickfixj-codegenerator/pom.xml b/quickfixj-codegenerator/pom.xml index 7c9ab5c5c2..24fc9582b4 100644 --- a/quickfixj-codegenerator/pom.xml +++ b/quickfixj-codegenerator/pom.xml @@ -63,7 +63,7 @@ maven-plugin-plugin - 3.3 + 3.6.1