From 1baf908c80d5a509b9b5c2c68062782c250514cf Mon Sep 17 00:00:00 2001 From: "review512jwy@163.com" <“review512jwy@163.com”> Date: Mon, 20 Apr 2026 12:38:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=85=A8=E6=8A=A5=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a03f1ef..2db6b88 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.11 + 3.5.13 com.aeon @@ -42,6 +42,22 @@ org.springframework.boot spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-logging + + + org.apache.tomcat.embed + tomcat-embed-core + + + + + + org.apache.tomcat.embed + tomcat-embed-core + 10.1.54 @@ -82,6 +98,22 @@ disruptor 4.0.0 + + + com.fasterxml.jackson.core + jackson-core + 2.21.2 + + + com.fasterxml.jackson.core + jackson-databind + 2.21.2 + + + com.fasterxml.jackson.core + jackson-annotations + 2.21 +