This is an automated email from the ASF dual-hosted git repository.

engelen pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new ca5d830fa5 commons-beanutil 1.11.0 (#7904)
ca5d830fa5 is described below

commit ca5d830fa5e4e599c26e30d2cc8ab92d7d4e3bd5
Author: Jinwoo Hwang <[email protected]>
AuthorDate: Sat Aug 30 04:34:10 2025 -0400

    commons-beanutil 1.11.0 (#7904)
    
    * commons-beanutil 1.11.0
    
    * commons-beanutil 1.11.0
---
 boms/geode-all-bom/src/test/resources/expected-pom.xml                  | 2 +-
 .../groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy | 2 +-
 geode-assembly/src/integrationTest/resources/assembly_content.txt       | 2 +-
 .../src/integrationTest/resources/gfsh_dependency_classpath.txt         | 2 +-
 geode-server-all/src/integrationTest/resources/dependency_classpath.txt | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/boms/geode-all-bom/src/test/resources/expected-pom.xml 
b/boms/geode-all-bom/src/test/resources/expected-pom.xml
index c3d40a226b..ea1c001ddb 100644
--- a/boms/geode-all-bom/src/test/resources/expected-pom.xml
+++ b/boms/geode-all-bom/src/test/resources/expected-pom.xml
@@ -130,7 +130,7 @@
       <dependency>
         <groupId>commons-beanutils</groupId>
         <artifactId>commons-beanutils</artifactId>
-        <version>1.9.4</version>
+        <version>1.11.0</version>
       </dependency>
       <dependency>
         <groupId>commons-codec</groupId>
diff --git 
a/build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
 
b/build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
index 388fc0dc84..a211b32817 100644
--- 
a/build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
+++ 
b/build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
@@ -104,7 +104,7 @@ class DependencyConstraints {
         api(group: 'com.sun.xml.bind', name: 'jaxb-impl', version: '2.3.2')
         api(group: 'com.tngtech.archunit', name:'archunit-junit4', version: 
'0.15.0')
         api(group: 'com.zaxxer', name: 'HikariCP', version: '4.0.3')
-        api(group: 'commons-beanutils', name: 'commons-beanutils', version: 
'1.9.4')
+        api(group: 'commons-beanutils', name: 'commons-beanutils', version: 
'1.11.0')
         api(group: 'commons-codec', name: 'commons-codec', version: '1.15')
         api(group: 'commons-collections', name: 'commons-collections', 
version: '3.2.2')
         api(group: 'commons-configuration', name: 'commons-configuration', 
version: '1.10')
diff --git a/geode-assembly/src/integrationTest/resources/assembly_content.txt 
b/geode-assembly/src/integrationTest/resources/assembly_content.txt
index 84aa6e0fb1..d0989a42d2 100644
--- a/geode-assembly/src/integrationTest/resources/assembly_content.txt
+++ b/geode-assembly/src/integrationTest/resources/assembly_content.txt
@@ -968,7 +968,7 @@ lib/HikariCP-4.0.3.jar
 lib/LatencyUtils-2.0.3.jar
 lib/antlr-2.7.7.jar
 lib/classgraph-4.8.147.jar
-lib/commons-beanutils-1.9.4.jar
+lib/commons-beanutils-1.11.0.jar
 lib/commons-codec-1.15.jar
 lib/commons-collections-3.2.2.jar
 lib/commons-digester-2.1.jar
diff --git 
a/geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt 
b/geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt
index cc9a531c93..b8ec8d739a 100644
--- a/geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt
+++ b/geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt
@@ -47,9 +47,9 @@ antlr-2.7.7.jar
 istack-commons-runtime-4.0.1.jar
 jaxb-impl-2.3.2.jar
 commons-validator-1.7.jar
+commons-beanutils-1.11.0.jar
 shiro-core-1.13.0.jar
 shiro-config-ogdl-1.13.0.jar
-commons-beanutils-1.9.4.jar
 commons-codec-1.15.jar
 commons-collections-3.2.2.jar
 commons-digester-2.1.jar
diff --git 
a/geode-server-all/src/integrationTest/resources/dependency_classpath.txt 
b/geode-server-all/src/integrationTest/resources/dependency_classpath.txt
index ffd01bd1b7..49084d778c 100644
--- a/geode-server-all/src/integrationTest/resources/dependency_classpath.txt
+++ b/geode-server-all/src/integrationTest/resources/dependency_classpath.txt
@@ -61,7 +61,7 @@ istack-commons-runtime-4.0.1.jar
 lucene-queryparser-6.6.6.jar
 jetty-io-9.4.57.v20241219.jar
 geode-deployment-legacy-0.0.0.jar
-commons-beanutils-1.9.4.jar
+commons-beanutils-1.11.0.jar
 log4j-core-2.17.2.jar
 shiro-crypto-core-1.13.0.jar
 jaxb-api-2.3.1.jar

Reply via email to