Skip to content

Commit cd0dfed

Browse files
committed
Bumped patch versions across the board
1 parent 3051bbb commit cd0dfed

File tree

6 files changed

+29
-6
lines changed

6 files changed

+29
-6
lines changed

modules/batch-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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>

modules/cli-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
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 -->

modules/core-module/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,10 @@
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

modules/dkim-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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>

modules/outlook-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
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>

pom.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,31 @@
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

0 commit comments

Comments
 (0)