File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# AssertJ Mail Changes
22
3+ ## Version 1.0.3 (7 December 2023)
4+
5+ * Dependencies updated
6+
37## Version 1.0.2 (30 October 2023)
48
59* Dependencies updated
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ To use AssertJ Mail in a Maven project add a dependency on `org.devopsix:assertj
1818<dependency >
1919 <groupId >org.devopsix</groupId >
2020 <artifactId >assertj-mail</artifactId >
21- <version >1.0.0 </version >
21+ <version >1.0.3 </version >
2222 <scope >test</scope >
2323</dependency >
2424<!-- Maven coordinates for Jakarta EE 9+ / jakarta.mail -->
2525<dependency >
2626 <groupId >org.devopsix</groupId >
2727 <artifactId >assertj-mail-jakarta</artifactId >
28- <version >1.0.0 </version >
28+ <version >1.0.3 </version >
2929 <scope >test</scope >
3030</dependency >
3131```
@@ -51,8 +51,8 @@ MailAssertions.assertThat(message).headerValue("Message-ID").isEqualTo("Foo");
5151MailAssertions . assertThat(message). dateHeaderValue(" Resent-Date" ). isEqualToIgnoringNanos(date);
5252```
5353
54- More example can be found in the [ examples] ( examples/ ) directory (for Java EE 8 / javax.mail) and in the
55- [ examples-jakarta] ( examples-jakarta/ ) directory (for Jakarta EE 9+ / jakarta.mail).
54+ More example can be found in the [ examples] ( examples ) directory (for Java EE 8 / javax.mail) and in the
55+ [ examples-jakarta] ( examples-jakarta ) directory (for Jakarta EE 9+ / jakarta.mail).
5656
5757## Assertions
5858
You can’t perform that action at this time.
0 commit comments