Skip to content

Commit

Permalink
Bump commons-lang3 from 3.12.0 to 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jul 28, 2023
1 parent 32ed9e2 commit b9cc970
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<version>3.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@
<action issue="COLLECTIONS-781" type="update" dev="ggregory" due-to="Arturo Bernal, Gary Gregory">
Add and use CollectionUtils.INDEX_NOT_FOUND constant.
</action>
<action type="update" dev="kinow" due-to="Dependabot">
Bump commons-lang3 from 3.11 to 3.12.0 #219.
<action type="update" dev="kinow" due-to="Dependabot, Gary Gregory">
Bump commons-lang3 from 3.11 to 3.13.0 #219.
</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.
Expand Down

0 comments on commit b9cc970

Please sign in to comment.