We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4499193 + d8cde10 commit 7ed89beCopy full SHA for 7ed89be
pom.xml
@@ -632,7 +632,7 @@
632
<plugin>
633
<groupId>org.apache.maven.plugins</groupId>
634
<artifactId>maven-pmd-plugin</artifactId>
635
- <version>3.27.0</version>
+ <version>3.28.0</version>
636
<configuration>
637
<rulesets>
638
<ruleset>${project.rootdir}/.pipeline/pmd.xml</ruleset>
@@ -667,7 +667,7 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma
667
668
<groupId>org.jacoco</groupId>
669
<artifactId>jacoco-maven-plugin</artifactId>
670
- <version>0.8.13</version>
+ <version>0.8.14</version>
671
672
<excludes>
673
<!-- Exclude generated clients and end to end application from test coverage -->
0 commit comments