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

jinwoo pushed a commit to branch support/1.15
in repository https://gitbox.apache.org/repos/asf/geode.git


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

commit b718745ef43cacf6684f57f69666d40f13e87cd2
Author: Jinwoo Hwang <92374539+jinwoohwang-...@users.noreply.github.com>
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
    
    (cherry picked from commit ca5d830fa5e4e599c26e30d2cc8ab92d7d4e3bd5)
---
 boms/geode-all-bom/src/test/resources/expected-pom.xml                | 2 +-
 .../org/apache/geode/gradle/plugins/DependencyConstraints.groovy      | 2 +-
 geode-assembly/src/integrationTest/resources/assembly_content.txt     | 4 ++--
 .../src/integrationTest/resources/gfsh_dependency_classpath.txt       | 2 +-
 .../src/integrationTest/resources/dependency_classpath.txt            | 2 +-
 5 files changed, 6 insertions(+), 6 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 8d446d1883..572753a17e 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 1f2c61ebfc..fe74e0f93a 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 05a48e4d47..c1913192ce 100644
--- a/geode-assembly/src/integrationTest/resources/assembly_content.txt
+++ b/geode-assembly/src/integrationTest/resources/assembly_content.txt
@@ -967,8 +967,8 @@ lib/HdrHistogram-2.1.12.jar
 lib/HikariCP-4.0.3.jar
 lib/LatencyUtils-2.0.3.jar
 lib/antlr-2.7.7.jar
-lib/classgraph-4.8.146.jar
-lib/commons-beanutils-1.9.4.jar
+lib/classgraph-4.8.147.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 a2c4ce1e05..06b7f88a0a 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 9bd5a0b468..c10b955f17 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.47.v20220610.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