File tree Expand file tree Collapse file tree 6 files changed +29
-6
lines changed Expand file tree Collapse file tree 6 files changed +29
-6
lines changed Original file line number Diff line number Diff line change 3333 <dependency >
3434 <groupId >org.simplejavamail</groupId >
3535 <artifactId >smtp-connection-pool</artifactId >
36- <version >2.3.1 </version >
36+ <version >2.3.2 </version >
3737 </dependency >
3838 </dependencies >
3939</project >
Original file line number Diff line number Diff line change 3232 <dependency >
3333 <groupId >com.github.bbottema</groupId >
3434 <artifactId >java-reflection</artifactId >
35- <version >4.1.0 </version >
35+ <version >4.0.2 </version >
3636 </dependency >
3737
3838 <!-- needed for cli support -->
Original file line number Diff line number Diff line change 4646 <dependency >
4747 <groupId >jakarta.mail</groupId >
4848 <artifactId >jakarta.mail-api</artifactId >
49- <version >2.1.2</version >
5049 </dependency >
5150 <dependency >
5251 <groupId >org.eclipse.angus</groupId >
5352 <artifactId >angus-mail</artifactId >
54- <version >2.0.3</version >
5553 <scope >runtime</scope >
5654 </dependency >
5755
Original file line number Diff line number Diff line change 3333 <dependency >
3434 <groupId >org.simplejavamail</groupId >
3535 <artifactId >utils-mail-dkim</artifactId >
36- <version >3.1 .0</version >
36+ <version >3.2 .0</version >
3737 </dependency >
3838 </dependencies >
3939</project >
Original file line number Diff line number Diff line change 3434 <dependency >
3535 <groupId >org.simplejavamail</groupId >
3636 <artifactId >outlook-message-parser</artifactId >
37- <version >1.13.2 </version >
37+ <version >1.13.4 </version >
3838 <scope >compile</scope >
3939 </dependency >
4040 </dependencies >
Original file line number Diff line number Diff line change 9696 <artifactId >jsr305</artifactId >
9797 <version >3.0.2</version >
9898 </dependency >
99+ <dependency >
100+ <groupId >jakarta.mail</groupId >
101+ <artifactId >jakarta.mail-api</artifactId >
102+ <version >2.1.3</version >
103+ </dependency >
104+ <dependency >
105+ <groupId >jakarta.activation</groupId >
106+ <artifactId >jakarta.activation-api</artifactId >
107+ <version >2.1.3</version >
108+ </dependency >
109+ <dependency >
110+ <groupId >commons-io</groupId >
111+ <artifactId >commons-io</artifactId >
112+ <version >2.16.1</version >
113+ </dependency >
114+ <dependency >
115+ <groupId >org.eclipse.angus</groupId >
116+ <artifactId >angus-mail</artifactId >
117+ <version >2.0.3</version >
118+ </dependency >
119+ <dependency >
120+ <groupId >org.slf4j</groupId >
121+ <artifactId >slf4j-api</artifactId >
122+ <version >2.0.9</version >
123+ </dependency >
99124 </dependencies >
100125 </dependencyManagement >
101126
You can’t perform that action at this time.
0 commit comments