Skip to content

Commit abe3834

Browse files
Copilotronaldgyg
andcommitted
Fix CVE-2025-7962: Upgrade javax.mail from 1.6.2 to jakarta.mail 1.6.4
Co-authored-by: ronaldgyg <214480128+ronaldgyg@users.noreply.github.com>
1 parent 2878eac commit abe3834

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ mockito-junit-jupiter = { group = "org.mockito", name = "mockito-junit-jupiter",
3636
junit-jupiter-api = { group = "org.junit.jupiter", name = "junit-jupiter-api", version.ref = "junit-jupiter" }
3737
junit-jupiter-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine", version.ref = "junit-jupiter" }
3838
junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher", version.ref = "junit-platform" }
39-
javax-mail = { module = "com.sun.mail:javax.mail", version = "1.6.2" }
39+
javax-mail = { module = "com.sun.mail:jakarta.mail", version = "1.6.4" }
4040

4141
[plugins]
4242
spring-boot = { id = "org.springframework.boot", version.ref = "spring-boot" }

0 commit comments

Comments
 (0)