File tree Expand file tree Collapse file tree 2 files changed +9
-14
lines changed
Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 3737 <artifactId >phileas-processors-unstructured</artifactId >
3838 <version >${project.version} </version >
3939 </dependency >
40- <!-- <dependency>
41- <groupId>ai.philterd</groupId>
42- <artifactId>phileas-processors-images</artifactId>
43- <version>${project.version}</version>
44- </dependency>-->
4540 <dependency >
4641 <groupId >ai.philterd</groupId >
4742 <artifactId >phileas-services-disambiguation</artifactId >
6257 <artifactId >libphonenumber</artifactId >
6358 <version >${libphonenumber.version} </version >
6459 </dependency >
65- <dependency >
66- <groupId >com.squareup.retrofit2</groupId >
67- <artifactId >retrofit</artifactId >
68- <version >${retrofit.version} </version >
69- </dependency >
7060 <dependency >
7161 <groupId >com.google.code.gson</groupId >
7262 <artifactId >gson</artifactId >
7363 <version >${gson.version} </version >
7464 </dependency >
65+ <dependency >
66+ <groupId >com.squareup.okhttp3</groupId >
67+ <artifactId >okhttp</artifactId >
68+ <version >${okhttp.version} </version >
69+ </dependency >
7570 <dependency >
7671 <groupId >com.squareup.retrofit2</groupId >
7772 <artifactId >converter-gson</artifactId >
Original file line number Diff line number Diff line change 109109 <nv-i18n .version>1.27</nv-i18n .version>
110110 <opennlp .version>2.5.3</opennlp .version>
111111 <pdfbox .version>3.0.4</pdfbox .version>
112- <redisson .version>3.39.0</redisson .version>
112+ <redisson .version>3.45.1</redisson .version>
113+ <okhttp .version>4.12.0</okhttp .version>
113114 <retrofit .version>2.11.0</retrofit .version>
114115 <scala .major.version>2.12</scala .major.version>
115116 <segment .version>2.0.1</segment .version>
116117 <snakeyaml .version>2.3</snakeyaml .version>
117118 <spring .boot.version>2.1.8.RELEASE</spring .boot.version>
118119 </properties >
119-
120120 <build >
121121 <pluginManagement >
122122 <plugins >
305305 <plugin >
306306 <groupId >org.owasp</groupId >
307307 <artifactId >dependency-check-maven</artifactId >
308- <version >9.2 .0</version >
308+ <version >12.1 .0</version >
309309 <inherited >false</inherited >
310310 <configuration >
311311 <retireJsAnalyzerEnabled >false</retireJsAnalyzerEnabled >
312312 <failOnError >false</failOnError >
313- <failBuildOnAnyVulnerability >false</ failBuildOnAnyVulnerability >
313+ <failBuildOnCVSS >0</ failBuildOnCVSS >
314314 <format >ALL</format >
315315 <skipProvidedScope >true</skipProvidedScope >
316316 <skipTestScope >true</skipTestScope >
You can’t perform that action at this time.
0 commit comments