File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
volcengine-java-sdk-llmshield Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments