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-beanutils.git
The following commit(s) were added to refs/heads/master by this push:
new cfb771c8 Replace Commons Collections Test Framework 3.2.2 with 4.4 #40.
cfb771c8 is described below
commit cfb771c80714384c98be003edd75d2d40ec73cc9
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Sep 13 17:36:35 2023 -0400
Replace Commons Collections Test Framework 3.2.2 with 4.4 #40.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 52535116..4b4ff6c5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -107,6 +107,9 @@
<action dev="ggregory" type="fix" due-to="Gary Gregory">
Fix SpotBugs [ERROR] Medium:
org.apache.commons.beanutils2.WrapDynaClass.getDynaProperties() may expose
internal representation by returning WrapDynaClass.properties
[org.apache.commons.beanutils2.WrapDynaClass] At WrapDynaClass.java:[line 172]
EI_EXPOSE_REP.
</action>
+ <action dev="ggregory" type="fix" due-to="Melloware, sebbASF, Gary
Gregory, Michal Landsman">
+ Replace Commons Collections Test Framework 3.2.2 with 4.4 #40.
+ </action>
<!-- ADD -->
<action dev="ggregory" type="add" due-to="Dependabot, Gary Gregory">
Add github/codeql-action #118.