Skip to content

Commit

Permalink
[#noissue] Bump javax.mail from 1.4.7 to 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad authored and intr3p1d committed Dec 10, 2021
1 parent 685cf2c commit 7150908
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
</dependency>

<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<groupId>jakarta.mail</groupId>
<artifactId>jakarta.mail-api</artifactId>
</dependency>

<!-- Logging dependencies -->
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -830,9 +830,9 @@
<version>1.1</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.4.7</version>
<groupId>jakarta.mail</groupId>
<artifactId>jakarta.mail-api</artifactId>
<version>1.6.7</version>
</dependency>


Expand Down
4 changes: 2 additions & 2 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@
</dependency>

<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<groupId>jakarta.mail</groupId>
<artifactId>jakarta.mail-api</artifactId>
</dependency>

<dependency>
Expand Down

0 comments on commit 7150908

Please sign in to comment.