From aa6d4c2f647ef6d55b7df441b8b5b01f457c9f47 Mon Sep 17 00:00:00 2001 From: ronger Date: Mon, 6 Feb 2023 14:59:17 +0800 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=20=E4=BE=9D=E8=B5=96=E5=8D=87?= =?UTF-8?q?=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 50 +++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 47 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1856fef..2a75010 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.2 + 2.7.4 com.rymcu @@ -30,8 +30,21 @@ org.apache.logging.log4j log4j-to-slf4j + + io.netty + netty-codec + + + org.yaml + snakeyaml + + + io.netty + netty-codec + 4.1.86.Final + org.yaml snakeyaml @@ -81,6 +94,17 @@ org.springframework.boot spring-boot-starter-tomcat provided + + + org.apache.tomcat.embed + tomcat-embed-core + + + + + org.apache.tomcat.embed + tomcat-embed-core + 9.0.68 org.springframework.boot @@ -178,6 +202,12 @@ io.jsonwebtoken jjwt 0.9.1 + + + com.fasterxml.jackson.core + jackson-databind + + @@ -220,6 +250,20 @@ org.springframework.boot spring-boot-starter-websocket + + + com.fasterxml.jackson.core + jackson-databind + + + org.springframework + spring-web + + + org.springframework + spring-webmvc + + org.jodd @@ -261,12 +305,12 @@ cn.hutool hutool-core - 5.8.10 + 5.8.11 cn.hutool hutool-http - 5.8.10 + 5.8.11