Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.3.5

- [CHANGED] Update async-http-client to 3.0.6.
- [CHANGED] Change dependency scopes to api.
- [CHANGED] Upgrade Netty to 4.1.129.Final.

## 1.3.4

- [CHANGED] Updated org.asynchttpclient:async-http-client to 3.0.1 to address a vulnerability
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The pusher-http-java library is available in Maven Central:
<dependency>
<groupId>com.pusher</groupId>
<artifactId>pusher-http-java</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

group = "com.pusher"
version = "1.3.4"
version = "1.3.5"
description = "Pusher HTTP Client"

// Netty version override to address CVE-2025-24970, CVE-2025-25193, CVE-2025-55163,
Expand Down