Skip to content

Commit 788389a

Browse files
committed
chore(deps): bump jackson to 2.18.1
1 parent 37d5c65 commit 788389a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
- `UsersApi#checkIfUserFollowsPlaylist` remove `ids` argument as only the current use can be checked
9+
- Bump jackson to `2.18.1`
810

911
## [4.2.0]
1012
- Remove no longer supported `country` query parameter

spotify-web-api-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<properties>
2323
<okhttp.version>4.12.0</okhttp.version>
24-
<jackson.version>2.16.1</jackson.version>
24+
<jackson.version>2.18.1</jackson.version>
2525

2626
<moditect.module.name>de.sonallux.spotify.api</moditect.module.name>
2727
</properties>

0 commit comments

Comments
 (0)