zendesk-java-client
zendesk-java-client copied to clipboard
A Java client library for interacting with Zendesk
Bumps [org.codehaus.mojo:extra-enforcer-rules](https://github.com/mojohaus/extra-enforcer-rules) from 1.9.0 to 1.10.0. Release notes Sourced from org.codehaus.mojo:extra-enforcer-rules's releases. 1.10.0 🚀 New features and improvements Recognize JDK 25 (#318) @wendigo 📦 Dependency updates Bump org.codehaus.mojo:mojo-parent from 86...
Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.1.119.Final to 4.2.1.Final. Commits 72d0cce [maven-release-plugin] prepare release netty-4.2.1.Final f1b892b Fix javadoc generation so validation on sonatype works 322548c Import gpg key before trying to generate the...
Bumps org.slf4j:slf4j-api from 2.0.16 to 2.0.17. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps org.apache.commons:commons-text from 1.13.0 to 1.13.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.18.2 to 2.19.0. Commits 077244b [maven-release-plugin] prepare release jackson-bom-2.19.0 4dc20cb Prep for 2.19.0 release d9bd916 Merge branch '2.18' into 2.19 6b19afb Update CI to latest Ubuntu 08349a2...
Adds support for the following User Profile CRUD operations (documented [here](https://developer.zendesk.com/api-reference/ticketing/users/profiles_api/profiles_api/#create-or-update-profile-by-user-id)) ``` GET /api/v2/users/{user_id}/profiles GET /api/v2/user_profiles/{profile_id} GET /api/v2/user_profiles?identifier={identifier} PUT /api/v2/users/{user_id}/profiles?identifier={identifier} PUT /api/v2/user_profiles?identifier={identifier} PUT /api/v2/user_profiles/{profile_id} DELETE /api/v2/user_profiles/{profile_id} ```
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.2.3.Final to 4.2.7.Final. Commits 511cbac [maven-release-plugin] prepare release netty-4.2.7.Final bf1cad6 Adjust plugin config to not publish testsuite artifacts 690f56f [maven-release-plugin] rollback the release of netty-4.2.7.Final 63b5232 [maven-release-plugin]...
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.3 to 3.27.6. Release notes Sourced from org.assertj:assertj-core's releases. v3.27.6 :bug: Bug Fixes Core Add missing export for org.assertj.core.annotation #3951 :heart: Contributors Thanks to all the contributors...
Bumps [org.asynchttpclient:async-http-client](https://github.com/AsyncHttpClient/async-http-client) from 3.0.1 to 3.0.3. Release notes Sourced from org.asynchttpclient:async-http-client's releases. AHC v3.0.3 Release What's Changed netty leak detector 0.0.8 by @sullis in AsyncHttpClient/async-http-client#2087 Fix NPE race in NettyResponseFuture.cancel...