Bump commons-lang3 from 3.13.0 to 3.14.0

This commit is contained in:
Gary Gregory 2023-11-22 08:35:35 -05:00
parent de9523a9e3
commit a3c8e94365
2 changed files with 2 additions and 2 deletions

View File

@ -494,7 +494,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.13.0</version>
<version>3.14.0</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -347,7 +347,7 @@
Add and use CollectionUtils.INDEX_NOT_FOUND constant.
</action>
<action type="update" dev="kinow" due-to="Dependabot, Gary Gregory">
Bump commons-lang3 from 3.11 to 3.13.0.
Bump commons-lang3 from 3.11 to 3.14.0.
</action>
<action issue="COLLECTIONS-785" type="update" dev="kinow" due-to="Arturo Bernal">
Add new variables to oac.collections4.CollectionUtils and use them in the code base.