summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaixiliu <liukaixi@chinamobile.com>2024-08-06 16:10:55 +0800
committerkaixiliu <liukaixi@chinamobile.com>2024-08-06 16:11:10 +0800
commit297f7870a370452b22803c6eb62da35f99775eef (patch)
treeeae5eeaac3cfda3e9cfab99c45b2026e0ad1ec1c
parent89a4b94a5a7e5c730fe5426c64ba1807e8dfa784 (diff)
llm-adaptation updates the vulnerable direct dependenciesHEADmaster
Issue-ID: USECASEUI-840 Change-Id: Ib1cc788e7e113b788e086fc1a00306ea55f75b44 Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
-rw-r--r--llm-adaptation/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/llm-adaptation/pom.xml b/llm-adaptation/pom.xml
index c9d80f9..5f0909d 100644
--- a/llm-adaptation/pom.xml
+++ b/llm-adaptation/pom.xml
@@ -56,7 +56,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>8.16</version>
+ <version>9.4</version>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>