This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push:
new eb084a5 Update plugin dependencies not picked up by Dependabot.
new 386dc3b Merge pull request #138 from garydgregory/update_plugin_deps
eb084a5 is described below
commit eb084a5e54ae14b414218221a823078c26959b1f
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Oct 20 17:30:03 2021 -0400
Update plugin dependencies not picked up by Dependabot.
- commons.japicmp.version 0.15.2 -> 0.15.3
- commons.jacoco.version 0.6.6 -> 0.8.7
- commons.javadoc.version 3.2.0 -> 3.3.1
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index ee8c1ee..3af6def 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,9 +144,9 @@ The following provides more details on the included
cryptographic software:
<checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt,
**/maven-archiver/pom.properties</checkstyle.resourceExcludes>
<commons.pmd.version>3.14.0</commons.pmd.version>
- <commons.javadoc.version>3.2.0</commons.javadoc.version>
+ <commons.javadoc.version>3.3.1</commons.javadoc.version>
<japicmp.skip>false</japicmp.skip>
- <commons.japicmp.version>0.15.2</commons.japicmp.version>
+ <commons.japicmp.version>0.15.3</commons.japicmp.version>
<clirr.skip>true</clirr.skip>
@@ -155,7 +155,7 @@ The following provides more details on the included
cryptographic software:
<commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
<jna.version>5.6.0</jna.version>
- <commons.jacoco.version>0.8.6</commons.jacoco.version>
+ <commons.jacoco.version>0.8.7</commons.jacoco.version>
<!-- The property "target.name" is used to specify the ant target, The All
target will use
OsInfo.java to detect the OS info and arch to generate the native binary
for detected platform.