This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-email.git
The following commit(s) were added to refs/heads/1.x by this push:
new f383be79 [test] Bump org.slf4j:slf4j-jdk14 from 2.0.19 to 2.0.19.
f383be79 is described below
commit f383be79d5bd6369ba3499600b66995e4253fa38
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Sep 20 10:15:51 2026 -0400
[test] Bump org.slf4j:slf4j-jdk14 from 2.0.19 to 2.0.19.
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b2530a52..e04659ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -254,7 +254,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
- <version>2.0.9</version>
+ <version>2.0.19</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 83bcc41d..19d47c8e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -35,6 +35,7 @@
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-io:commons-io from 2.20.0 to 2.22.0.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory, Henri
Cook">Bump com.sun.mail:jakarta.mail from 1.6.7 to 1.6.8.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons.mockito.version from 5.21.0 to 5.23.0 on Java 17+.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">[test] Bump org.slf4j:slf4j-jdk14 from 2.0.19 to 2.0.19.</action>
</release>
<release version="1.6.0" date="2023-12-17" description="Feature release
(Java 8 or above).">
<!-- FIX -->