diff --git a/build.gradle b/build.gradle index e053aa04..1eda554d 100644 --- a/build.gradle +++ b/build.gradle @@ -102,7 +102,7 @@ dependencies { 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:dsn:2.0.0' + runtime 'com.sun.mail:dsn:2.0.1' // BEGIN: Rewrite Jetty due to CVE-2021-28165 compile('org.eclipse.jetty:jetty-server') {