This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 26e41e019 Bump parent pom to 65
26e41e019 is described below
commit 26e41e01993211c6c121099c37416dad20b25e3d
Author: Sebb <[email protected]>
AuthorDate: Fri Dec 8 23:45:13 2023 +0000
Bump parent pom to 65
---
pom.xml | 2 +-
src/changes/changes.xml | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9f86afffd..dd21cf560 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>64</version>
+ <version>65</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-lang3</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 142cfa3c3..23d805f42 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -52,6 +52,8 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="LANG-1721" type="fix" dev="ggregory" due-to="Arthur Chan,
Gary Gregory">Fix wrong number check that cause StringIndexOutOfBoundsException
#1140.</action>
<action issue="LANG-1722" type="fix" dev="ggregory" due-to="Arthur
Chan">Rethrow NegativeArraySizeException as SerializationException in
SerializationUtils.deserialize(InputStream) #1141.</action>
<action type="fix" dev="ggregory" due-to="Paranoïd
User">Minor grammar fixes #1143.</action>
+ <!-- UPDATE -->
+ <action type="update" dev="sebb"
due-to="Dependabot">Bump commons-parent from 64 to 65.</action>
<!-- REMOVE -->
<action type="remove" dev="ggregory" due-to="Paranoïd
User">Drop obsolete JDK 13 Maven profile #1142.</action>
</release>