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