Skip to content

Commit 25d12dc

Browse files
committed
Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0
1 parent 36be5b2 commit 25d12dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ limitations under the License.
6363
<dependency>
6464
<groupId>org.apache.commons</groupId>
6565
<artifactId>commons-lang3</artifactId>
66-
<version>3.18.0</version>
66+
<version>3.19.0</version>
6767
<scope>test</scope>
6868
</dependency>
6969
<dependency>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ The <action> type attribute can be add,update,fix,remove.
4949
<action type="add" dev="ggregory" due-to="Fredrik Kjellberg, Gary Gregory">Add org.apache.commons.codec.digest.CRC16.</action>
5050
<!-- UPDATE -->
5151
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 85 to 88.</action>
52+
<action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0.</action>
5253
</release>
5354
<release version="1.19.0" date="2025-07-19" description="This is a feature and maintenance release. Java 8 or later is required.">
5455
<!-- FIX -->

0 commit comments

Comments
 (0)