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 81b69b96d7175f1d8d2ea09e5b4510c1b1fd3a70 Author: Volkan Yazıcı <[email protected]> AuthorDate: Tue Dec 19 19:55:31 2023 +0100 Fix changelog --- ..._code_java_allocation_instrumenter_java_allocation_instrumenter.xml | 0 src/site/_release-notes/_3.0.0-beta1.adoc | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changelog/.3.x.x/update_com_google_code_java_allocation_instrumenter_java_allocation_instrumenter.xml b/src/changelog/3.0.0-beta1/update_com_google_code_java_allocation_instrumenter_java_allocation_instrumenter.xml similarity index 100% rename from src/changelog/.3.x.x/update_com_google_code_java_allocation_instrumenter_java_allocation_instrumenter.xml rename to src/changelog/3.0.0-beta1/update_com_google_code_java_allocation_instrumenter_java_allocation_instrumenter.xml diff --git a/src/site/_release-notes/_3.0.0-beta1.adoc b/src/site/_release-notes/_3.0.0-beta1.adoc index db2e8733aa..19df77ab74 100644 --- a/src/site/_release-notes/_3.0.0-beta1.adoc +++ b/src/site/_release-notes/_3.0.0-beta1.adoc @@ -54,6 +54,7 @@ This is the first beta release of the upcoming major release, i.e., `3.0.0`. * Update `com.github.luben:zstd-jni` to version `1.5.5-11` (https://github.com/apache/logging-log4j2/pull/2032[2032]) * Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.7.3.6` (https://github.com/apache/logging-log4j2/pull/1879[1879]) * Update `com.github.tomakehurst:wiremock-jre8` to version `2.35.1` (https://github.com/apache/logging-log4j2/pull/1765[1765]) +* Update `com.google.code.java-allocation-instrumenter:java-allocation-instrumenter` to version `3.3.4` (https://github.com/apache/logging-log4j2/pull/2102[2102]) * Update `com.google.errorprone:error_prone_core` to version `2.23.0` (https://github.com/apache/logging-log4j2/pull/1871[1871]) * Update `com.google.guava:guava-testlib` to version `32.1.3-jre` (https://github.com/apache/logging-log4j2/pull/1934[1934]) * Update `com.h2database:h2` to version `2.2.224` (https://github.com/apache/logging-log4j2/pull/1917[1917]) @@ -61,7 +62,7 @@ This is the first beta release of the upcoming major release, i.e., `3.0.0`. * Update `commons-io:commons-io` to version `2.15.1` (https://github.com/apache/logging-log4j2/pull/2035[2035]) * Update `commons-logging:commons-logging` to version `1.3.0` (https://github.com/apache/logging-log4j2/pull/2046[2046]) * Update `de.flapdoodle.reverse:de.flapdoodle.reverse` to version `1.7.2` (https://github.com/apache/logging-log4j2/pull/2000[2000]) -* Update `io.netty:netty-bom` to version `4.1.103.Final` (https://github.com/apache/logging-log4j2/pull/2090[2090]) +* Update `io.netty:netty-bom` to version `4.1.104.Final` (https://github.com/apache/logging-log4j2/pull/2097[2097]) * Update `net.java.dev.jna:jna` to version `5.14.0` (https://github.com/apache/logging-log4j2/pull/2082[2082]) * Update `org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle` to version `1.3.7` (https://github.com/apache/logging-log4j2/pull/2053[2053]) * Update `org.apache.commons:commons-compress` to version `1.25.0` (https://github.com/apache/logging-log4j2/pull/2055[2055])
