Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions log4j-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<!-- =====================================================
Direct dependency version properties (in alphabetical order)
===================================================== -->
<assertj.version>3.25.3</assertj.version>
<assertj.version>3.26.0</assertj.version>
<awaitility.version>4.2.1</awaitility.version>
<bsh.version>2.0b6</bsh.version>
<commons-codec.version>1.17.0</commons-codec.version>
Expand All @@ -102,7 +102,7 @@
<commons-dbcp2.version>2.12.0</commons-dbcp2.version>
<commons-io.version>2.16.1</commons-io.version>
<commons-lang3.version>3.14.0</commons-lang3.version>
<commons-logging.version>1.3.1</commons-logging.version>
<commons-logging.version>1.3.2</commons-logging.version>
<conversant.disruptor.version>1.2.21</conversant.disruptor.version>
<disruptor.version>4.0.0</disruptor.version>
<elasticsearch.version>7.17.21</elasticsearch.version>
Expand Down Expand Up @@ -138,11 +138,11 @@
<log4j2-ecs-layout.version>1.6.0</log4j2-ecs-layout.version>
<log4j2-logstash-layout.version>0.18</log4j2-logstash-layout.version>
<logback.version>1.4.14</logback.version>
<maven.version>3.9.6</maven.version>
<maven.version>3.9.7</maven.version>
<mockito.version>5.12.0</mockito.version>
<mongodb.version>5.1.0</mongodb.version>
<nashorn.version>15.4</nashorn.version>
<netty.version>4.1.109.Final</netty.version>
<netty.version>4.1.110.Final</netty.version>
<opentest4j.version>1.3.0</opentest4j.version>
<org.eclipse.osgi.version>3.19.0</org.eclipse.osgi.version>
<oro.version>2.0.8</oro.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
<!-- Skipping `maven-site-plugin` globally. -->
<maven.site.skip>true</maven.site.skip>
<maven.site.deploy.skip>true</maven.site.deploy.skip>
<site-commons-logging.version>1.3.1</site-commons-logging.version>
<site-commons-logging.version>1.3.2</site-commons-logging.version>
<site-log4j-core.version>3.0.0-beta2</site-log4j-core.version>
<site-log4j-layout-template-json.version>3.0.0-beta2</site-log4j-layout-template-json.version>
<site-logback.version>1.5.5</site-logback.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
xmlns="https://logging.apache.org/xml/ns"
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
type="updated">
<issue id="2405" link="https://github.com/apache/logging-log4j2/pull/2405"/>
<description format="asciidoc">Update `commons-logging:commons-logging` to version `1.3.1`</description>
<issue id="2586" link="https://github.com/apache/logging-log4j2/pull/2586"/>
<description format="asciidoc">Update `commons-logging:commons-logging` to version `1.3.2`</description>
</entry>
4 changes: 2 additions & 2 deletions src/changelog/.3.x.x/update_io_netty_netty_bom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
xmlns="https://logging.apache.org/xml/ns"
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
type="updated">
<issue id="2474" link="https://github.com/apache/logging-log4j2/pull/2474"/>
<description format="asciidoc">Update `io.netty:netty-bom` to version `4.1.109.Final`</description>
<issue id="2603" link="https://github.com/apache/logging-log4j2/pull/2603"/>
<description format="asciidoc">Update `io.netty:netty-bom` to version ``</description>
</entry>
8 changes: 8 additions & 0 deletions src/changelog/.3.x.x/update_org_apache_maven_maven_core.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="https://logging.apache.org/xml/ns"
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
type="updated">
<issue id="2615" link="https://github.com/apache/logging-log4j2/pull/2615"/>
<description format="asciidoc">Update `org.apache.maven:maven-core` to version `3.9.7`</description>
</entry>
8 changes: 8 additions & 0 deletions src/changelog/.3.x.x/update_org_assertj_assertj_core.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="https://logging.apache.org/xml/ns"
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
type="updated">
<issue id="2617" link="https://github.com/apache/logging-log4j2/pull/2617"/>
<description format="asciidoc">Update `org.assertj:assertj-core` to version `3.26.0`</description>
</entry>
2 changes: 1 addition & 1 deletion src/site/antora/modules/ROOT/pages/manual/api.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Log4j Core, {jul-link}, {logback-link} are the most well-known logging implement
[TIP]
====
Are you looking for a crash course on how to use Log4j in your application or library?
See xref:5min.adoc[].
See xref:getting-started.adoc[].
You can also check out xref:manual/installation.adoc[] for the complete installation instructions.
====

Expand Down