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-beanutils.git
The following commit(s) were added to refs/heads/master by this push:
new c80b7ba3 Bump japicmp-maven-plugin from 0.16.0 to 0.17.1 (#146)
c80b7ba3 is described below
commit c80b7ba328c7e9e6bad1427e9a86224db720d809
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 19 08:20:51 2022 -0500
Bump japicmp-maven-plugin from 0.16.0 to 0.17.1 (#146)
Bumps [japicmp-maven-plugin](https://github.com/siom79/japicmp) from 0.16.0
to 0.17.1.
- [Release notes](https://github.com/siom79/japicmp/releases)
- [Changelog](https://github.com/siom79/japicmp/blob/master/release.py)
-
[Commits](https://github.com/siom79/japicmp/compare/japicmp-base-0.16.0...japicmp-base-0.17.1)
---
updated-dependencies:
- dependency-name: com.github.siom79.japicmp:japicmp-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 77f88237..01ffad5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
<!-- limit memory size see BEANUTILS-291; allow command-line override -->
<!-- Originally 25M, increased to 56M to get round Continuum CI / Travis
CI build failures -->
<surefire.argLine>-Xmx256M</surefire.argLine>
- <commons.japicmp.version>0.16.0</commons.japicmp.version>
+ <commons.japicmp.version>0.17.1</commons.japicmp.version>
<commons.clirr.version>2.8</commons.clirr.version>
<commons.encoding>utf-8</commons.encoding>
<commons.jacoco.version>0.8.8</commons.jacoco.version>