Skip to content

Commit cb9ffdd

Browse files
authored
chore: Dependency updates (#183)
chore: Update com.sun.mail:jakarta.mail to 1.6.8. chore: Update com.icegreen:greenmail-junit5 to 2.1.8.
1 parent 6cb7ab7 commit cb9ffdd

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

examples-jakarta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>com.icegreen</groupId>
6060
<artifactId>greenmail-junit5</artifactId>
61-
<version>2.1.2</version>
61+
<version>2.1.8</version>
6262
<scope>test</scope>
6363
</dependency>
6464
<dependency>

examples/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
<artifactId>commons-io</artifactId>
3535
<version>2.22.0</version>
3636
</dependency>
37+
<!-- greenmail-junit5 1.6.15 comes with a vulnerable version of jakarta.mail -->
38+
<dependency>
39+
<groupId>com.sun.mail</groupId>
40+
<artifactId>jakarta.mail</artifactId>
41+
<version>1.6.8</version>
42+
</dependency>
3743
</dependencies>
3844
</dependencyManagement>
3945

0 commit comments

Comments
 (0)