Skip to content

Commit

Permalink
Update org.slf4j:slf4j-api to version 2.0.13 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-rm committed Apr 12, 2024
1 parent 7462539 commit 4791541
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion log4j-transform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<log4j2.version>2.23.1</log4j2.version>
<maven.version>3.9.6</maven.version>
<plexus-utils.version>4.0.0</plexus-utils.version>
<slf4j.version>2.0.12</slf4j.version>
<slf4j.version>2.0.13</slf4j.version>

<!-- plugin versions -->
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
Expand Down
4 changes: 2 additions & 2 deletions src/changelog/.0.x.x/update_org_slf4j_slf4j_api.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
xmlns="http://logging.apache.org/log4j/changelog"
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
type="updated">
<issue id="84" link="https://github.com/apache/logging-log4j-transform/pull/84"/>
<description format="asciidoc">Update `org.slf4j:slf4j-api` to version `2.0.12`</description>
<issue id="97" link="https://github.com/apache/logging-log4j-transform/pull/97"/>
<description format="asciidoc">Update `org.slf4j:slf4j-api` to version `2.0.13`</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 @@ -69,4 +69,4 @@ This is the second release of the project.
* Update `org.jacoco:jacoco-maven-plugin` to version `0.8.12` (https://github.com/apache/logging-log4j-transform/pull/95[95])
* 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])
* Update `org.slf4j:slf4j-api` to version `2.0.13` (https://github.com/apache/logging-log4j-transform/pull/97[97])

0 comments on commit 4791541

Please sign in to comment.