From 98538894f12158d0e364d2eab80d739f24180460 Mon Sep 17 00:00:00 2001 From: Jinwoo Hwang Date: Tue, 1 Jul 2025 08:17:44 -0400 Subject: [PATCH 1/2] commons-beanutil 1.11.0 --- boms/geode-all-bom/src/test/resources/expected-pom.xml | 2 +- .../apache/geode/gradle/plugins/DependencyConstraints.groovy | 2 +- .../src/integrationTest/resources/assembly_content.txt | 2 +- .../src/integrationTest/resources/gfsh_dependency_classpath.txt | 2 +- .../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 88c63ac41f0..9110cca1ff8 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 34fb141dbee..478892d3b57 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 3f2512388de..f079ad92e4b 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 b85455fb29d..327bd78b0ed 100644 --- a/geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt +++ b/geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt @@ -49,7 +49,7 @@ jaxb-impl-2.3.2.jar commons-validator-1.7.jar shiro-core-1.12.0.jar shiro-config-ogdl-1.12.0.jar -commons-beanutils-1.9.4.jar +commons-beanutils-1.11.0.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 4170b247d93..5e0f87b0054 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.12.0.jar jaxb-api-2.3.1.jar From 7ee1fbe64ff7fa26872263304fd68de3caaaf876 Mon Sep 17 00:00:00 2001 From: Jinwoo Hwang Date: Thu, 28 Aug 2025 07:24:00 -0400 Subject: [PATCH 2/2] commons-beanutil 1.11.0 --- .../src/integrationTest/resources/assembly_content.txt | 2 +- .../src/integrationTest/resources/gfsh_dependency_classpath.txt | 2 +- .../src/integrationTest/resources/dependency_classpath.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/geode-assembly/src/integrationTest/resources/assembly_content.txt b/geode-assembly/src/integrationTest/resources/assembly_content.txt index f6663c5a8de..d0989a42d21 100644 --- a/geode-assembly/src/integrationTest/resources/assembly_content.txt +++ b/geode-assembly/src/integrationTest/resources/assembly_content.txt @@ -972,7 +972,7 @@ 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 -lib/commons-io-2.11.0.jar +lib/commons-io-2.15.1.jar lib/commons-lang3-3.12.0.jar lib/commons-logging-1.3.5.jar lib/commons-modeler-2.0.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 3c5f7331c46..07ad00dc1af 100644 --- a/geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt +++ b/geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt @@ -53,7 +53,7 @@ shiro-config-ogdl-1.13.0.jar commons-codec-1.15.jar commons-collections-3.2.2.jar commons-digester-2.1.jar -commons-io-2.11.0.jar +commons-io-2.15.1.jar commons-logging-1.2.jar classgraph-4.8.147.jar micrometer-core-1.9.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 2e011ce73ff..347bf7083a7 100644 --- a/geode-server-all/src/integrationTest/resources/dependency_classpath.txt +++ b/geode-server-all/src/integrationTest/resources/dependency_classpath.txt @@ -79,7 +79,7 @@ lucene-analyzers-phonetic-6.6.6.jar spring-context-5.3.21.jar jetty-security-9.4.57.v20241219.jar geode-logging-0.0.0.jar -commons-io-2.11.0.jar +commons-io-2.15.1.jar shiro-lang-1.13.0.jar javax.transaction-api-1.3.jar geode-common-0.0.0.jar