From 757f3f6f772f8c911a91cefff0edd65f64f4ac44 Mon Sep 17 00:00:00 2001 From: zhouhao Date: Fri, 7 Mar 2025 11:01:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8D=87=E7=BA=A7=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../notify-component/notify-email/pom.xml | 4 +- pom.xml | 96 +++++++++++++------ 2 files changed, 70 insertions(+), 30 deletions(-) diff --git a/jetlinks-components/notify-component/notify-email/pom.xml b/jetlinks-components/notify-component/notify-email/pom.xml index 040db8eb..0c07d5d7 100755 --- a/jetlinks-components/notify-component/notify-email/pom.xml +++ b/jetlinks-components/notify-component/notify-email/pom.xml @@ -35,8 +35,8 @@ - com.sun.mail - jakarta.mail + jakarta.mail + jakarta.mail-api diff --git a/pom.xml b/pom.xml index 11a36f06..3b783669 100644 --- a/pom.xml +++ b/pom.xml @@ -16,15 +16,18 @@ UTF-8 zh_CN - 2.7.18 - 5.3.39 - 1.8 + 3.4.3 + 6.2.3 + 17 ${java.version} + ${java.version} + ${java.version} + - 4.0.18-SNAPSHOT + 5.0.0-SNAPSHOT - 4.1.3-SNAPSHOT + 4.2.0-SNAPSHOT 1.2.3-SNAPSHOT @@ -32,34 +35,40 @@ 1.0.18-SNAPSHOT - 1.0.2 + 1.0.3-SNAPSHOT - 1.0.0 + 1.0.1-SNAPSHOT + + 1.1.0-SNAPSHOT Borca-SR2 3.0.2 - 4.1.104.Final - 7.17.23 - 3.7.0 + 4.1.111.Final + 8.15.4 + 7.17.26 + 3.12.0 1.2.83 - 2020.0.38 - 4.3.8 - 2.18.0 - 1.2.11 - 1.6.11 - 2.14.3 - 2.9.1 - 1.26.0 - 2.2.8 + 2024.0.1 + 4.5.11 + 2.24.3 + 2.0.16 + 1.5.12 + 1.8.0 + 2.17.1 + 2.11.0 + 1.39.0 + 2.2.22 5.12.1 4.5.2 2.4.1 - 2021.0.3 + 2024.0.0 + 2.1.9 2.57 - 1.53.0 + 1.65.0 1.1.4 - 1.11.8 + 1.14.1 + 2023.0.3.2 @@ -225,7 +234,37 @@ io.asyncer r2dbc-mysql - 0.9.3 + 1.3.0 + + + + org.postgresql + r2dbc-postgresql + 1.0.7.RELEASE + + + + io.r2dbc + r2dbc-h2 + 1.0.0.RELEASE + + + + io.r2dbc + r2dbc-spi + 1.0.0.RELEASE + + + + io.r2dbc + r2dbc-pool + 1.0.2.RELEASE + + + + org.glassfish.expressly + expressly + 6.0.0-M1 @@ -399,11 +438,6 @@ ${reactor.excel.version} - - io.vavr - vavr - 0.9.2 - ch.qos.logback @@ -587,6 +621,12 @@ + + jakarta.mail + jakarta.mail-api + 2.1.3 + +