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 jackson.version from 2.15.1 to 2.15.2 #1166

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2023

Bumps jackson.version from 2.15.1 to 2.15.2.
Updates jackson-databind from 2.15.1 to 2.15.2

Commits

Updates jackson-module-jaxb-annotations from 2.15.1 to 2.15.2

Commits
  • 2388322 [maven-release-plugin] prepare release jackson-modules-base-2.15.2
  • 2ca5448 2.15.2 release
  • 063a189 Update ASM dep to 9.5 (from 9.4)
  • b3a23c9 Update code coverage GH action
  • 911a0c5 Merge pull request #208 from FasterXML/tatu/2.15/207-mrbean-shading-pom
  • ecdb63b Fix #207: try to remove Asm dependency from mrbean module
  • 72116c8 Back to snapshot deps
  • 696542c [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates jackson-annotations from 2.15.1 to 2.15.2

Commits

Updates jackson-datatype-joda from 2.15.1 to 2.15.2

Commits
  • d8713d6 [maven-release-plugin] prepare release jackson-datatype-joda-2.15.2
  • 5a61524 2.15.2 release
  • c584dca Back to snapshot dep
  • dd45aea [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

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 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 `jackson.version` from 2.15.1 to 2.15.2.

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

Updates `jackson-module-jaxb-annotations` from 2.15.1 to 2.15.2
- [Commits](FasterXML/jackson-modules-base@jackson-modules-base-2.15.1...jackson-modules-base-2.15.2)

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

Updates `jackson-datatype-joda` from 2.15.1 to 2.15.2
- [Commits](FasterXML/jackson-datatype-joda@jackson-datatype-joda-2.15.1...jackson-datatype-joda-2.15.2)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.module:jackson-module-jaxb-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-joda
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 3, 2023
@goekay
Copy link
Member

goekay commented Jun 4, 2023

@juherr do you know why every PR has one failing PMD check after its integration?

@juherr
Copy link
Contributor

juherr commented Jun 4, 2023

@goekay I think it is because there is no modified file in the diff.
I think the check is legit on master branch but not on pr where we want check only modified files when some exist.
I will check how to fix that.

@goekay goekay merged commit c13d24f into master Jun 8, 2023
53 of 54 checks passed
@goekay goekay deleted the dependabot/maven/jackson.version-2.15.2 branch June 8, 2023 21:34
@juherr
Copy link
Contributor

juherr commented Jun 12, 2023

@goekay fyi pmd/pmd-github-action#193

@goekay
Copy link
Member

goekay commented Jun 23, 2024

@juherr the issue is open and this pmd check is still failing for all new PRs. it is annoying to see it red. what should we do? i personally would have no problem with removing this action.

@juherr
Copy link
Contributor

juherr commented Jun 23, 2024

@goekay pmd is failing when there is change in code.

I've never had any answer on the issue I openned pmd/pmd-github-action#193

IMO, pmd should be replaced by something else.

Feel free to remove or comment the section

@goekay
Copy link
Member

goekay commented Jun 23, 2024

i am removing it while creating a PR to re-add it (if the issue should be fixed in the future). i will add the whole context (our discussion, your issue etc) into that PR.

@goekay goekay mentioned this pull request Jun 23, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants