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 7 updates #519

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

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

Package From To
io.sentry:sentry 7.16.0 7.17.0
com.azure:azure-core 1.54.0 1.54.1
com.azure:azure-identity 1.14.1 1.14.2
io.projectreactor.netty:reactor-netty-http 1.1.23 1.2.0
io.projectreactor.netty:reactor-netty-core 1.1.23 1.2.0
io.projectreactor:reactor-core 3.6.11 3.7.0
io.micrometer:micrometer-registry-prometheus 1.13.6 1.14.1

Updates io.sentry:sentry from 7.16.0 to 7.17.0

Release notes

Sourced from io.sentry:sentry's releases.

7.17.0

Features

  • Add meta option to set the maximum amount of breadcrumbs to be logged. (#3836)
  • Use a separate Random instance per thread to improve SDK performance (#3835)

Fixes

  • Using MaxBreadcrumb with value 0 no longer crashes. (#3836)
  • Accept manifest integer values when requiring floating values (#3823)
  • Fix standalone tomcat jndi issue (#3873)
    • Using Sentry Spring Boot on a standalone tomcat caused the following error:
      • Failed to bind properties under 'sentry.parsed-dsn' to io.sentry.Dsn

7.17.0-alpha.1

Features

Changelog

Sourced from io.sentry:sentry's changelog.

7.17.0

Features

  • Add meta option to set the maximum amount of breadcrumbs to be logged. (#3836)
  • Use a separate Random instance per thread to improve SDK performance (#3835)

Fixes

  • Using MaxBreadcrumb with value 0 no longer crashes. (#3836)
  • Accept manifest integer values when requiring floating values (#3823)
  • Fix standalone tomcat jndi issue (#3873)
    • Using Sentry Spring Boot on a standalone tomcat caused the following error:
      • Failed to bind properties under 'sentry.parsed-dsn' to io.sentry.Dsn
Commits

Updates com.azure:azure-core from 1.54.0 to 1.54.1

Release notes

Sourced from com.azure:azure-core's releases.

azure-core_1.54.1

1.54.1 (2024-11-14)

Bugs Fixed

  • Fixed a bug where when using a SecurityManager a recursive call can crash an application. (#42906)
Commits
  • 2ad2cb1 Support per-call timeout in JdkHttpClient (#42932)
  • b0d14bb November 2024 path release for Core libraries (#42928)
  • a48cf4b Increment package versions for hybridcompute releases (#42941)
  • c989d40 [Automation] Generate SDK based on TypeSpec 0.25.0 (#42938)
  • 4c42252 [Automation] Generate Fluent Lite from Swagger hybridcompute#package-preview-...
  • 843c8ef Migrate Identity libraries to new linting format (#42833)
  • 6cbc527 Add missing properties file for azure-messaging-eventgrid (#42931)
  • 83ce4a1 Increment package versions for servicebus releases (#42930)
  • bcfdaf3 STG96 GA Release 2024-11-13 (#42929)
  • ed6849e Fix missing stress matrix display name filter (#42908)
  • Additional commits viewable in compare view

Updates com.azure:azure-identity from 1.14.1 to 1.14.2

Release notes

Sourced from com.azure:azure-identity's releases.

azure-identity_1.14.2

1.14.2 (2024-11-15)

Bugs Fixed

  • Fixed issue in Managed Identity scopes #42934

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.54.0 to version 1.54.1.
  • Upgraded azure-core-http-netty from 1.15.6 to version 1.15.7.
  • Upgraded jna-platform from 5.6.0 to version 5.13.0.
Commits
  • a8fb3e9 adding newline
  • ec26b1e pickup a better version of the supressions
  • f08221f Update TROUBLESHOOTING.md (#42953)
  • 6fc9690 Migrate Identity libraries to new linting format (#42833)
  • b964943 prep broker release
  • 51b3630 update changelog
  • 048d436 Fix scopes logic in Identity Client (#42934)
  • 80d0246 Updating the SDK dependencies for azure-identity
  • dba0afc Reset changes to the patch version.
  • ea44eda Migrate Metrics Advisor, Mixed Reality, Models Repository, Monitor, and OpenA...
  • Additional commits viewable in compare view

Updates io.projectreactor.netty:reactor-netty-http from 1.1.23 to 1.2.0

Release notes

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

v1.2.0

Reactor Netty 1.2.0 is part of 2024.0.0 Release Train.

New and Noteworthy

What's Changed

⚠️ Update considerations and deprecations

  • Remove deprecated SslProvider$DefaultConfigurationSpec and SslProvider$DefaultConfigurationType by @​violetagg in #3147
  • Deprecate SslContextSpec#sslContext(reactor.netty.tcp.SslProvider.ProtocolSslContextSpec) by @​violetagg in #3160
  • Always add proxy.address tag for the client metrics by @​violetagg in #3230
  • Resolve on demand the path from the request uri by @​violetagg in #3359

✨ New features and improvements

... (truncated)

Commits

Updates io.projectreactor.netty:reactor-netty-core from 1.1.23 to 1.2.0

Release notes

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

v1.2.0

Reactor Netty 1.2.0 is part of 2024.0.0 Release Train.

New and Noteworthy

What's Changed

⚠️ Update considerations and deprecations

  • Remove deprecated SslProvider$DefaultConfigurationSpec and SslProvider$DefaultConfigurationType by @​violetagg in #3147
  • Deprecate SslContextSpec#sslContext(reactor.netty.tcp.SslProvider.ProtocolSslContextSpec) by @​violetagg in #3160
  • Always add proxy.address tag for the client metrics by @​violetagg in #3230
  • Resolve on demand the path from the request uri by @​violetagg in #3359

✨ New features and improvements

... (truncated)

Commits

Updates io.projectreactor:reactor-core from 3.6.11 to 3.7.0

Release notes

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

v3.7.0

Reactor Core 3.7.0 is part of 2024.0.0 Release Train.

New and Noteworthy

  • Reference documentation migrated to Antora
  • Improved Multi-Release-Jar experience

What's Changed

⚠️ Update considerations and deprecations

✨ New features and improvements

🐞 Bug fixes

📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@v3.6.9...v3.7.0

v3.7.0-RC1

... (truncated)

Commits

Updates io.micrometer:micrometer-registry-prometheus from 1.13.6 to 1.14.1

Release notes

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

1.14.1

📔 Documentation

  • Gauges may be silently ignored when MeterFilters drop or transform tags #5616

🔨 Dependency Upgrades

  • Bump com.netflix.spectator:spectator-reg-atlas from 1.8.1 to 1.8.2 #5685
  • Bump software.amazon.awssdk:cloudwatch from 2.29.7 to 2.29.14 #5669
  • Bump shaded netty to 4.1.115.Final in micrometer-registry-statsd to address CVE-2024-47535 #5660

❤️ Contributors

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

@​izeye

1.14.0

Micrometer 1.14.0 is the GA version of a new feature release. See our support policy for support timelines.

Below are the combined release notes of all the pre-release milestones and release candidate preceding this GA release.

⚠️ Noteworthy

  • Support ExponentialHistogram in OTLP #3861
  • Virtual thread metrics #3956
  • Validate expected Observation API call ordering on TestObservationRegistry #5239

⭐ New Features / Enhancements

  • Expose TestObservationRegistry as an AssertJ AssertProvider #5551
  • Use failure with actual and expected message to improve IDE experience for ObservationContextAssert #5550
  • Replace @Nonnull(when = When.MAYBE) with @CheckForNull in @Nullable #5485
  • Warn about Prometheus meter registration failure #5228
  • Improve performance of merging two Tags/KeyValues instances #5140
  • Allow user-provided custom scheduler for periodically binding KafkaMetrics #4976
  • Allow specifying the meterNameConsumer for HighCardinalityTagsDetector #4028
  • Virtual thread metrics #3956
  • Allow tagsBasedOnJoinPoint to override extraTags with CountedAspect #2461
  • Configurable _source.enabled Elastic mapping property #1629
  • Skip registering Caffeine meters when statistics are not enabled #5409
  • Log a warning when instrumenting a cache that is not recording stats in CaffeineCacheMetrics #5402
  • MultiGauge.register should accept more types #5390
  • Metrics not collected after ExecutorService recreation #5366
  • Add "cancelled" information to the GrpcServerObservationContext #5301
  • process_start_time_seconds HELP description inconsistency between Prometheus and micrometer #5290
  • Add history-tracking to ObservationValidator #5370
  • [dynatrace/v2] reduce log verbosity #5306
  • Validate expected Observation API call ordering on TestObservationRegistry #5239
  • Add JvmThreadDeadlockMetrics #5222
  • Allow multiple MeterTag annotations for multiple tags from same target #4081

... (truncated)

Commits
  • 2f8b914 Bump software.amazon.awssdk:cloudwatch from 2.29.7 to 2.29.14 (#5669)
  • 2b125f4 Bump com.netflix.spectator:spectator-reg-atlas from 1.8.1 to 1.8.2 (#5685)
  • 745be35 Bump spring6 from 6.1.14 to 6.1.15 (#5676)
  • 00a6e41 Bump com.gradle.develocity from 3.18.1 to 3.18.2 (#5678)
  • c3a4ff9 Merge branch '1.13.x' into 1.14.x
  • 41c0b53 Merge branch '1.12.x' into 1.13.x
  • a0f4911 Bump org.mongodb:mongodb-driver-sync from 4.11.4 to 4.11.5 (#5675)
  • f68cc21 Bump me.champeau.gradle:japicmp-gradle-plugin from 0.4.4 to 0.4.5 (#5671)
  • 0f7b04e Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.777 to 1.12.778 (#5670)
  • 1969651 Merge branch '1.13.x' into 1.14.x
  • 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 7 updates:

| Package | From | To |
| --- | --- | --- |
| [io.sentry:sentry](https://github.com/getsentry/sentry-java) | `7.16.0` | `7.17.0` |
| [com.azure:azure-core](https://github.com/Azure/azure-sdk-for-java) | `1.54.0` | `1.54.1` |
| [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) | `1.14.1` | `1.14.2` |
| [io.projectreactor.netty:reactor-netty-http](https://github.com/reactor/reactor-netty) | `1.1.23` | `1.2.0` |
| [io.projectreactor.netty:reactor-netty-core](https://github.com/reactor/reactor-netty) | `1.1.23` | `1.2.0` |
| [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) | `3.6.11` | `3.7.0` |
| [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) | `1.13.6` | `1.14.1` |


Updates `io.sentry:sentry` from 7.16.0 to 7.17.0
- [Release notes](https://github.com/getsentry/sentry-java/releases)
- [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-java@7.16.0...7.17.0)

Updates `com.azure:azure-core` from 1.54.0 to 1.54.1
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-core_1.54.0...azure-core_1.54.1)

Updates `com.azure:azure-identity` from 1.14.1 to 1.14.2
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-core_1.14.1...azure-identity_1.14.2)

Updates `io.projectreactor.netty:reactor-netty-http` from 1.1.23 to 1.2.0
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.1.23...v1.2.0)

Updates `io.projectreactor.netty:reactor-netty-core` from 1.1.23 to 1.2.0
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.1.23...v1.2.0)

Updates `io.projectreactor:reactor-core` from 3.6.11 to 3.7.0
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.6.11...v3.7.0)

Updates `io.micrometer:micrometer-registry-prometheus` from 1.13.6 to 1.14.1
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.13.6...v1.14.1)

---
updated-dependencies:
- dependency-name: io.sentry:sentry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: com.azure:azure-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: com.azure:azure-identity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: io.projectreactor.netty:reactor-netty-http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: io.projectreactor.netty:reactor-netty-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: io.projectreactor:reactor-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 November 18, 2024 11:42
@dependabot dependabot bot requested review from dvoet and marctalbott and removed request for a team November 18, 2024 11:42
@dvoet dvoet merged commit edef729 into main Nov 18, 2024
22 checks passed
@dvoet dvoet deleted the dependabot/gradle/main/minor-patch-dependencies-b00e921266 branch November 18, 2024 14:00
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.

1 participant