This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch 1.X
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/1.X by this push:
new 3b5d0e62 Modernize build
3b5d0e62 is described below
commit 3b5d0e62c72951e6a4b8201c89ce75515c2c1be9
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Apr 14 09:18:47 2024 -0400
Modernize build
- Bump commons-parent from 47 to 69
- Bump Java requirement from Java 6 to 7
---
src/changes/changes.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fcd22b89..7cddb25c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -29,8 +29,11 @@
</properties>
<body>
<release version="1.9.5" date="YYYY-MM-DD" description="This is a
maintenance release.">
+ <!-- FIX -->
<action issue="BEANUTILS-541" dev="ggregory" type="fix" due-to="Sergey
Chernov">FluentPropertyBeanIntrospector caches corrupted writeMethod (1.x
backport) #69.</action>
- <action dev="ggregory" type="fix" due-to="Gary Gregory">Bump Java
requirement from Java 6 to 7.</action>
+ <!-- UPDATE -->
+ <action dev="ggregory" type="update" due-to="Gary Gregory">Bump
commons-parent from 47 to 69.</action>
+ <action dev="ggregory" type="update" due-to="Gary Gregory">Bump Java
requirement from Java 6 to 7.</action>
</release>
<release version="1.9.4" date="2019-06-12" description="The primary reason
for this release is a bugfix for
CVE-2014-0114. More specifically, our goal with BEANUTILS-520