Skip to content

Commit

Permalink
Merge pull request #112 from CleverTap/force_tls
Browse files Browse the repository at this point in the history
Revert upgrade of okhttp
  • Loading branch information
smghacker authored Nov 28, 2024
2 parents 3cb7752 + 1b964b9 commit 5c9625f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.clevertap.apns</groupId>
<artifactId>apns-http2</artifactId>
<version>4.0.1</version>
<version>4.0.2</version>

<name>apns-http2</name>
<description>A library for communicating with the Apple Push Gateway in HTTP/2.</description>
Expand All @@ -19,7 +19,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
<okhttp.version>5.0.0-alpha.14</okhttp.version>
<okhttp.version>4.8.1</okhttp.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 5c9625f

Please sign in to comment.