From f54d56ed9c60054e1b76301d4a628ff909b23a77 Mon Sep 17 00:00:00 2001 From: ronger Date: Mon, 8 Apr 2024 14:54:08 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BE=9D=E8=B5=96=E5=86=B2=E7=AA=81?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 452b9c0..1f3d177 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.rymcu forest - 0.0.2 + 0.0.3 war forest forest(森林) —— 一款现代化的知识社区后台项目,使用 SpringBoot + Shiro + MyBatis + JWT + Redis 实现。 @@ -65,6 +65,12 @@ ch.qos.logback logback-classic 1.5.3 + + + ch.qos.logback + logback-core + + ch.qos.logback @@ -100,7 +106,7 @@ com.fasterxml.jackson.core jackson-databind - 2.14.0 + 2.14.2 @@ -342,7 +348,13 @@ com.theokanning.openai-gpt3-java client - 0.15.0 + 0.18.2 + + + com.fasterxml.jackson.core + jackson-databind + + com.squareup.retrofit2