Skip to content

Commit

Permalink
Update javax.mail:javax.mail* to Jakarta
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-sh committed Jun 19, 2024
1 parent 6bdab52 commit 88da48f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>javax.mail-api</artifactId>
<version>1.6.2</version>
<groupId>jakarta.mail</groupId>
<artifactId>jakarta.mail-api</artifactId>
<version>1.6.7</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -124,8 +124,8 @@
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
<version>1.6.2</version>
<artifactId>jakarta.mail</artifactId>
<version>1.6.7</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 88da48f

Please sign in to comment.