Skip to content

Commit

Permalink
Update org.slf4j:slf4j-api to version 2.0.10 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
asf-rm committed Dec 29, 2023
1 parent 027de9e commit 81ebb2c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
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.22.1</log4j2.version>
<maven.version>3.9.6</maven.version>
<plexus-utils.version>4.0.0</plexus-utils.version>
<slf4j.version>2.0.9</slf4j.version>
<slf4j.version>2.0.10</slf4j.version>

<!-- plugin versions -->
<jacoco-maven-plugin.version>0.8.10</jacoco-maven-plugin.version>
Expand Down
8 changes: 8 additions & 0 deletions src/changelog/.0.x.x/update_org_slf4j_slf4j_api.xml
Original file line number Diff line number Diff line change
@@ -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.3.xsd"
type="updated">
<issue id="75" link="https://github.com/apache/logging-log4j-transform/pull/75"/>
<description format="asciidoc">Update `org.slf4j:slf4j-api` to version `2.0.10`</description>
</entry>
1 change: 1 addition & 0 deletions src/site/_release-notes/_0.x.x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ This is the second release of the project.
* Update `org.apache.logging.log4j:log4j-bom` to version `2.22.1` (https://github.com/apache/logging-log4j-transform/pull/74[74])
* Update `org.apache.logging:logging-parent` to version `10.5.0` (https://github.com/apache/logging-log4j-transform/pull/72[72])
* Update `org.slf4j:slf4j-api` to version `2.0.10` (https://github.com/apache/logging-log4j-transform/pull/75[75])

0 comments on commit 81ebb2c

Please sign in to comment.