Update to upstream version 1.11.0

This commit is contained in:
Mikolaj Izdebski 2025-07-16 20:47:06 +02:00
commit 8fc9de4aa2
4 changed files with 3 additions and 70 deletions

View file

@ -1,7 +1,7 @@
%bcond_with bootstrap
Name: apache-commons-beanutils
Version: 1.9.4
Version: 1.11.0
Release: %autorelease
Summary: Java utility methods for accessing and modifying the properties of arbitrary JavaBeans
License: Apache-2.0
@ -11,8 +11,6 @@ ExclusiveArch: %{java_arches} noarch
Source0: http://archive.apache.org/dist/commons/beanutils/source/commons-beanutils-%{version}-src.tar.gz
Patch: 0001-Fix-CVE-2025-48734.patch
%if %{with bootstrap}
BuildRequires: javapackages-bootstrap
%else