File tree Expand file tree Collapse file tree
main/java/com/github/akunzai/log4j
test/java/com/github/akunzai/log4j Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ repositories {
1515}
1616
1717dependencies {
18- implementation " com.sendgrid:sendgrid-java:4.0 .0"
18+ implementation " com.sendgrid:sendgrid-java:4.4 .0"
1919 implementation " com.sun.mail:javax.mail:1.5.0"
2020 implementation " org.apache.logging.log4j:log4j-core:2.9.0"
2121 annotationProcessor " org.apache.logging.log4j:log4j-core:2.9.0"
22- testImplementation " com.sendgrid:sendgrid-java:4.3.0 "
22+ testImplementation " com.sendgrid:sendgrid-java:4.6.8 "
2323 testImplementation " junit:junit:4.12"
2424}
2525
Original file line number Diff line number Diff line change 11package com .github .akunzai .log4j ;
22
33import com .sendgrid .*;
4+ import com .sendgrid .helpers .mail .Mail ;
5+ import com .sendgrid .helpers .mail .objects .Content ;
46import org .apache .logging .log4j .LoggingException ;
57import org .apache .logging .log4j .core .Layout ;
68import org .apache .logging .log4j .core .LogEvent ;
Original file line number Diff line number Diff line change 11package com .github .akunzai .log4j ;
22
3- import com .sendgrid .Email ;
4- import com .sendgrid .Mail ;
5- import com .sendgrid .Personalization ;
3+ import com .sendgrid .helpers . mail . Mail ;
4+ import com .sendgrid .helpers . mail . objects . Email ;
5+ import com .sendgrid .helpers . mail . objects . Personalization ;
66import org .apache .logging .log4j .core .util .Builder ;
77
88import javax .mail .Message ;
Original file line number Diff line number Diff line change 11package com .github .akunzai .log4j ;
22
33import com .fasterxml .jackson .databind .ObjectMapper ;
4- import com .sendgrid .Content ;
5- import com .sendgrid .Mail ;
6- import com .sendgrid .Personalization ;
4+ import com .sendgrid .helpers . mail . Mail ;
5+ import com .sendgrid .helpers . mail . objects . Content ;
6+ import com .sendgrid .helpers . mail . objects . Personalization ;
77import org .apache .logging .log4j .Level ;
88import org .apache .logging .log4j .ThreadContext ;
99import org .apache .logging .log4j .core .Logger ;
You can’t perform that action at this time.
0 commit comments