dependabot[bot] opened a new pull request, #549:
URL: https://github.com/apache/axis-axis2-java-core/pull/549

   Bumps 
[org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2) 
from 2.20.0 to 2.22.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/logging-log4j2/releases";>org.apache.logging.log4j:log4j-bom's
 releases</a>.</em></p>
   <blockquote>
   <h2>2.22.0</h2>
   <p>This releases provides a <a 
href="https://cyclonedx.org/capabilities/sbom";>CycloneDX Software Bill of 
Materials (SBOM)</a> along with each artifact and contains bug fixes addressing 
issues in the JPMS &amp; OSGi infrastructure overhauled in <code>2.21.0</code>, 
dependency updates, and some other minor fixes and improvements.</p>
   <h3>CycloneDX Software Bill of Materials (SBOM)</h3>
   <p>This is <em>the first Log4j release</em> that provides a <a 
href="https://cyclonedx.org/capabilities/sbom";>CycloneDX Software Bill of 
Materials (SBOM)</a> along with each artifact. Generated SBOMs are attached as 
artifacts with <code>cyclonedx</code> classifier and XML extensions, that is, 
<code>&lt;artifactId&gt;-&lt;version&gt;-cyclonedx.xml</code>. They contain 
<code>vulnerability-assertion</code> references to a <a 
href="https://cyclonedx.org/capabilities/vdr";>CycloneDX Vulnerability 
Disclosure Report (VDR)</a> that Apache Logging Services uses for all projects 
it maintains. This VDR is accessible through the following URL: <a 
href="https://logging.apache.org/cyclonedx/vdr.xml%5B%5D";>https://logging.apache.org/cyclonedx/vdr.xml[]</a></p>
   <p>SBOM generation is streamlined by <code>logging-parent</code>, see <a 
href="https://logging.apache.org/logging-parent/latest/#cyclonedx-sbom";>its 
website</a> for details.</p>
   <h3>Changed</h3>
   <ul>
   <li>Change the order of evaluation of <code>FormattedMessage</code> 
formatters. Messages are evaluated using <code>java.util.Format</code> only if 
they don't comply to the <code>java.text.MessageFormat</code> or 
<code>ParameterizedMessage</code> format. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1223";>#1223</a>)</li>
   <li>Change default encoding of HTTP Basic Authentication to UTF-8 and add 
<code>log4j2.configurationAuthorizationEncoding</code> property to overwrite 
it. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1970";>#1970</a>)</li>
   <li>Update <code>com.fasterxml.jackson:jackson-bom</code> to version 
