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

build(deps): bump the dependencies group in /core-java with 5 updates #683

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2023

Bumps the dependencies group in /core-java with 5 updates:

Package From To
org.apache.logging.log4j:log4j-core 2.21.1 2.22.0
org.apache.logging.log4j:log4j-api 2.21.1 2.22.0
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.15.3 2.16.0
com.fasterxml.jackson.core:jackson-databind 2.15.3 2.16.0
com.puppycrawl.tools:checkstyle 10.12.4 10.12.5

Updates org.apache.logging.log4j:log4j-core from 2.21.1 to 2.22.0

Updates org.apache.logging.log4j:log4j-api from 2.21.1 to 2.22.0

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.15.3 to 2.16.0

Commits
  • 89c9cb5 [maven-release-plugin] prepare release jackson-dataformats-text-2.16.0
  • 8b0bf6c Prepare for 2.16.0 release
  • f1a2803 Back to snapshot deps
  • 5a433fc [maven-release-plugin] prepare for next development iteration
  • b2a3d9a [maven-release-plugin] prepare release jackson-dataformats-text-2.16.0-rc1
  • e3dbdb0 Prepare for 2.16.0-rc1 release
  • 74461cf Enable JDK 21 for CI java matrix
  • 90a2f8c Fix #198: add CsvGenerator.Feature.ALWAYS_QUOTE_NUMBERS (#440)
  • f8bd56b Fix #438: prevent quoting of BigInteger/BigDecimal when not expected (#439)
  • 56686c8 Update release notes
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.16.0

Commits

Updates com.puppycrawl.tools:checkstyle from 10.12.4 to 10.12.5

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-10.12.5

Checkstyle 10.12.5 - https://checkstyle.org/releasenotes.html#Release_10.12.5

Bug fixes:

#14014 - Indentation: Switch expression doesn't pass with LeftCurlies on newlines

... (truncated)

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group in /core-java with 5 updates:

| Package | From | To |
| --- | --- | --- |
| org.apache.logging.log4j:log4j-core | `2.21.1` | `2.22.0` |
| org.apache.logging.log4j:log4j-api | `2.21.1` | `2.22.0` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | `2.15.3` | `2.16.0` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.15.3` | `2.16.0` |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.12.4` | `10.12.5` |


Updates `org.apache.logging.log4j:log4j-core` from 2.21.1 to 2.22.0

Updates `org.apache.logging.log4j:log4j-api` from 2.21.1 to 2.22.0

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.15.3 to 2.16.0
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.15.3...jackson-dataformats-text-2.16.0)

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

Updates `com.puppycrawl.tools:checkstyle` from 10.12.4 to 10.12.5
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.12.4...checkstyle-10.12.5)

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner November 26, 2023 23:17
@dependabot dependabot bot added the 🏠 pr: internal PR which adds internal framework changes label Nov 26, 2023
@dependabot dependabot bot added the java Pull requests that update Java code label Nov 26, 2023
@dependabot dependabot bot requested a review from WasiqB November 26, 2023 23:17
@ghost
Copy link

ghost commented Nov 26, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@WasiqB WasiqB merged commit 3f8de09 into main Nov 28, 2023
21 checks passed
@dependabot dependabot bot deleted the dependabot/maven/core-java/main/dependencies-a279248b46 branch November 28, 2023 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏠 pr: internal PR which adds internal framework changes java Pull requests that update Java code
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant