Skip to content

Commit 6236935

Browse files
committed
Bump commons-lang3 from 3.12.0 to 3.13.0
1 parent dd6854a commit 6236935

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ file comparators, endian transformation classes, and much more.
271271
<dependency>
272272
<groupId>org.apache.commons</groupId>
273273
<artifactId>commons-lang3</artifactId>
274-
<version>3.12.0</version>
274+
<version>3.13.0</version>
275275
<scope>test</scope>
276276
</dependency>
277277
<dependency>

src/changes/changes.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,10 @@ The <action> type attribute can be add,update,fix,remove.
126126
<action dev="ggregory" type="update" due-to="Gary Gregory">
127127
Bump commons-parent from 58 to 59.
128128
</action>
129-
</release>
129+
<action type="update" dev="ggregory" due-to="Gary Gregory">
130+
Bump commons-lang3 from 3.12 to 3.13.0.
131+
</action>
132+
</release>
130133
<release version="2.13.0" date="2023-06-03" description="Java 8 required.">
131134
<!-- FIX -->
132135
<action issue="IO-791" dev="ggregory" type="fix" due-to="Chad Wilson, Gary Gregory">

0 commit comments

Comments
 (0)