Skip to content

Commit e3c128d

Browse files
committed
Merge 'llmshield/dev-online-1.14.0-fix' into 'master'
fix: no project name error and Fix the jackson-core vulnerability (WS-2022-0468) and WS-2019-0379 See merge request: !643
2 parents 227dff3 + f51028c commit e3c128d

File tree

1 file changed

+13
-2
lines changed
  • volcengine-java-sdk-llmshield

1 file changed

+13
-2
lines changed

volcengine-java-sdk-llmshield/pom.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,32 @@
77
<version>0.2.31</version>
88
</parent>
99
<artifactId>volcengine-java-sdk-llmshield</artifactId>
10+
<name>volcengine-java-sdk-llmshield</name>
11+
<description>The Java SDK for Volcengine llmshield</description>
1012
<properties>
1113
<maven.compiler.source>1.8</maven.compiler.source>
1214
<maven.compiler.target>1.8</maven.compiler.target>
1315
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1416
</properties>
17+
<dependencyManagement>
18+
<dependencies>
19+
<dependency>
20+
<groupId>commons-codec</groupId>
21+
<artifactId>commons-codec</artifactId>
22+
<version>1.15</version> <!-- 安全版本 -->
23+
</dependency>
24+
</dependencies>
25+
</dependencyManagement>
1526
<dependencies>
1627
<dependency>
1728
<groupId>org.apache.httpcomponents</groupId>
1829
<artifactId>httpclient</artifactId>
19-
<version>4.5.13</version>
30+
<version>4.5.14</version>
2031
</dependency>
2132
<dependency>
2233
<groupId>com.fasterxml.jackson.core</groupId>
2334
<artifactId>jackson-databind</artifactId>
24-
<version>2.13.4.2</version>
35+
<version>2.15.2</version>
2536
</dependency>
2637
<!-- 其他依赖 -->
2738
<dependency>

0 commit comments

Comments
 (0)