KroArtem commented on code in PR #80:
URL: https://github.com/apache/commons-email/pull/80#discussion_r892961270


##########
pom.xml:
##########
@@ -256,7 +256,7 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-jdk14</artifactId>
-            <version>1.7.7</version>
+            <version>1.7.30</version>

Review Comment:
   IDK what was the reason to update it (it was not my commit :)), reverted it 
back



##########
src/main/java/org/apache/commons/mail/ByteArrayDataSource.java:
##########
@@ -39,11 +39,11 @@
  * and it is recommended to do so.
  *
  * @since 1.0
- * @deprecated since 1.4, use {@link javax.mail.util.ByteArrayDataSource} 
instead
+ * @deprecated since 1.4, use {@link jakarta.mail.util.ByteArrayDataSource} 
instead
  */
 @Deprecated
 public class ByteArrayDataSource implements DataSource
-{
+{ 

Review Comment:
   Done



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to