Skip to content

Commit

Permalink
Update org.ow2.asm:asm-bom to version 9.7 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-rm committed Mar 25, 2024
1 parent c1bce20 commit 2fd90ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion log4j-transform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<properties>

<!-- dependency versions -->
<asm.version>9.6</asm.version>
<asm.version>9.7</asm.version>
<assertj.version>3.25.3</assertj.version>
<commons-lang.version>3.14.0</commons-lang.version>
<commons-logging.version>1.3.0</commons-logging.version>
Expand Down
8 changes: 4 additions & 4 deletions src/changelog/.0.x.x/update_org_ow2_asm_asm_bom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +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">
<author id="github:dependabot"/>
<description format="asciidoc">Update `org.ow2.asm:asm-bom` to version `9.6`</description>
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
type="updated">
<issue id="89" link="https://github.com/apache/logging-log4j-transform/pull/89"/>
<description format="asciidoc">Update `org.ow2.asm:asm-bom` to version `9.7`</description>
</entry>
2 changes: 1 addition & 1 deletion src/site/_release-notes/_0.x.x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ This is the second release of the project.
* Update `org.apache.commons:commons-lang3` to version `3.14.0` (https://github.com/apache/logging-log4j-transform/pull/69[69])
* Update `org.apache.maven:maven-core` to version `3.9.6` (https://github.com/apache/logging-log4j-transform/pull/65[65])
* Update `org.apache.maven.plugins:maven-invoker-plugin` to version `3.6.0` (https://github.com/apache/logging-log4j-transform/pull/68[68])
* Update `org.ow2.asm:asm-bom` to version `9.6`
==== Updated
Expand All @@ -65,4 +64,5 @@ This is the second release of the project.
* Update `org.assertj:assertj-core` to version `3.25.3` (https://github.com/apache/logging-log4j-transform/pull/83[83])
* Update `org.jacoco:jacoco-maven-plugin` to version `0.8.11` (https://github.com/apache/logging-log4j-transform/pull/61[61])
* Update `org.junit:junit-bom` to version `5.10.2` (https://github.com/apache/logging-log4j-transform/pull/82[82])
* Update `org.ow2.asm:asm-bom` to version `9.7` (https://github.com/apache/logging-log4j-transform/pull/89[89])
* Update `org.slf4j:slf4j-api` to version `2.0.12` (https://github.com/apache/logging-log4j-transform/pull/84[84])

0 comments on commit 2fd90ce

Please sign in to comment.