Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a2397ee

Browse files
committedApr 11, 2024·
Merge branch '2.x' into ScopedContext
2 parents 132c2d3 + 3c42353 commit a2397ee

9 files changed

+21
-16
lines changed
 

‎.github/workflows/scorecards-analysis.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ jobs:
7070
retention-days: 5
7171

7272
- name: "Upload to code-scanning"
73-
uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # 2.1.22
73+
uses: github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # 2.1.22
7474
with:
7575
sarif_file: results.sarif

‎antora-playbook.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ ui:
9696
<img src="{{{uiRootPath}}}/../_images/logo-small-white.png" alt="Apache Log4j"/>
9797
</div>
9898
</div>
99+
<div id="topbar-nav" class="navbar-menu">
100+
<div class="navbar-end">
101+
<a class="navbar-item" href="https://logging.apache.org">a subproject of&nbsp;<strong>Apache Logging Services</strong></a>
102+
</div>
103+
</div>
99104
</nav>
100105
</header>
101106

‎log4j-parent/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<!-- =====================================================
6161
Direct dependency version properties (in alphabetical order)
6262
===================================================== -->
63-
<activemq.version>6.1.0</activemq.version>
63+
<activemq.version>6.1.1</activemq.version>
6464
<angus-activation.version>2.0.2</angus-activation.version>
6565
<angus-mail.version>2.0.3</angus-mail.version>
6666
<assertj.version>3.25.3</assertj.version>
@@ -72,13 +72,13 @@
7272
<commons-compress.version>1.26.1</commons-compress.version>
7373
<commons-csv.version>1.10.0</commons-csv.version>
7474
<commons-dbcp2.version>2.12.0</commons-dbcp2.version>
75-
<commons-io.version>2.16.0</commons-io.version>
75+
<commons-io.version>2.16.1</commons-io.version>
7676
<commons-lang3.version>3.14.0</commons-lang3.version>
7777
<commons-logging.version>1.3.1</commons-logging.version>
7878
<!-- `com.conversantmedia:disruptor` version 1.2.16 requires Java 9: -->
7979
<conversant.disruptor.version>1.2.15</conversant.disruptor.version>
8080
<disruptor.version>3.4.4</disruptor.version>
81-
<elasticsearch-java.version>8.13.1</elasticsearch-java.version>
81+
<elasticsearch-java.version>8.13.2</elasticsearch-java.version>
8282
<embedded-ldap.version>0.9.0</embedded-ldap.version>
8383
<felix.version>7.0.5</felix.version>
8484
<flapdoodle-embed.version>4.9.0</flapdoodle-embed.version>
@@ -136,7 +136,7 @@
136136
<pax-exam.version>4.13.5</pax-exam.version>
137137
<plexus-utils.version>3.5.1</plexus-utils.version>
138138
<spring-boot.version>2.7.18</spring-boot.version>
139-
<spring-framework.version>5.3.33</spring-framework.version>
139+
<spring-framework.version>5.3.34</spring-framework.version>
140140
<system-stubs.version>2.0.3</system-stubs.version>
141141
<tomcat-juli.version>10.0.27</tomcat-juli.version>
142142
<velocity.version>1.7</velocity.version>

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<roles>
131131
<role>Committer</role>
132132
</roles>
133-
<timezone>Asia/Kolkata</timezone>
133+
<timezone>America/New York</timezone>
134134
</developer>
135135

136136
<developer>

‎src/changelog/.2.x.x/update_co_elastic_clients_elasticsearch_java.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="http://logging.apache.org/log4j/changelog"
44
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
55
type="updated">
6-
<issue id="2437" link="https://github.com/apache/logging-log4j2/pull/2437"/>
7-
<description format="asciidoc">Update `co.elastic.clients:elasticsearch-java` to version `8.13.1`</description>
6+
<issue id="2458" link="https://github.com/apache/logging-log4j2/pull/2458"/>
7+
<description format="asciidoc">Update `co.elastic.clients:elasticsearch-java` to version `8.13.2`</description>
88
</entry>

‎src/changelog/.2.x.x/update_commons_io_commons_io.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="http://logging.apache.org/log4j/changelog"
44
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
55
type="updated">
6-
<issue id="2430" link="https://github.com/apache/logging-log4j2/pull/2430"/>
7-
<description format="asciidoc">Update `commons-io:commons-io` to version `2.16.0`</description>
6+
<issue id="2459" link="https://github.com/apache/logging-log4j2/pull/2459"/>
7+
<description format="asciidoc">Update `commons-io:commons-io` to version `2.16.1`</description>
88
</entry>

‎src/changelog/.2.x.x/update_github_codeql_action.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="http://logging.apache.org/log4j/changelog"
44
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
55
type="updated">
6-
<issue id="2403" link="https://github.com/apache/logging-log4j2/pull/2403"/>
7-
<description format="asciidoc">Update `github/codeql-action` to version `3.24.9`</description>
6+
<issue id="2451" link="https://github.com/apache/logging-log4j2/pull/2451"/>
7+
<description format="asciidoc">Update `github/codeql-action` to version `3.24.10`</description>
88
</entry>

‎src/changelog/.2.x.x/update_org_apache_activemq_activemq_broker.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="http://logging.apache.org/log4j/changelog"
44
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
55
type="updated">
6-
<issue id="2387" link="https://github.com/apache/logging-log4j2/pull/2387"/>
7-
<description format="asciidoc">Update `org.apache.activemq:activemq-broker` to version `6.1.0`</description>
6+
<issue id="2452" link="https://github.com/apache/logging-log4j2/pull/2452"/>
7+
<description format="asciidoc">Update `org.apache.activemq:activemq-broker` to version `6.1.1`</description>
88
</entry>

‎src/changelog/.2.x.x/update_org_springframework_spring_framework_bom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="http://logging.apache.org/log4j/changelog"
44
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
55
type="updated">
6-
<issue id="2378" link="https://github.com/apache/logging-log4j2/pull/2378"/>
7-
<description format="asciidoc">Update `org.springframework:spring-framework-bom` to version `5.3.33`</description>
6+
<issue id="2464" link="https://github.com/apache/logging-log4j2/pull/2464"/>
7+
<description format="asciidoc">Update `org.springframework:spring-framework-bom` to version `5.3.34`</description>
88
</entry>

0 commit comments

Comments
 (0)
Please sign in to comment.