Skip to content

Commit 09227ff

Browse files
committed
Bump org.apache.commons:commons-parent from 84 to 85
1 parent 985a206 commit 09227ff

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.commons</groupId>
2121
<artifactId>commons-parent</artifactId>
22-
<version>84</version>
22+
<version>85</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<artifactId>commons-beanutils2</artifactId>

src/changes/changes.xml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,9 @@
177177
Make PropertyUtilsBean.getReadMethod(Class, PropertyDescriptor) public #232.
178178
</action>
179179
<!-- UPDATES -->
180+
<action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">
181+
Bump org.apache.commons:commons-parent from 50 to 85 #229, #245, #254, #264, #274, #279, #291, #295, #299, #306.
182+
</action>
180183
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
181184
Bump actions/cache from 2 to 3.0.11 #77, #89, #103, #111. #137, #141.
182185
</action>
@@ -222,9 +225,6 @@
222225
<action dev="ggregory" type="update" due-to="Gary Gregory">
223226
Bump BC version from 1.9.3 to 1.9.4.
224227
</action>
225-
<action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">
226-
Bump org.apache.commons:commons-parent from 50 to 74 #229, #245, #254, #264, #274, #279.
227-
</action>
228228
<action dev="ggregory" type="update" due-to="Dependabot">
229229
Bump biz.aQute.bndlib from 5.1.0 to 6.4.1 #29, #45, #79, #109, #119, #121, #147, #175.
230230
</action>
@@ -249,9 +249,6 @@
249249
<action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">
250250
Bump commons-logging:commons-logging from 1.2 to 1.3.4 #226, #246, #259, #275.
251251
</action>
252-
<action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">
253-
Bump org.apache.commons:commons-parent from 74 to 78 #291, #295, #299, #306.
254-
</action>
255252
<!-- REMOVE -->
256253
<action dev="ggregory" type="remove" due-to="Gary Gregory, Niall Pemberton">
257254
Removed BeanUtilsBean2, use BeanUtilsBean. BeanUtilsBean2 functionality is now in BeanUtilsBean.
@@ -265,6 +262,12 @@
265262
Do not implement Serializable.
266263
</action>
267264
</release>
265+
<release version="1.11.1" date="YYYY-MM-DD" description="This is a maintenance release and requires Java 8.">
266+
<!-- FIX -->
267+
<!-- ADD -->
268+
<!-- UPDATE -->
269+
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 84 to 85.</action>
270+
</release>
268271
<release version="1.11.0" date="2025-05-25" description="This is a maintenance release and requires Java 8.">
269272
<!-- FIX -->
270273
<action type="fix" dev="ggregory" due-to="Raj, Muthukumar Marikani, Gary Gregory">CVE-2025-48734: Apache Commons BeanUtils: PropertyUtilsBean does not suppresses an enum's declaredClass property by default (https://www.cve.org/CVERecord?id=CVE-2025-48734).</action>

0 commit comments

Comments
 (0)