Skip to content

Commit c4592aa

Browse files
committed
Bump commons-lang3 from 3.13.0 to 3.14.0
1 parent 9bf4a2a commit c4592aa

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
<dependency>
465465
<groupId>org.apache.commons</groupId>
466466
<artifactId>commons-lang3</artifactId>
467-
<version>3.13.0</version>
467+
<version>3.14.0</version>
468468
</dependency>
469469
<dependency>
470470
<groupId>commons-io</groupId>
@@ -590,7 +590,6 @@
590590
<plugin>
591591
<groupId>org.codehaus.mojo</groupId>
592592
<artifactId>exec-maven-plugin</artifactId>
593-
<version>3.1.1</version>
594593
<executions>
595594
<execution>
596595
<id>benchmark</id>

src/changes/changes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ The <action> type attribute can be add,update,fix,remove.
9090
<action type="fix" dev="ggregory" due-to="nbauma109, Judit Knoll, Gary Gregory">Fix for type.getType(...) use on non-signature type names #221.</action>
9191
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix EmptyVisitorTestCase on Java 21.</action>
9292
<!-- UPDATE -->
93-
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 54 to 64 #189, #198, #222.</action>
93+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 54 to 65 #189, #198, #222.</action>
9494
<action type="update" dev="ggregory" due-to="Dependabot">Bump jna.version from 5.12.1 to 5.13.0 #203.</action>
9595
<action type="update" dev="ggregory" due-to="Dependabot">Bump kotlin-stdlib from 1.8.10 to 1.9.20 #217, #219, #227, #231, #235, #245.</action>
9696
<action type="update" dev="ggregory" due-to="Dependabot">Bump commons-io from 2.11.0 to 2.15.0.</action>
97-
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-lang3 from 3.12.0 to 3.13.0.</action>
97+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-lang3 from 3.12.0 to 3.14.0.</action>
9898
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 #246.</action>
9999
</release>
100100
<release version="6.7.0" date="2022-11-28" description="Maintenance and bug fix release.">

0 commit comments

Comments
 (0)