Bump commons-parent from 61 to 62

This commit is contained in:
Gary Gregory 2023-09-07 09:22:02 -04:00
parent c446b6839c
commit 8c6d874637
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>61</version>
<version>62</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-lang3</artifactId>

View File

@ -65,7 +65,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary Gregory">Add FastDateParser.TimeZoneStrategy.TzInfo.toString().</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add LocaleUtils.isLanguageUndetermined(Locale).</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 58 to 61.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 58 to 62.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.easymock:easymock from 5.1.0 to 5.2.0 #1104.</action>
</release>
<release version="3.13.0" date="2023-07-23" description="New features and bug fixes (Java 8).">