We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb7ab7 commit cb9ffddCopy full SHA for cb9ffdd
2 files changed
examples-jakarta/pom.xml
@@ -58,7 +58,7 @@
58
<dependency>
59
<groupId>com.icegreen</groupId>
60
<artifactId>greenmail-junit5</artifactId>
61
- <version>2.1.2</version>
+ <version>2.1.8</version>
62
<scope>test</scope>
63
</dependency>
64
examples/pom.xml
@@ -34,6 +34,12 @@
34
<artifactId>commons-io</artifactId>
35
<version>2.22.0</version>
36
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>
43
</dependencies>
44
</dependencyManagement>
45
0 commit comments