Update dependencies, fix build, add Maven Central publishing#61
Merged
robinbraemer merged 2 commits intomasterfrom Jan 21, 2026
Merged
Update dependencies, fix build, add Maven Central publishing#61robinbraemer merged 2 commits intomasterfrom
robinbraemer merged 2 commits intomasterfrom
Conversation
- Security: Update commons-lang3 to 3.18.0 (CVE-2025-48924) - Update all dependencies to latest versions - Fix build: Add jsr305 dependency, configure Lombok annotation processor - Fix CloudflareRequest.java: getBody() -> body() for Unirest API - Add GitHub Actions CI workflow (Java 8, 11, 17) - Add Maven Central publishing workflow - Update README with both Maven Central and JitPack installation options - Change groupId to io.github.robinbraemer for Maven Central Dependency updates: - commons-lang3: 3.13.0 -> 3.18.0 - gson: 2.10.1 -> 2.13.2 - guava: 32.0.0-jre -> 33.5.0-jre - lombok: 1.18.26 -> 1.18.42 - maven-compiler-plugin: 3.11.0 -> 3.14.1 - maven-assembly-plugin: 3.5.0 -> 3.8.0 - maven-source-plugin: 3.2.1 -> 3.4.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Build Fixes
jsr305:3.0.2dependency for@NullableannotationhttpResponse.getBody()→httpResponse.body()(correct Unirest API)Dependency Updates
New Files
.github/workflows/ci.yml- CI for Java 8, 11, 17.github/workflows/publish.yml- Maven Central release workflowMaven Central Setup
New coordinates:
io.github.robinbraemer:cloudflare-api:1.5.0After merging, you need to add these GitHub secrets:
OSSRH_USERNAME- Sonatype token usernameOSSRH_TOKEN- Sonatype token passwordGPG_PRIVATE_KEY- GPG private key for signingGPG_PASSPHRASE- GPG passphraseNon-Breaking
com.github.robinbraemer:CloudflareAPITest Plan