-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump com.fasterxml.jackson:jackson-bom from 2.15.3
to 2.16.0
#5595
chore(deps): bump com.fasterxml.jackson:jackson-bom from 2.15.3
to 2.16.0
#5595
Conversation
Karaf tests failing:
|
5602039
to
19ba9f9
Compare
After update to jackson 2.16.0, AdaptTest seems to be failing with this error:
On closer look, it looks like jackson is rightly pointing out that code is problematic (it's missing Lines 91 to 92 in c550866
|
A newer version of com.fasterxml.jackson:jackson-bom exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
2.15.3
to 2.16.1
03860a6
to
9d7e0e4
Compare
I saw a new patch release of jackson v2.16.1 and thought of bumping jackson to this version. However, bumping to jackson v2.16.1 seems to be causing SimpleIT.tasks_javaCompilationIsSuccessfulAfterCrd2Java to fail
If I build this on JDK21 it seems to pass. |
Is it only this test what fails? it's kind of odd that just because of this IT we need to bump the JDK version. |
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.15.3 to 2.16.0. - [Commits](FasterXML/jackson-bom@jackson-bom-2.15.3...jackson-bom-2.16.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Rohan Kumar <[email protected]>
…er in mockserver expectation Signed-off-by: Rohan Kumar <[email protected]>
9d7e0e4
to
432f1c4
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
2.15.3
to 2.16.1
2.15.3
to 2.16.0
Bumps com.fasterxml.jackson:jackson-bom from 2.15.3 to 2.16.0.
You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)