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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new b718d6a9d Bump commons-parent from 52 to 53
b718d6a9d is described below
commit b718d6a9d16addb57d705414358ec8adb7b7acbc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 15 15:01:32 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 | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5f4cf52c7..4b0f42275 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,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-lang3</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ec69b46d0..7fb867856 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -230,6 +230,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Arturo
Bernal">Minor Improvement: Add final variable.try to make the code read-only
#700.</action>
<action type="update" dev="ggregory" due-to="Arturo
Bernal">Minor Improvement: Remove redundant initializer #699.</action>
<action type="update" dev="ggregory" due-to="Arturo
Bernal">Use own validator ObjectUtils.anyNull to check null String input
#718.</action>
+ <action type="update" dev="kinow"
due-to="Dependabot">Bump commons-parent from 52 to 53 #885.</action>
</release>
<release version="3.11" date="2020-07-12" description="New features and bug
fixes (Java 8).">
<action type="update" dev="chtompki" due-to="Jin
Xu">Refine test output for FastDateParserTest</action>