Skip to content

Commit 577f866

Browse files
authored
Bump and rename sslcontext-kicktart to ayza (#12)
1 parent 453ecf9 commit 577f866

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
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>
@@ -171,8 +171,8 @@
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>

src/main/java/ai/philterd/philter/PhilterClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import ai.philterd.philter.model.exceptions.ServiceUnavailableException;
2121
import ai.philterd.philter.model.exceptions.UnauthorizedException;
2222
import ai.philterd.philter.services.PhilterService;
23-
import nl.altindag.sslcontext.SSLFactory;
23+
import nl.altindag.ssl.SSLFactory;
2424
import okhttp3.*;
2525
import org.apache.commons.io.FileUtils;
2626
import org.apache.commons.lang3.StringUtils;

0 commit comments

Comments
 (0)