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

[CORE-69]: Bump the minor-patch-dependencies group with 6 updates #535

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the minor-patch-dependencies group with 6 updates:

Package From To
org.bouncycastle:bcprov-jdk18on 1.79 1.80
io.projectreactor.netty:reactor-netty-http 1.2.1 1.2.2
io.projectreactor.netty:reactor-netty-core 1.2.1 1.2.2
io.projectreactor:reactor-core 3.7.1 3.7.2
io.micrometer:micrometer-registry-prometheus 1.14.2 1.14.3
com.diffplug.spotless:spotless-plugin-gradle 7.0.1 7.0.2

Updates org.bouncycastle:bcprov-jdk18on from 1.79 to 1.80

Changelog

Sourced from org.bouncycastle:bcprov-jdk18on's changelog.

2.1.1 Version Release: 1.80 Date:      2025, 14th January.

... (truncated)

Commits

Updates io.projectreactor.netty:reactor-netty-http from 1.2.1 to 1.2.2

Release notes

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

v1.2.2

Reactor Netty 1.2.2 is part of 2024.0.2 Release Train.

What's Changed

⚠️ Update considerations and deprecations

  • Do not add Transfer-Encoding for DELETE with no body by @​violetagg in #3549
  • Ensure DisposedChannelConfig#setAutoRead does not change auto-read configuration by @​violetagg in #3581

✨ New features and improvements

🐞 Bug fixes

  • Fix ClassCastException in HttpOperations#initShortId() by @​joschi in #3542
  • Ensure the request counter is updated once when the request is received by @​violetagg in #3543
  • HttpServerRequest#receiveContent() never emits any value nor completes when HTTP/1.1 TLS Upgrade (RFC-2817) kicks in by @​reta in #3540
  • Generate log message in advance by @​raccoonback in #3571

📖 Documentation

New Contributors

Full Changelog: reactor/reactor-netty@v1.2.1...v1.2.2

