Skip to content

Commit eb8bc2f

Browse files
committed
Update jakarta.mail:jakarta.mail-api to version 2.1.3 (#2348)
1 parent 3801079 commit eb8bc2f

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

Diff for: log4j-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<jackson-bom.version>2.16.1</jackson-bom.version>
9595
<!-- Override the version in Jakarta EE 9 BOM: -->
9696
<jakarta-activation.version>2.1.3</jakarta-activation.version>
97-
<jakarta-mail.version>2.1.2</jakarta-mail.version>
97+
<jakarta-mail.version>2.1.3</jakarta-mail.version>
9898
<!-- BOM with Jakarta EE 9 APIs: -->
9999
<jakartaee-bom.version>9.1.0</jakartaee-bom.version>
100100
<!-- No BOM for Java EE 8 APIs, so we list them separately: -->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://logging.apache.org/log4j/changelog"
4+
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
5+
type="updated">
6+
<issue id="2348" link="https://github.com/apache/logging-log4j2/pull/2348"/>
7+
<description format="asciidoc">Update `jakarta.mail:jakarta.mail-api` to version `2.1.3`</description>
8+
</entry>

Diff for: src/site/_release-notes/_2.x.x.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ This releases contains ...
4545
* Update `github/codeql-action` to version `3.24.6` (https://github.com/apache/logging-log4j2/pull/2332[2332])
4646
* Update `io.fabric8:docker-maven-plugin` to version `0.44.0` (https://github.com/apache/logging-log4j2/pull/2299[2299])
4747
* Update `jakarta.activation:jakarta.activation-api` to version `2.1.3` (https://github.com/apache/logging-log4j2/pull/2335[2335])
48+
* Update `jakarta.mail:jakarta.mail-api` to version `2.1.3` (https://github.com/apache/logging-log4j2/pull/2348[2348])
4849
* Update `org.apache.commons:commons-compress` to version `1.26.0` (https://github.com/apache/logging-log4j2/pull/2304[2304])
4950
* Update `org.apache.commons:commons-dbcp2` to version `2.12.0` (https://github.com/apache/logging-log4j2/pull/2344[2344])
5051
* Update `org.apache.kafka:kafka-clients` to version `3.7.0` (https://github.com/apache/logging-log4j2/pull/2326[2326])

0 commit comments

Comments
 (0)