Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0

This commit is contained in:
Gary Gregory 2023-10-29 07:58:39 -04:00
parent db91eb6629
commit c3429b5d0c
2 changed files with 2 additions and 1 deletions

View File

@ -554,7 +554,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.10.0</version>
<version>1.11.0</version>
<scope>provided</scope>
</dependency>

View File

@ -82,6 +82,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 58 to 64.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.easymock:easymock from 5.1.0 to 5.2.0 #1104.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-text from 1.10.0 to 1.11.0.</action>
</release>
<release version="3.13.0" date="2023-07-23" description="New features and bug fixes (Java 8).">
<!-- FIX -->