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 c3d40a226bc..ea1c001ddb0 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 @@ commons-beanutils commons-beanutils - 1.9.4 + 1.11.0 commons-codec 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 388fc0dc84a..a211b328170 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 84aa6e0fb1b..d0989a42d21 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 cc9a531c93a..b8ec8d739a8 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 ffd01bd1b7a..49084d778c4 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