This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
The following commit(s) were added to refs/heads/master by this push:
new 6a75c6c0 Bump commons-lang3 from 3.13.0 to 3.14.0
6a75c6c0 is described below
commit 6a75c6c0b346ac9d11fdab665a2706c657a3d72e
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 22 09:01:46 2023 -0500
Bump commons-lang3 from 3.13.0 to 3.14.0
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 79d0a8fb..d85c0218 100644
--- a/pom.xml
+++ b/pom.xml
@@ -244,7 +244,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>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3f029767..234d8f0e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -126,7 +126,7 @@ The <action> type attribute can be add,update,fix,remove.
Bump commons-io:commons-io 2.6 to 2.15.0.
</action>
<action dev="ggregory" type="update" due-to="Gary Gregory">
- Bump commons-lang3 from 3.12.0 to 3.13.0.
+ Bump commons-lang3 from 3.12.0 to 3.14.0.
</action>
<action issue="IMAGING-347" dev="kinow" type="update"
due-to="snumlautoken">
Refactor BasicCParser::unescapeString().