Skip to content
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

Bump version.com.fasterxml.jackson from 2.15.2 to 2.16.1 #4008

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2024

Bumps version.com.fasterxml.jackson from 2.15.2 to 2.16.1.
Updates com.fasterxml.jackson.core:jackson-core from 2.15.2 to 2.16.1

Commits

Updates com.fasterxml.jackson.core:jackson-annotations from 2.15.2 to 2.16.1

Commits

Updates com.fasterxml.jackson.core:jackson-databind from 2.15.2 to 2.16.1

Commits

Dependabot 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 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)

Bumps `version.com.fasterxml.jackson` from 2.15.2 to 2.16.1.

Updates `com.fasterxml.jackson.core:jackson-core` from 2.15.2 to 2.16.1
- [Commits](FasterXML/jackson-core@jackson-core-2.15.2...jackson-core-2.16.1)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.15.2 to 2.16.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.15.2 to 2.16.1
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 6, 2024
@hibernate-github-bot
Copy link

Thanks for your pull request!

This pull request does not follow the contribution rules. Could you have a look?

❌ All commit messages should start with a JIRA issue key matching pattern HSEARCH-\d+
    ↳ Offending commits: [24ccbf7]

› This message was automatically generated.

1 similar comment
@hibernate-github-bot
Copy link

Thanks for your pull request!

This pull request does not follow the contribution rules. Could you have a look?

❌ All commit messages should start with a JIRA issue key matching pattern HSEARCH-\d+
    ↳ Offending commits: [24ccbf7]

› This message was automatically generated.

@yrodiere
Copy link
Member

yrodiere commented Mar 6, 2024

@marko-bekhta We'd need to check whether we want to stick to 2.15... I know WildFly does, though I don't remember why: wildfly/wildfly#17653 (comment)

@marko-bekhta
Copy link
Member

I see that Avro (1.11.3) is using a 2.14.2 version of Jackson ... https://github.com/apache/avro/blob/35ff8b997738e4d983871902d47bfb67b3250734/lang/java/pom.xml#L41 so let's wait for some reply on the Wildfly side...
From what I remember, initially, we were trying to keep the version of Jackson aligned to what the Elasticsearch lib needed, but that changed a while ago 🙈 😃

@yrodiere
Copy link
Member

yrodiere commented Mar 6, 2024

Yeah I believe the Elasticsearch client is not updating its dependencies anyway. And it gets worse as for example they're still forcing us to use Apache HTTP Client 4 even though 5 has been out for a while :/

As for Avro... it's weird that they're on such on an old version. But as long as our tests pass, I'm not worried: we don't need much from Avro and I believe we have decent test coverage in this area.

@marko-bekhta
Copy link
Member

Closing in favour of #4026 to keep the version aligned with Wildfly.

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 8, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/version.com.fasterxml.jackson-2.16.1 branch March 8, 2024 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
2 participants