Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Bump smtp from 1.6.5 to 2.0.1 #286

Open
wants to merge 1 commit into
base: bleeding-1.X.X
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
runtime 'org.apache.logging.log4j:log4j-core:2.14.1'
runtime 'org.apache.logging.log4j:log4j-slf4j-impl:2.14.1'
compile 'org.mariadb.jdbc:mariadb-java-client:2.7.3'
runtime 'com.sun.mail:smtp:1.6.5'
runtime 'com.sun.mail:smtp:2.0.1'
runtime 'com.sun.mail:dsn:2.0.0'

// BEGIN: Rewrite Jetty due to CVE-2021-28165
Expand Down