chore(deps): bump org.kill-bill.billing:killbill-oss-parent from 0.146.63 to 0.147.20 - #19
Conversation
Bumps [org.kill-bill.billing:killbill-oss-parent](https://github.com/killbill/killbill-oss-parent) from 0.146.63 to 0.147.20. - [Changelog](https://github.com/killbill/killbill-oss-parent/blob/master/NEWS) - [Commits](killbill/killbill-oss-parent@killbill-oss-parent-0.146.63...killbill-oss-parent-0.147.20) --- updated-dependencies: - dependency-name: org.kill-bill.billing:killbill-oss-parent dependency-version: 0.147.20 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 1fc411c. Configure here.
| <groupId>org.kill-bill.billing</groupId> | ||
| <artifactId>killbill-oss-parent</artifactId> | ||
| <version>0.146.63</version> | ||
| <version>0.147.20</version> |
There was a problem hiding this comment.
Incompatible parent POM generation bump
High Severity
killbill-oss-parent 0.147.20 is the Java 21 / Jakarta / Kill Bill 0.25 line (killbill-plugin-api 0.28.1, killbill-jooby, Jackson 2.22.1). This plugin still targets Kill Bill 0.24.x on JDK 11: source uses javax.servlet, javax.inject, and org.jooby; Docker runs killbill:0.24.9; pom.xml still depends on unversioned org.jooby:jooby and pins Jackson 2.18.6. The plugin will not build or load on the documented 0.24.x stack.
Reviewed by Cursor Bugbot for commit 1fc411c. Configure here.


Bumps org.kill-bill.billing:killbill-oss-parent from 0.146.63 to 0.147.20.
Commits
766e962[maven-release-plugin] prepare release killbill-oss-parent-0.147.207a0ad54pom.xml: update killbill-client to 1.5.3478cdb4[maven-release-plugin] prepare for next development iteration85130f0[maven-release-plugin] prepare release killbill-oss-parent-0.147.1992d74cfMerge pull request #1004 from killbill/killbill-plugin-api-0281548b1bfupdate to killbill-plugin-api:0.28.1158dcdb[maven-release-plugin] prepare for next development iteration7a9edc9[maven-release-plugin] prepare release killbill-oss-parent-0.147.189b6ea60Merge pull request #1002 from killbill/jackson-2.22.1c01491cupdate to jackson:2.22.1Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Single dependency-management version bump with no application code changes; verify
mvn verifyand compatibility with the Kill Bill runtime after inherited API/plugin versions shift.Overview
Bumps the Maven parent
killbill-oss-parentfrom 0.146.63 to 0.147.20 inpom.xml. No plugin source or test changes.That parent update pulls in newer Kill Bill platform dependency management (among upstream changes: killbill-plugin-api 0.28.1, killbill-client 1.5.3, Jackson 2.22.1). This project still pins Jackson 2.18.6 on
jackson-coreandjackson-databind, so Jackson may not move until those overrides are removed or updated.Reviewed by Cursor Bugbot for commit 1fc411c. Bugbot is set up for automated code reviews on this repo. Configure here.