Skip to content

chore(deps): bump the low-risk group with 6 updates#341

Merged
RichardSlater merged 1 commit intomainfrom
dependabot/maven/low-risk-7ea123e7f3
Jan 19, 2026
Merged

chore(deps): bump the low-risk group with 6 updates#341
RichardSlater merged 1 commit intomainfrom
dependabot/maven/low-risk-7ea123e7f3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps the low-risk group with 6 updates:

Package From To
ch.qos.logback:logback-core 1.5.24 1.5.25
ch.qos.logback:logback-classic 1.5.24 1.5.25
com.fasterxml.jackson:jackson-bom 2.20.1 2.21.0
io.projectreactor:reactor-bom 2025.0.1 2025.0.2
io.projectreactor.netty:reactor-netty-core 1.3.1 1.3.2
com.puppycrawl.tools:checkstyle 12.3.0 12.3.1

Updates ch.qos.logback:logback-core from 1.5.24 to 1.5.25

Commits
  • f426e00 prepare release of 1.5.25
  • d28931f restrict object creation to expected supertype
  • aa264f7 test default variable values in appender-ref ref attribute
  • 8fb403a adjust copyright year
  • b294a12 check optionList in start()
  • b65040a Add EpochConverter for milliseconds/seconds since epoch (related to issue #96...
  • 0690174 cla for Duncan Jauncey
  • 71dc2af Removed email address for Tony.
  • 1f97ae1 check for undeclared by referenced appenders
  • b07355e Move the artifact version checking code to VersionUtil in logback-core.
  • Additional commits viewable in compare view

Updates ch.qos.logback:logback-classic from 1.5.24 to 1.5.25

Commits
  • f426e00 prepare release of 1.5.25
  • d28931f restrict object creation to expected supertype
  • aa264f7 test default variable values in appender-ref ref attribute
  • 8fb403a adjust copyright year
  • b294a12 check optionList in start()
  • b65040a Add EpochConverter for milliseconds/seconds since epoch (related to issue #96...
  • 0690174 cla for Duncan Jauncey
  • 71dc2af Removed email address for Tony.
  • 1f97ae1 check for undeclared by referenced appenders
  • b07355e Move the artifact version checking code to VersionUtil in logback-core.
  • Additional commits viewable in compare view

Updates ch.qos.logback:logback-classic from 1.5.24 to 1.5.25

Commits
  • f426e00 prepare release of 1.5.25
  • d28931f restrict object creation to expected supertype
  • aa264f7 test default variable values in appender-ref ref attribute
  • 8fb403a adjust copyright year
  • b294a12 check optionList in start()
  • b65040a Add EpochConverter for milliseconds/seconds since epoch (related to issue #96...
  • 0690174 cla for Duncan Jauncey
  • 71dc2af Removed email address for Tony.
  • 1f97ae1 check for undeclared by referenced appenders
  • b07355e Move the artifact version checking code to VersionUtil in logback-core.
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson:jackson-bom from 2.20.1 to 2.21.0

Commits

Updates io.projectreactor:reactor-bom from 2025.0.1 to 2025.0.2

Release notes

Sourced from io.projectreactor:reactor-bom's releases.

2025.0.2

2025.0.2 release train is made of:

These artifacts didn't have any changes:

  • reactor-addons 3.6.0
  • reactor-kotlin-extensions 1.3.0
Commits
  • e2629fa [release] Prepare and release BOM 2025.0.2
  • d69ee21 Merge-ignore release 2024.0.14 into 2025.0.2
  • bf896a2 [release] Back to snapshots, next BOM will be SR 15
  • 2c9fb2b [release] Prepare and release BOM 2024.0.14
  • e167849 [release] Back to snapshots, next BOM will be SR 2
  • See full diff in compare view

Updates io.projectreactor.netty:reactor-netty-core from 1.3.1 to 1.3.2

Release notes

Sourced from io.projectreactor.netty:reactor-netty-core's releases.

v1.3.2

Reactor Netty 1.3.2 is part of 2025.0.2 Release Train.

What's Changed

✨ New features and improvements

🐞 Bug fixes

New Contributors

Full Changelog: reactor/reactor-netty@v1.3.1...v1.3.2

Commits
  • afef745 [release] Prepare and release 1.3.2
  • 9d5a53c Revert "[release] Prepare and release 1.3.2"
  • 958d476 [release] Prepare and release 1.3.2
  • 5d0f318 Merge-ignore release 1.2.14 into 1.3.2
  • f620e48 [release] Back to snapshots, next is 1.2.15-SNAPSHOT
  • f95f565 [release] Prepare and release 1.2.14
  • ec80736 Merge #4058 into 1.3.2
  • 2dabb52 Bump io.projectreactor.tools:blockhound from 1.0.15.RELEASE to 1.0.16.RELEASE...
  • 33945c8 Merge #4057 into 1.3.2
  • 9555f1f Bump net.ltgt.errorprone from 4.3.0 to 4.4.0 (#4057)
  • Additional commits viewable in compare view

Updates com.puppycrawl.tools:checkstyle from 12.3.0 to 12.3.1

Release notes

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

checkstyle-12.3.1

Checkstyle 12.3.1 - https://checkstyle.org/releasenotes.html#Release_12.3.1

Bug fixes:

#17265 - Duplicate violations in WhitespaceAfter and WhitespaceAround in google config #17778 - Add support to properly follow Rule 7.1.1 General Form in Google Style Guide Implementation #18381 - NullPointerException in TextBlockGoogleStyleFormatting with text blocks in annotations #17727 - Need default config in google_checks.xml to forbid lowercase Javadoc beginnings

Commits
  • b1e9d8e [maven-release-plugin] prepare release checkstyle-12.3.1
  • ba4a81f doc: release notes for 12.3.1
  • 9550a20 Issue #17449: Add XDocs example for FinalLocalVariableCheck validateUnnamedVa...
  • 0dd8729 dependency: bump nl.jqno.equalsverifier:equalsverifier
  • e861655 dependency: bump pmd.version from 7.19.0 to 7.20.0
  • 26139c0 Issue #18023: Resolve Pitest Sup - filters - SupressionCommentFilter
  • cf7bd8a Issue #18028: Resolve Pitest Supressions - api - abstractcheck
  • 7476d1c Issue #17746: Made implementation for finding end of description not depend o...
  • bfa6fd2 Issue #17265: Remove duplicate violations in WhitespaceAfter and WhitespaceAr...
  • b2263ef Issue #18028: Resolve Pitest Supressions - api - abstractfileset
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
com.puppycrawl.tools:checkstyle [>= 13.a0, < 14]

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 <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 low-risk group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) | `1.5.24` | `1.5.25` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.24` | `1.5.25` |
| [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.20.1` | `2.21.0` |
| [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) | `2025.0.1` | `2025.0.2` |
| [io.projectreactor.netty:reactor-netty-core](https://github.com/reactor/reactor-netty) | `1.3.1` | `1.3.2` |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `12.3.0` | `12.3.1` |


Updates `ch.qos.logback:logback-core` from 1.5.24 to 1.5.25
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.24...v_1.5.25)

Updates `ch.qos.logback:logback-classic` from 1.5.24 to 1.5.25
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.24...v_1.5.25)

Updates `ch.qos.logback:logback-classic` from 1.5.24 to 1.5.25
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.24...v_1.5.25)

Updates `com.fasterxml.jackson:jackson-bom` from 2.20.1 to 2.21.0
- [Commits](FasterXML/jackson-bom@jackson-bom-2.20.1...jackson-bom-2.21.0)

Updates `io.projectreactor:reactor-bom` from 2025.0.1 to 2025.0.2
- [Release notes](https://github.com/reactor/reactor/releases)
- [Commits](reactor/reactor@2025.0.1...2025.0.2)

Updates `io.projectreactor.netty:reactor-netty-core` from 1.3.1 to 1.3.2
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.3.1...v1.3.2)

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

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-core
  dependency-version: 1.5.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: low-risk
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: low-risk
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: low-risk
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: low-risk
- dependency-name: io.projectreactor:reactor-bom
  dependency-version: 2025.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: low-risk
- dependency-name: io.projectreactor.netty:reactor-netty-core
  dependency-version: 1.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: low-risk
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-version: 12.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: low-risk
...

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 Jan 19, 2026
Copilot AI review requested due to automatic review settings January 19, 2026 09:54
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@RichardSlater
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@sonarqubecloud
Copy link

Copy link
Contributor

@RichardSlater RichardSlater left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor and patch bumps, standard pre-approved change.

@RichardSlater RichardSlater merged commit 32b6854 into main Jan 19, 2026
2 checks passed
@RichardSlater RichardSlater deleted the dependabot/maven/low-risk-7ea123e7f3 branch January 19, 2026 10:46
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

Development

Successfully merging this pull request may close these issues.

2 participants