Skip to content

Commit

Permalink
Bump to version 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pusher-ci committed Dec 18, 2024
1 parent a312832 commit 90dc344
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.3.4

- [CHANGED] Updated org.asynchttpclient:async-http-client to 3.0.1 to address a vulnerability
- [CHANGED] Updated CI matrix to remove Java 8 and add Java 21, reflecting current support policy
- [CHANGED] Replaced deprecated constructor with in
- [REMOVED] Deprecated org.ajoberstar.github-pages plugin and associated configuration

## 1.3.1 2022-05-16

- [CHANGED] Use SecureRandom.nextBytes instead of SecureRandom.generateSeed
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.3</version>
<version>1.3.4</version>
</dependency>
```

Expand Down

0 comments on commit 90dc344

Please sign in to comment.