You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,15 @@ Note: This is a revival / continuation of the archived project markenwerk/java-u
13
13
<dependency>
14
14
<groupId>org.simplejavamail</groupId>
15
15
<artifactId>utils-mail-dkim</artifactId>
16
-
<version>3.2.1</version>
16
+
<version>3.2.2</version>
17
17
</dependency>
18
18
```
19
19
20
20
## Change history
21
21
22
-
v3.2.0 - v3.2.1
22
+
v3.2.0 - v3.2.2
23
23
24
+
- 3.2.2: 18-04-2025: update bcpkix-jdk18on dependency to version 1.78.1
24
25
- 3.2.1: 13-04-2025: [#8](https://github.com/simple-java-mail/java-utils-mail-dkim/pull/8) resolve vulnerability by migrating from net.i2p.crypto.eddsa to org.bouncycastle.bcpkix-jdk18on
0 commit comments