Skip to content

Commit 351950f

Browse files
committed
Bump commons-lang3 from 3.13.0 to 3.14.0
1 parent 44e4c4d commit 351950f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ limitations under the License.
232232
<dependency>
233233
<groupId>org.apache.commons</groupId>
234234
<artifactId>commons-lang3</artifactId>
235-
<version>3.13.0</version>
235+
<version>3.14.0</version>
236236
<scope>test</scope>
237237
</dependency>
238238
<dependency>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The <action> type attribute can be add,update,fix,remove.
5454
<action dev="ggregory" type="fix" due-to="Gary Gregory">Precompile regular expression in UnixCrypt.crypt(byte[], String).</action>
5555
<!-- UPDATE -->
5656
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump commons-parent from 58 to 64.</action>
57-
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-lang3 from 3.12.0 to 3.13.0.</action>
57+
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-lang3 from 3.12.0 to 3.14.0.</action>
5858
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-io from 2.13.0 to 2.15.0.</action>
5959
</release>
6060
<release version="1.16.0" date="2023-06-17" description="Feature and fix release. Requires a minimum of Java 8.">

0 commit comments

Comments
 (0)