Commits
  • 3db1d87 [release] Prepare and release 1.2.2
  • cf230d3 Merge-ignore release 1.1.26 into 1.2.2
  • 7cee472 [release] Back to snapshots, next is 1.1.27-SNAPSHOT
  • 72b2c1d [release] Prepare and release 1.1.26
  • bb60f6c Bump actions/upload-artifact from 4.5.0 to 4.6.0 (#3586)
  • 7dcfe85 Polish
  • 6e93d51 Polish
  • 6b10785 Polish
  • 963dd20 Configuration for setting maximum number of connection pools to be created (#...
  • e39854d Merge #3585 into 1.2.2
  • Additional commits viewable in compare view

Updates io.projectreactor.netty:reactor-netty-core from 1.2.1 to 1.2.2

Release notes

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

v1.2.2

Reactor Netty 1.2.2 is part of 2024.0.2 Release Train.

What's Changed

⚠️ Update considerations and deprecations

  • Do not add Transfer-Encoding for DELETE with no body by @​violetagg in #3549
  • Ensure DisposedChannelConfig#setAutoRead does not change auto-read configuration by @​violetagg in #3581

✨ New features and improvements

🐞 Bug fixes

  • Fix ClassCastException in HttpOperations#initShortId() by @​joschi in #3542
  • Ensure the request counter is updated once when the request is received by @​violetagg in #3543
  • HttpServerRequest#receiveContent() never emits any value nor completes when HTTP/1.1 TLS Upgrade (RFC-2817) kicks in by @​reta in #3540
  • Generate log message in advance by @​raccoonback in #3571

📖 Documentation

New Contributors

Full Changelog: reactor/reactor-netty@v1.2.1...v1.2.2

Commits
  • 3db1d87 [release] Prepare and release 1.2.2
  • cf230d3 Merge-ignore release 1.1.26 into 1.2.2
  • 7cee472 [release] Back to snapshots, next is 1.1.27-SNAPSHOT
  • 72b2c1d [release] Prepare and release 1.1.26
  • bb60f6c Bump actions/upload-artifact from 4.5.0 to 4.6.0 (#3586)
  • 7dcfe85 Polish
  • 6e93d51 Polish
  • 6b10785 Polish
  • 963dd20 Configuration for setting maximum number of connection pools to be created (#...
  • e39854d Merge #3585 into 1.2.2
  • Additional commits viewable in compare view

Updates io.projectreactor:reactor-core from 3.7.1 to 3.7.2

Release notes

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

v3.7.2

What's Changed

✨ New features and improvements

📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@v3.7.1...v3.7.2

Commits
  • 0b721c5 [release] Prepare and release 3.7.2
  • 96e6824 [docs] Add missing semicolon in schedulers.adoc (#3951)
  • d924e84 [release] Next development version 3.7.2-SNAPSHOT
  • See full diff in compare view

Updates io.micrometer:micrometer-registry-prometheus from 1.14.2 to 1.14.3

Release notes

Sourced from io.micrometer:micrometer-registry-prometheus's releases.

1.14.3

🐞 Bug Fixes

  • Handle RuntimeException when getting/setting JMS headers #5746
  • NPE occurs when AOP is applied to a method that returns CompletableFuture #5741
  • Performance regression in MeterRegistry#remove with many meters #5466
  • Exponential histogram throws ArrayIndexOutOfBoundsException #5740

🔨 Dependency Upgrades

  • Bump com.netflix.spectator:spectator-reg-atlas from 1.8.2 to 1.8.3 #5799
  • Bump software.amazon.awssdk:cloudwatch from 2.29.23 to 2.29.46 #5795
  • Bump io.prometheus:prometheus-metrics-bom from 1.3.4 to 1.3.5 #5783

📔 Documentation

  • Polish gh-5751 #5760
  • Improve docs for same name with different tags #5751
  • Document no support for meta-annotations with @Timed/@Counted #5737
  • Remove outdated warnings in docs for @Counted/@Timed #5736

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​cfredri4 and @​izeye

Commits
  • 73e7928 Merge branch '1.13.x' into 1.14.x
  • 229a787 Adds post release action; fixes gh-5805
  • 4c64ed5 Merge branch '1.13.x' into 1.14.x
  • d1c8045 Merge branch '1.12.x' into 1.13.x
  • 5010e2d Polish (#5759)
  • 96f6e5d Polish 1c891c7 (#5804)
  • 521d57d Add a test verifying that a single character meter name is allowed for Promet...
  • 7e35196 Merge branch '1.13.x' into 1.14.x
  • 819fa61 Merge branch '1.12.x' into 1.13.x
  • be6f962 Handle all exceptions when getting/setting JMS headers
  • Additional commits viewable in compare view

Updates com.diffplug.spotless:spotless-plugin-gradle from 7.0.1 to 7.0.2

Release notes

Sourced from com.diffplug.spotless:spotless-plugin-gradle's releases.

Gradle Plugin v7.0.2

Fixed

  • Node.JS-based tasks now work with the configuration cache (#2372)
  • Eclipse-based tasks can now handle parallel configuration (#2389)
Changelog

Sourced from com.diffplug.spotless:spotless-plugin-gradle's changelog.

spotless-lib and spotless-lib-extra releases

If you are a Spotless user (as opposed to developer), then you are probably looking for:

This document is intended for Spotless developers.

We adhere to the keepachangelog format (starting after version 1.27.0).

[Unreleased]

[3.0.2] - 2025-01-14

Fixed

  • Node.JS-based tasks now work with the configuration cache (#2372)
  • Eclipse-based tasks can now handle parallel configuration (#2389)

[3.0.1] - 2025-01-07

Fixed

  • Deployment was missing part of the CDT formatter, now fixed. (#2384)

[3.0.0] - 2025-01-06

Headline changes

  • All steps now support roundtrip serialization (end of #987).
  • Spotless now supports linting in addition to formatting.

Changed

  • Allow setting Eclipse config from a string, not only from files (#2337)
  • Bump default ktlint version to latest 1.3.0 -> 1.4.0. (#2314)
  • Add Sort Members feature based on Eclipse JDT implementation. (#2312)
  • Bump default jackson version to latest 2.18.0 -> 2.18.1. (#2319)
  • Bump default ktfmt version to latest 0.52 -> 0.53. (#2320)
  • Bump default ktlint version to latest 1.4.0 -> 1.5.0. (#2354)
  • Bump minimum eclipse-cdt version to 11.0 (removed support for 10.7). (#2373)
  • Bump default eclipse version to latest 4.32 -> 4.34. (#2381)

Fixed

  • You can now use removeUnusedImports and googleJavaFormat at the same time again. (fixes #2159)
  • The default list of type annotations used by formatAnnotations now includes Jakarta Validation's Valid and constraints validations (fixes #2334)

[3.0.0.BETA4] - 2024-10-24

Added

  • APIs to support linting. (implemented in #2148, #2149, #2307)
    • Spotless is still primarily a formatter, not a linter. But when formatting fails, it's more flexible to model those failures as lints so that the formatting can continue and ideally we can also capture the line numbers causing the failure.
    • Lint models a single change. A FormatterStep can create a lint by:
      • throwing an exception during formatting, ideally throw Lint.atLine(127, "code", "Well what happened was...")
      • or by implementing the List<Lint> lint(String content, File file) method to create multiple of them
  • Support for line ending policy PRESERVE which just takes the first line ending of every given file as setting (no matter if \n, \r\n or \r) (#2304)

Changed

... (truncated)

Commits
  • 20e2f5a Published gradle/7.0.2
  • 37c85b8 Published lib/3.0.2
  • b8b4efc Fix eclipse-based parallel downloads (#2396 fixes #2389)
  • b401228 Update changelogs.
  • 3727dfa Fix deprecations in the Spotless build.
  • 77c480e Bump equo versions to latest, which fixes parallel downloads.
  • b50fcaf fix: workaround for NPM configuration cache (#2390 fixes #2372)
  • f77aead Update plugin com.github.spotbugs to v6.1.0 (#2393)
  • 4c9e39a Update plugin com.github.spotbugs to v6.1.0
  • feaac90 Make sure we use a recent version of gradleRunner
  • 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 minor-patch-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) | `1.79` | `1.80` |
| [io.projectreactor.netty:reactor-netty-http](https://github.com/reactor/reactor-netty) | `1.2.1` | `1.2.2` |
| [io.projectreactor.netty:reactor-netty-core](https://github.com/reactor/reactor-netty) | `1.2.1` | `1.2.2` |
| [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) | `3.7.1` | `3.7.2` |
| [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) | `1.14.2` | `1.14.3` |
| [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless) | `7.0.1` | `7.0.2` |


Updates `org.bouncycastle:bcprov-jdk18on` from 1.79 to 1.80
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `io.projectreactor.netty:reactor-netty-http` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.2.1...v1.2.2)

Updates `io.projectreactor.netty:reactor-netty-core` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.2.1...v1.2.2)

Updates `io.projectreactor:reactor-core` from 3.7.1 to 3.7.2
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.7.1...v3.7.2)

Updates `io.micrometer:micrometer-registry-prometheus` from 1.14.2 to 1.14.3
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.14.2...v1.14.3)

Updates `com.diffplug.spotless:spotless-plugin-gradle` from 7.0.1 to 7.0.2
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@gradle/7.0.1...gradle/7.0.2)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcprov-jdk18on
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: io.projectreactor.netty:reactor-netty-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: io.projectreactor.netty:reactor-netty-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: io.projectreactor:reactor-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: com.diffplug.spotless:spotless-plugin-gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 20, 2025 12:01
@dependabot dependabot bot removed the request for review from a team January 20, 2025 12:01
@dependabot dependabot bot added the gradle label Jan 20, 2025
@dependabot dependabot bot requested review from kevinpalis, marctalbott and a team January 20, 2025 12:01
@marctalbott marctalbott merged commit e9ac837 into main Jan 21, 2025
23 checks passed
@marctalbott marctalbott deleted the dependabot/gradle/main/minor-patch-dependencies-12dee7f8e7 branch January 21, 2025 15:33
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.

2 participants