File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/ai/philterd/philter Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040 <log4j .version>2.17.2</log4j .version>
4141 <okhttp .version>4.9.2</okhttp .version>
4242 <retrofit .version>2.9.0</retrofit .version>
43- <sslcontext .version>5.3 .0</sslcontext .version>
43+ <ayza .version>10.0 .0</ayza .version>
4444 </properties >
4545 <build >
4646 <plugins >
171171 </dependency >
172172 <dependency >
173173 <groupId >io.github.hakky54</groupId >
174- <artifactId >sslcontext-kickstart </artifactId >
175- <version >${sslcontext .version} </version >
174+ <artifactId >ayza </artifactId >
175+ <version >${ayza .version} </version >
176176 </dependency >
177177 <dependency >
178178 <groupId >com.squareup.retrofit2</groupId >
Original file line number Diff line number Diff line change 2020import ai .philterd .philter .model .exceptions .ServiceUnavailableException ;
2121import ai .philterd .philter .model .exceptions .UnauthorizedException ;
2222import ai .philterd .philter .services .PhilterService ;
23- import nl .altindag .sslcontext .SSLFactory ;
23+ import nl .altindag .ssl .SSLFactory ;
2424import okhttp3 .*;
2525import org .apache .commons .io .FileUtils ;
2626import org .apache .commons .lang3 .StringUtils ;
You can’t perform that action at this time.
0 commit comments