Skip to content

Commit 747a76f

Browse files
snyk-botchrjohn
andauthored
Upgrade Saxon-HE from 9.8.0-4 to 9.9.1-8 (Snyk) and add maven-plugin-plugin (#420)
* 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 * Added maven-plugin-plugin to correct build error. * Updated to most current version of maven-plugin-plugin. Co-authored-by: Christoph John <christoph.john@macd.com>
1 parent beb7b03 commit 747a76f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

quickfixj-codegenerator/pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>org.apache.maven</groupId>
2727
<artifactId>maven-plugin-api</artifactId>
28-
<version>3.8.2</version>
28+
<version>3.8.3</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.apache.maven</groupId>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>net.sf.saxon</groupId>
3737
<artifactId>Saxon-HE</artifactId>
38-
<version>9.8.0-4</version>
38+
<version>9.9.1-8</version>
3939
</dependency>
4040
</dependencies>
4141

@@ -61,6 +61,10 @@
6161
<plugin>
6262
<artifactId>maven-pmd-plugin</artifactId>
6363
</plugin>
64+
<plugin>
65+
<artifactId>maven-plugin-plugin</artifactId>
66+
<version>3.6.1</version>
67+
</plugin>
6468
</plugins>
6569
</build>
6670
</project>

0 commit comments

Comments
 (0)