Skip to content

build(deps): bump the maven-dependencies group with 3 updates #391

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 20, 2025

Bumps the maven-dependencies group with 3 updates: com.fasterxml.jackson.module:jackson-module-kotlin, org.apache.maven.plugins:maven-enforcer-plugin and io.projectreactor:reactor-core.

Updates com.fasterxml.jackson.module:jackson-module-kotlin from 2.19.1 to 2.19.2

Commits
  • a569a18 [maven-release-plugin] prepare release jackson-module-kotlin-2.19.2
  • 84923e3 Prep for 2.19.2
  • 524e8da Merge pull request #1014 from k163377/update-japicmp
  • ba7620c Update japicmp
  • 61ea671 Merge pull request #1009 from k163377/porting-tests
  • 605e34c Add exhaustive tests for JsonValue and JsonKey usage in value class
  • 4f69cfa Back to snapshot dep
  • 7855492 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.maven.plugins:maven-enforcer-plugin from 3.6.0 to 3.6.1

Release notes

Sourced from org.apache.maven.plugins:maven-enforcer-plugin's releases.

3.6.1

🚀 New features and improvements

🐛 Bug Fixes

  • Fix NPE when a classifier part is specified in bannedDependencies (#905) @​harrisric

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

Commits
  • 9b9b705 [maven-release-plugin] prepare release enforcer-3.6.1
  • 469f45c Move contributing information into README - fix cla link
  • fec424a Move contributing information into README
  • 3abe11d Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 (#910)
  • d58be76 Improve performance of transitive dependency checks (#904)
  • 1f7ac3c null analysis (#907)
  • 3bfbff8 Fix some typos
  • 8da0311 Remove unused javax.annotations dependency (#899)
  • 06bcf29 Remove unused methods (#900)
  • b25c800 Fix NPE when a classifier part is specified but an artifact classifier is nul...
  • Additional commits viewable in compare view

Updates io.projectreactor:reactor-core from 3.7.7 to 3.7.8

Release notes

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

v3.7.8

Reactor Core 3.7.8 is part of the 2024.0.8 Release Train.

What's Changed

✨ New features and improvements

🐞 Bug fixes

New Contributors

Full Changelog: reactor/reactor-core@v3.7.7...v3.7.8

Commits
  • 5630334 [release] Prepare and release 3.7.8
  • 23d4de5 [test] Fix SinksTest.OptimisticEmitFailureHandlerTest#shouldRetryOptimistical...
  • cd881ce Fix RetryBackoffSpec multiplier handling of fractional values (#4048)
  • d358fb1 [build] Include GitHub Actions in CodeQL checks (#4047)
  • 1f3f015 [build] Adjust GitHub Actions permissions
  • 4c7b244 Remove dependencies.gradle and finish migration to catalog (#4045)
  • ff9874e Bump JUnit from 5.13.1 to 5.13.2
  • cb21512 Bump com.gradleup.shadow from 8.3.6 to 8.3.7 (#4043)
  • 1f0a4fa Bump byteBuddyVersion from 1.17.5 to 1.17.6 (#4040)
  • beffae2 Bump ruby/setup-ruby from 1.176.0 to 1.245.0 in /.github/workflows (#4039)
  • Additional commits viewable 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 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 maven-dependencies group with 3 updates: [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin), [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) and [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core).


Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.19.1 to 2.19.2
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.19.1...jackson-module-kotlin-2.19.2)

Updates `org.apache.maven.plugins:maven-enforcer-plugin` from 3.6.0 to 3.6.1
- [Release notes](https://github.com/apache/maven-enforcer/releases)
- [Commits](apache/maven-enforcer@enforcer-3.6.0...enforcer-3.6.1)

Updates `io.projectreactor:reactor-core` from 3.7.7 to 3.7.8
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.7.7...v3.7.8)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-version: 2.19.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-version: 3.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: io.projectreactor:reactor-core
  dependency-version: 3.7.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added this to the Release 4.11.2 milestone Jul 20, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 20, 2025 23:34
@dependabot dependabot bot requested review from abuijze, CodeDrivenMitch and smcvb and removed request for a team July 20, 2025 23:34
@github-actions github-actions bot enabled auto-merge July 20, 2025 23:34
@github-actions github-actions bot merged commit 76b2dc6 into master Jul 20, 2025
8 checks passed
Copy link

@dependabot dependabot bot deleted the dependabot/maven/maven-dependencies-5dd39b8c50 branch July 20, 2025 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants