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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-15 15:01:32 +00:00 committed by Bruno P. Kinoshita
parent 0b51bc7bee
commit b718d6a9d1
2 changed files with 2 additions and 1 deletions

View File

@ -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>

View File

@ -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>