This is an automated email from the ASF dual-hosted git repository.
kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git
The following commit(s) were added to refs/heads/master by this push:
new fd3bcf3b3 Bump commons-parent from 52 to 53
fd3bcf3b3 is described below
commit fd3bcf3b301aba7e73b972a369a4128d07de606e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Apr 16 01:03:18 2022 +0000
Bump commons-parent from 52 to 53
Bumps commons-parent from 52 to 53.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-parent
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
src/changes/changes.xml | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 86296fa9a..b5397d38f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>52</version>
+ <version>53</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-collections4</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f00e1fd0f..1e28dd6bc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -298,6 +298,9 @@
<action type="update" dev="ggregory" due-to="Dependabot">
Bump maven-pmd-plugin from 3.15.0 to 3.16.0 #286.
</action>
+ <action type="update" dev="kinow" due-to="Dependabot">
+ Bump commons-parent from 52 to 53 #299.
+ </action>
</release>
<release version="4.4" date="2019-07-05" description="Maintenance release.">
<action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi,
Gary Gregory">