diff --git a/geode-assembly/src/integrationTest/resources/assembly_content.txt b/geode-assembly/src/integrationTest/resources/assembly_content.txt index 3f2512388de..ad9b8d82761 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 cdd374a6d78..674930cfddd 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 b85455fb29d..a98c20ac080 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 4170b247d93..074b16e6cfa 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