This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/3.0.0-beta1 in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 671e9ab19af51411da429cc25a9571300a5d58df Author: ASF Logging Services RM <[email protected]> AuthorDate: Mon Dec 18 11:58:26 2023 +0000 Update `com.google.code.java-allocation-instrumenter:java-allocation-instrumenter` to version `3.3.4` (#2102) --- log4j-parent/pom.xml | 2 +- ..._java_allocation_instrumenter_java_allocation_instrumenter.xml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml index bb7693dbf5..c44ecb4360 100644 --- a/log4j-parent/pom.xml +++ b/log4j-parent/pom.xml @@ -120,7 +120,7 @@ <jackson-bom.version>2.16.0</jackson-bom.version> <jansi.version>2.4.0</jansi.version> <javax-jms.version>2.0.1</javax-jms.version> - <java-allocation-instrumenter.version>3.3.3</java-allocation-instrumenter.version> + <java-allocation-instrumenter.version>3.3.4</java-allocation-instrumenter.version> <jctools.version>4.0.2</jctools.version> <je.version>18.3.12</je.version> <jetty.version>9.4.52.v20230823</jetty.version> diff --git a/src/changelog/.3.x.x/update_com_google_code_java_allocation_instrumenter_java_allocation_instrumenter.xml b/src/changelog/.3.x.x/update_com_google_code_java_allocation_instrumenter_java_allocation_instrumenter.xml new file mode 100644 index 0000000000..ba9b6823d3 --- /dev/null +++ b/src/changelog/.3.x.x/update_com_google_code_java_allocation_instrumenter_java_allocation_instrumenter.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns="http://logging.apache.org/log4j/changelog" + xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd" + type="changed"> + <issue id="2102" link="https://github.com/apache/logging-log4j2/pull/2102"/> + <description format="asciidoc">Update `com.google.code.java-allocation-instrumenter:java-allocation-instrumenter` to version `3.3.4`</description> +</entry>
