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

jinwoo 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 436be0a98a Refresh geode-server-all:integrationTest 
dependency_classpath inventory (#7914)
436be0a98a is described below

commit 436be0a98ae29aa030ee60ba86000d431a8f4bd9
Author: Jinwoo Hwang <[email protected]>
AuthorDate: Tue Aug 26 16:00:20 2025 -0400

    Refresh geode-server-all:integrationTest dependency_classpath inventory 
(#7914)
    
    * geode-server-all:integrationTest
---
 .../src/integrationTest/resources/assembly_content.txt      |  1 +
 .../src/integrationTest/resources/expected_jars.txt         |  1 +
 .../integrationTest/resources/gfsh_dependency_classpath.txt |  1 +
 .../src/integrationTest/resources/dependency_classpath.txt  | 13 +++++++------
 4 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/geode-assembly/src/integrationTest/resources/assembly_content.txt 
b/geode-assembly/src/integrationTest/resources/assembly_content.txt
index 3f2512388d..ad9b8d8276 100644
--- a/geode-assembly/src/integrationTest/resources/assembly_content.txt
+++ b/geode-assembly/src/integrationTest/resources/assembly_content.txt
@@ -1074,3 +1074,4 @@ tools/Modules/Apache_Geode_Modules-0.0.0-Tomcat.zip
 tools/Modules/Apache_Geode_Modules-0.0.0-tcServer.zip
 tools/Modules/Apache_Geode_Modules-0.0.0-tcServer30.zip
 tools/Pulse/geode-pulse-0.0.0.war
+lib/byte-buddy-1.14.9.jar
\ No newline at end of file
diff --git a/geode-assembly/src/integrationTest/resources/expected_jars.txt 
b/geode-assembly/src/integrationTest/resources/expected_jars.txt
index cdd374a6d7..674930cfdd 100644
--- a/geode-assembly/src/integrationTest/resources/expected_jars.txt
+++ b/geode-assembly/src/integrationTest/resources/expected_jars.txt
@@ -119,3 +119,4 @@ swagger-core
 swagger-models
 swagger-ui
 webjars-locator-core
+byte-buddy
\ No newline at end of file
diff --git 
a/geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt 
b/geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt
index b85455fb29..a98c20ac08 100644
--- a/geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt
+++ b/geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt
@@ -90,3 +90,4 @@ jetty-http-9.4.57.v20241219.jar
 jetty-io-9.4.57.v20241219.jar
 jetty-util-ajax-9.4.57.v20241219.jar
 jetty-util-9.4.57.v20241219.jar
+byte-buddy-1.14.9.jar
\ No newline at end of file
diff --git 
a/geode-server-all/src/integrationTest/resources/dependency_classpath.txt 
b/geode-server-all/src/integrationTest/resources/dependency_classpath.txt
index 4170b247d9..074b16e6cf 100644
--- a/geode-server-all/src/integrationTest/resources/dependency_classpath.txt
+++ b/geode-server-all/src/integrationTest/resources/dependency_classpath.txt
@@ -8,7 +8,7 @@ commons-validator-1.7.jar
 spring-jcl-5.3.21.jar
 commons-codec-1.15.jar
 classgraph-4.8.147.jar
-jackson-databind-2.13.3.jar
+jackson-databind-2.17.0.jar
 commons-logging-1.2.jar
 geode-management-0.0.0.jar
 geode-core-0.0.0.jar
@@ -44,7 +44,7 @@ rmiio-2.1.2.jar
 geode-tcp-server-0.0.0.jar
 log4j-jcl-2.17.2.jar
 geode-connectors-0.0.0.jar
-jackson-core-2.13.3.jar
+jackson-core-2.17.0.jar
 jetty-util-9.4.57.v20241219.jar
 log4j-slf4j-impl-2.17.2.jar
 lucene-analyzers-common-6.6.6.jar
@@ -71,7 +71,7 @@ jaxb-impl-2.3.2.jar
 jna-platform-5.11.0.jar
 log4j-jul-2.17.2.jar
 HdrHistogram-2.1.12.jar
-jackson-annotations-2.13.3.jar
+jackson-annotations-2.17.0.jar
 micrometer-core-1.9.1.jar
 shiro-config-ogdl-1.12.0.jar
 geode-log4j-0.0.0.jar
@@ -87,6 +87,7 @@ antlr-2.7.7.jar
 jetty-xml-9.4.57.v20241219.jar
 geode-rebalancer-0.0.0.jar
 jetty-server-9.4.57.v20241219.jar
-jackson-datatype-jsr310-2.13.3.jar
-jackson-datatype-joda-2.13.3.jar
-joda-time-2.10.14.jar
\ No newline at end of file
+jackson-datatype-jsr310-2.17.0.jar
+jackson-datatype-joda-2.17.0.jar
+joda-time-2.10.14.jar
+byte-buddy-1.14.9.jar
\ No newline at end of file

Reply via email to