Skip to content

Commit

Permalink
Bump commons-lang3 from 3.13.0 to 3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 22, 2023
1 parent d625727 commit 5d49960
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,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>
</dependencies>
Expand Down
9 changes: 3 additions & 6 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,9 @@ The <action> type attribute can be add,update,fix,remove.
<!-- FIX -->
<!-- ADD -->
<!-- UPDATE -->
<action dev="ggregory" type="update">
Bump commons-parent from 62 to 64.
</action>
<action dev="ggregory" type="update">
Bump org.ow2.asm:asm-util from 9.5 to 9.6.
</action>
<action dev="ggregory" type="update">Bump commons-parent from 62 to 64.</action>
<action dev="ggregory" type="update">Bump org.ow2.asm:asm-util from 9.5 to 9.6.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-lang3 from 3.13.0 to 3.14.0.</action>
</release>
<release version="2.12.0" date="2023-09-30" description="This is a feature and maintenance release (Java 8 or above).">
<!-- FIX -->
Expand Down

0 comments on commit 5d49960

Please sign in to comment.