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.
1 parent d647d3c commit 7294aadCopy full SHA for 7294aad
pom.xml
@@ -81,7 +81,7 @@
81
82
<properties>
83
<jacoco.minCoverage>0.7</jacoco.minCoverage>
84
- <dependencyCheck.version>6.2.2</dependencyCheck.version>
+ <dependencyCheck.version>6.5.3</dependencyCheck.version>
85
<jackson.version>2.13.1</jackson.version>
86
<slf4j.version>1.7.36</slf4j.version>
87
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -171,7 +171,7 @@
171
<configuration>
172
<preparationGoals>clean verify install</preparationGoals>
173
<localCheckout>true</localCheckout>
174
- <scmCommentPrefix>chore: release </scmCommentPrefix>
+ <scmCommentPrefix>chore: release - </scmCommentPrefix>
175
</configuration>
176
</plugin>
177
</plugins>
0 commit comments