<code>2.16.0</code> (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1974";>#1974</a>)</li>
   <li>Update <code>com.github.luben:zstd-jni</code> to version 
<code>1.5.5-10</code> (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1940";>#1940</a>)</li>
   <li>Update <code>com.google.guava:guava</code> to version 
<code>32.1.3-jre</code> (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1875";>#1875</a>)</li>
   <li>Update <code>io.netty:netty-bom</code> to version 
<code>4.1.101.Final</code> (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1960";>#1960</a>)</li>
   <li>Update <code>org.eclipse.persistence:org.eclipse.persistence.jpa</code> 
to version <code>2.7.13</code> (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1900";>#1900</a>)</li>
   <li>Update <code>org.fusesource.jansi:jansi</code> to version 
<code>2.4.1</code> (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1907";>#1907</a>)</li>
   <li>Update <code>org.mongodb:bson</code> to version <code>4.11.1</code> (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1957";>#1957</a>)</li>
   <li>Update <code>org.springframework:spring-framework-bom</code> to version 
<code>5.3.30</code></li>
   <li>Update <code>org.springframework.boot:spring-boot</code> to version 
<code>2.7.17</code> (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1874";>#1874</a>)</li>
   <li>Update <code>org.springframework:spring-framework-bom</code> to version 
<code>5.3.31</code> (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1973";>#1973</a>)</li>
   <li>Update <code>org.zeromq:jeromq</code> to version <code>0.5.4</code> (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1878";>#1878</a>)</li>
   </ul>
   <h3>Removed</h3>
   <ul>
   <li>Removed unused <code>FastDateParser</code> which was causing unnecessary 
heap overhead (<a 
href="https://issues.apache.org/jira/browse/LOG4J2-3672";>LOG4J2-3672</a>, <a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1848";>#1848</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fix MDC pattern converter causing issues for <code>%notEmpty</code> (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1922";>#1922</a>)</li>
   <li>Export missing OSGi &amp; JPMS modules in 
<code>log4j-layout-template-json</code> and <code>log4j-1.2-api</code> (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1895";>#1895</a>)</li>
   <li>Fix <code>spring-test</code> dependency scope change (<a 
href="https://issues.apache.org/jira/browse/LOG4J2-3675";>LOG4J2-3675</a>)</li>
   <li>Fix JPMS descriptors causing <code>jlink</code> issues (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1896";>#1896</a>)</li>
   <li>Add missing <code>Implementation-</code> and <code>Specification-</code> 
entries to <code>MANIFEST.MF</code> (implemented by <code>logging-parent</code> 
version <code>10.3.0</code> update) (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1923";>#1923</a>)</li>
   <li>Fix <code>NotSerializableException</code> thrown when 
<code>Logger</code> is serialized with a <code>ReusableMessageFactory</code> 
(<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1884";>#1884</a>)</li>
   </ul>
   <h2>2.21.1</h2>
   <p>This patch release contains only the fix of a <code>log4j-jcl</code> bug 
that prevents it from connecting with <code>commons-logging</code>.</p>
   <p>The Log4j 2.21.1 API, as well as the other artifacts, maintains binary 
compatibility with the previous release.</p>
   <p>Apache Log4j 2.21.1 requires Java 8 to run.
   The build requires JDK 11 and generates reproducible binaries.</p>
   <p>For complete information on Apache Log4j 2, including instructions on how 
to submit bug reports, patches, get support, or suggestions for improvement, 
see <a href="http://logging.apache.org/log4j/2.x/";>the Apache Log4j 2 
website</a>.</p>
   <h3>Fixed</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/a1634d695e5702ecab505fea5aadaf9890641487";><code>a1634d6</code></a>
 Release changelog for version <code>2.22.0</code></li>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/4d2729682e3b74afe889146b1038a8e851a7b770";><code>4d27296</code></a>
 Update the <code>project.build.outputTimestamp</code> property</li>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/d91092f6070bd9925fbfea0eb9b7c9fbb965d315";><code>d91092f</code></a>
 Fix <code>.changelog.adoc.ftl</code> typo</li>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/5c41c01bd89ada15f91a262436ce055d7cf6c91f";><code>5c41c01</code></a>
 Improve release notes</li>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/d6d962691a111d936f73ce3805894b60e9d68ed7";><code>d6d9626</code></a>
 Update the <code>project.build.outputTimestamp</code> property</li>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/b382a654473d081f72b421a0a527b6f83f9e3b63";><code>b382a65</code></a>
 Remove explicit <code>distribution-attachment-*</code> arguments to CI</li>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/9873b112d8000f3961d5090e3dae82853127c8d9";><code>9873b11</code></a>
 Update the <code>project.build.outputTimestamp</code> property</li>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/38e133f217cc2c09d4d3b0c20c7085f1fbbf2857";><code>38e133f</code></a>
 Release changelog</li>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/200909c4663718fe008fa0364a18d9975491ce8f";><code>200909c</code></a>
 Set the version to <code>2.22.0</code></li>
   <li><a 
href="https://github.com/apache/logging-log4j2/commit/819b73807ca7bb9955e037df8e40b92d7d296a9e";><code>819b738</code></a>
 Merge remote-tracking branch <code>ppkarwasz/basic-auth</code> into 
<code>2.x</code> (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1970";>#1970</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/logging-log4j2/compare/rel/2.20.0...rel/2.22.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-bom&package-manager=maven&previous-version=2.20.0&new-version=2.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org

Reply via email to