This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git
The following commit(s) were added to refs/heads/main by this push:
new 8744848 Update `org.ow2.asm:asm-bom` to version `9.6`
8744848 is described below
commit 8744848095443a7cecdb96c1a5e8afff1cc6ffdc
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Tue Oct 3 18:50:30 2023 +0000
Update `org.ow2.asm:asm-bom` to version `9.6`
---
log4j-transform-parent/pom.xml | 2 +-
src/changelog/.0.x.x/update_org_ow2_asm_asm_bom.xml | 8 ++++++++
src/site/_release-notes/_0.x.x.adoc | 1 +
3 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/log4j-transform-parent/pom.xml b/log4j-transform-parent/pom.xml
index c06577d..68fee68 100644
--- a/log4j-transform-parent/pom.xml
+++ b/log4j-transform-parent/pom.xml
@@ -31,7 +31,7 @@
<properties>
<!-- dependency versions -->
- <asm.version>9.5</asm.version>
+ <asm.version>9.6</asm.version>
<assertj.version>3.24.2</assertj.version>
<commons-lang.version>3.13.0</commons-lang.version>
<commons-logging.version>1.2</commons-logging.version>
diff --git a/src/changelog/.0.x.x/update_org_ow2_asm_asm_bom.xml
b/src/changelog/.0.x.x/update_org_ow2_asm_asm_bom.xml
new file mode 100644
index 0000000..5ac15cb
--- /dev/null
+++ b/src/changelog/.0.x.x/update_org_ow2_asm_asm_bom.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.1.xsd"
+ type="changed">
+ <author id="github:dependabot"/>
+ <description format="asciidoc">Update `org.ow2.asm:asm-bom` to version
`9.6`</description>
+</entry>
diff --git a/src/site/_release-notes/_0.x.x.adoc
b/src/site/_release-notes/_0.x.x.adoc
index 0b3f3d5..0692977 100644
--- a/src/site/_release-notes/_0.x.x.adoc
+++ b/src/site/_release-notes/_0.x.x.adoc
@@ -44,3 +44,4 @@ This is the second release of the project.
==== Changed
* Migrated to `logging-parent` 10.1.1 and adopted its CI and `pom.xml`
infrastructure
+* Update `org.ow2.asm:asm-bom` to version `9.6`