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

Bump the minor group with 6 updates #809

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps the minor group with 6 updates:

Package From To
org.opensearch.client:opensearch-java 2.20.0 2.21.0
org.springdoc:springdoc-openapi-starter-webmvc-ui 2.8.4 2.8.5
io.sentry:sentry-spring-boot-starter-jakarta 8.1.0 8.2.0
uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter 5.3.0 5.3.1
io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations 2.12.0 2.13.0
uk.gov.justice.hmpps.gradle-spring-boot 7.1.0 7.1.2

Updates org.opensearch.client:opensearch-java from 2.20.0 to 2.21.0

Release notes

Sourced from org.opensearch.client:opensearch-java's releases.

v2.21.0

What's Changed

Full Changelog: opensearch-project/opensearch-java@v2.20.0...v2.21.0

Changelog

Sourced from org.opensearch.client:opensearch-java's changelog.

[2.21.0] - 02/14/2025

Added

  • Added support for GeoDistanceQuery's ignore_unmapped property (#1430)
  • Added support for docvalue_fields in msearch (#1429)

Dependencies

  • Bump commons-logging:commons-logging from 1.3.4 to 1.3.5 (#1418)

Fixed

  • Fixed serialization of KnnQuery's method_parameters property (#1427)
  • Fixed deserializing GeoValidationMethod enum values when uppercase (#1431)
Commits
  • 48256b0 Prepare changelog for releasing 2.21.0 (#1434)
  • 0bdca10 Adding support for docvalue_fields in msearch (#1429) (#1432)
  • 8756018 Add support for GeoDistanceQuery's ignore_unmapped property (#1430)
  • 186193c Fixed deserializing GeoValidationMethod enum values when uppercase (#1431)
  • 33245f6 Fix serialization of KnnQuery's method_parameters property (#1427)
  • 162560c Bump commons-logging:commons-logging from 1.3.4 to 1.3.5 in /java-client (#14...
  • cd60a6c Bump lycheeverse/lychee-action from 2.2.0 to 2.3.0 (#1416) (#1421)
  • 1a8cec2 Increment version to 2.21.0 (#1411)
  • See full diff in compare view

Updates org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.4 to 2.8.5

Release notes

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's releases.

springdoc-openapi v2.8.5 released!

What's Changed

Added

  • #2696 - Do not require JsonSubType annotation for sealed classes
  • #2898 - add needed runtime reflection hints for native image
  • #2891 - Refactor trimIndent Method

Changed

  • Upgrade swagger-ui to v5.18.3

Fixed

  • #2902 - Schema replaced by String when using @​ApiResponse with RepresentationModel (Hateoas links)
  • #2876 - Restentpoints with same name get mix up
  • #2895 - Only filter out actuator endpoints with double asterisks.
  • #2894 - respect @​JsonUnwrapped & @​Schema on props not fields only
  • #2881 - fix defaultValue when using @​PageableDefault together with one-indexed-parameters
  • #2888 - Provide a better consistency for parameters and responses order.

New Contributors

Full Changelog: springdoc/springdoc-openapi@v2.8.4...v2.8.5

Changelog

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's changelog.

[2.8.5] - 2025-02-16

Added

  • #2696 - Do not require JsonSubType annotation for sealed classes
  • #2898 - add needed runtime reflection hints for native image
  • #2891 - Refactor trimIndent Method

Changed

  • Upgrade swagger-ui to v5.18.3

Fixed

  • #2902 - Schema replaced by String when using @​ApiResponse with RepresentationModel (Hateoas links)
  • #2876 - Restentpoints with same name get mix up
  • #2895 - Only filter out actuator endpoints with double asterisks.
  • #2894 - respect @​JsonUnwrapped & @​Schema on props not fields only
  • #2881 - fix defaultValue when using @​PageableDefault together with one-indexed-parameters
  • #2888 - Provide a better consistency for parameters and responses order.
Commits
  • 9006225 [maven-release-plugin] prepare release v2.8.5
  • 2186984 CHANGELOG.md update for 2.8.5
  • f4e632b Do not require JsonSubType annotation for sealed classes #2696
  • 7c0229f Merge branch 'sahil-ramagiri-sealed-classes'
  • 8f98a39 PR review
  • a329910 Schema replaced by String when using @​ApiResponse with RepresentationModel (H...
  • cdfaf63 Restentpoints with same name get mix up. Fixes #2876
  • ee5ab03 Restentpoints with same name get mix up. Fixes #2876
  • 0775180 Restentpoints with same name get mix up. Fixes #2876
  • 54ea28e Merge pull request #2898 from lorenzbaier/native-runtime-hints
  • Additional commits viewable in compare view

Updates io.sentry:sentry-spring-boot-starter-jakarta from 8.1.0 to 8.2.0

Release notes

Sourced from io.sentry:sentry-spring-boot-starter-jakarta's releases.

8.2.0

Breaking Changes

  • The Kotlin Language version is now set to 1.6 (#3936)

Features

  • Create onCreate and onStart spans for all Activities (#4025)
  • Add split apks info to the App context (#3193)
  • Expose new withSentryObservableEffect method overload that accepts SentryNavigationListener as a parameter (#4143)
    • This allows sharing the same SentryNavigationListener instance across fragments and composables to preserve the trace
  • (Internal) Add API to filter native debug images based on stacktrace addresses (#4089)
  • Propagate sampling random value (#4153)
    • The random value used for sampling traces is now sent to Sentry and attached to the baggage header on outgoing requests
  • Update sampleRate that is sent to Sentry and attached to the baggage header on outgoing requests (#4158)
    • If the SDK uses its sampleRate or tracesSampler callback, it now updates the sampleRate in Dynamic Sampling Context.

Fixes

  • Log a warning when envelope or items are dropped due to rate limiting (#4148)
  • Do not log if OtelContextScopesStorage cannot be found (#4127)
    • Previously java.lang.ClassNotFoundException: io.sentry.opentelemetry.OtelContextScopesStorage was shown in the log if the class could not be found.
    • This is just a lookup the SDK performs to configure itself. The SDK also works without OpenTelemetry.
  • Session Replay: Fix various crashes and issues (#4135)
    • Fix FileNotFoundException when trying to read/write .ongoing_segment file
    • Fix IllegalStateException when registering onDrawListener
    • Fix SIGABRT native crashes on Motorola devices when encoding a video
  • Mention javadoc and sources for published artifacts in Gradle .module metadata (#3936)
  • (Jetpack Compose) Modifier.sentryTag now uses Modifier.Node (#4029)
    • This allows Composables that use this modifier to be skippable

Dependencies

Changelog

Sourced from io.sentry:sentry-spring-boot-starter-jakarta's changelog.

8.2.0

Breaking Changes

  • The Kotlin Language version is now set to 1.6 (#3936)

Features

  • Create onCreate and onStart spans for all Activities (#4025)
  • Add split apks info to the App context (#3193)
  • Expose new withSentryObservableEffect method overload that accepts SentryNavigationListener as a parameter (#4143)
    • This allows sharing the same SentryNavigationListener instance across fragments and composables to preserve the trace
  • (Internal) Add API to filter native debug images based on stacktrace addresses (#4089)
  • Propagate sampling random value (#4153)
    • The random value used for sampling traces is now sent to Sentry and attached to the baggage header on outgoing requests
  • Update sampleRate that is sent to Sentry and attached to the baggage header on outgoing requests (#4158)
    • If the SDK uses its sampleRate or tracesSampler callback, it now updates the sampleRate in Dynamic Sampling Context.

Fixes

  • Log a warning when envelope or items are dropped due to rate limiting (#4148)
  • Do not log if OtelContextScopesStorage cannot be found (#4127)
    • Previously java.lang.ClassNotFoundException: io.sentry.opentelemetry.OtelContextScopesStorage was shown in the log if the class could not be found.
    • This is just a lookup the SDK performs to configure itself. The SDK also works without OpenTelemetry.
  • Session Replay: Fix various crashes and issues (#4135)
    • Fix FileNotFoundException when trying to read/write .ongoing_segment file
    • Fix IllegalStateException when registering onDrawListener
    • Fix SIGABRT native crashes on Motorola devices when encoding a video
  • Mention javadoc and sources for published artifacts in Gradle .module metadata (#3936)
  • (Jetpack Compose) Modifier.sentryTag now uses Modifier.Node (#4029)
    • This allows Composables that use this modifier to be skippable

Dependencies

Commits
  • f291098 release: 8.2.0
  • 80eda8c Update sampleRate in DSC (#4158)
  • dc85168 Propagate sampling random value (#4153)
  • 367d8b9 Log a warning when envelope or items are dropped due to rate limiting (#4148)
  • c2c78de Fix config cache for build command (#4157)
  • 5e31a6b feat(android-ndk): add api for getting debug images by addresses (#4089)
  • f4162ef Bump gradle/actions from 6962c6c931ff9effc947259cc1b9c6edba90b9d3 to aa23778d...
  • 33f1664 Bump github/codeql-action from 3.28.8 to 3.28.9 (#4149)
  • 6cd406d Bump actions/create-github-app-token from 1.11.2 to 1.11.3 (#4151)
  • 95020ab Cherry-pick: Modifier.sentryTag uses Modifier.Node (#4029) (#4144)
  • Additional commits viewable in compare view

Updates uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter from 5.3.0 to 5.3.1

Commits

Updates io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations from 2.12.0 to 2.13.0

Release notes

Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations's releases.

Version 2.13.0

This release targets the OpenTelemetry SDK 1.47.0.

Note that many artifacts have the -alpha suffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the VERSIONING.md for more details.

Migration notes

  • io.opentelemetry.instrumentation.api.incubator.semconv.util.SpanNames has been deprecated, replaced by the stable io.opentelemetry.instrumentation.api.semconv.util.SpanNames
  • In preparation for stabilizing HTTP library instrumentation, the classes and methods that were deprecated in the prior two releases have now been removed (#13135, #13150)
  • Deprecated Dubbo instrumentation method was removed (#13076)

🌟 New javaagent instrumentation

  • jdk.httpserver instrumentation (#13243)

🌟 New library instrumentation

  • jdk.httpserver instrumentation (#13243)

📈 Enhancements

  • Add database client metrics to Lettuce instrumentation (#13032)
  • Stabilize io.opentelemetry.instrumentation.api.semconv.util.SpanNames (#12487)
  • Implement ExtendedTextMapGetter in http server instrumentations (#13053)
  • Implement ExtendedTextMapGetter in kafka-clients instrumentation (#13068)
  • Scrub system property secrets from process resource attribute values (#13225)
  • Add database client metrics to AWS SDK 2.x DynamoDB instrumentation (#13283)
  • Add runtime metrics to Spring boot starter (#13173)

🛠️ Bug fixes

  • Fix akka shutdown hanging (#13073)
  • Fix MalformedInputException on z/OS (#13042)
  • Fix scope leak in aws sdk instrumentation (#13129)
  • Fix MapConverter does not get initialized when OTEL_SDK_DISABLED is set to true (#13224)
  • Fix logback appender on android (#13234)
  • Fix Ktor 3 CallLogging and StatusPages don't have Trace IDs (#13239)
  • Fix Micrometer-bridge breaking Spring Actuator metrics (#13083)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​adrielp @​AlchemyDing @​bencehornak @​breedx-splk @​brunobat @​chalin @​e5l

... (truncated)

Changelog

Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations's changelog.

Version 2.13.0 (2025-02-17)

Migration notes

  • io.opentelemetry.instrumentation.api.incubator.semconv.util.SpanNames has been deprecated, replaced by the stable io.opentelemetry.instrumentation.api.semconv.util.SpanNames
  • In preparation for stabilizing HTTP library instrumentation, the classes and methods that were deprecated in the prior two releases have now been removed (#13135, #13150)
  • Deprecated Dubbo instrumentation method was removed (#13076)

🌟 New javaagent instrumentation

  • jdk.httpserver instrumentation (#13243)

🌟 New library instrumentation

  • jdk.httpserver instrumentation (#13243)

📈 Enhancements

  • Add database client metrics to Lettuce instrumentation (#13032)
  • Stabilize io.opentelemetry.instrumentation.api.semconv.util.SpanNames (#12487)
  • Implement ExtendedTextMapGetter in http server instrumentations (#13053)
  • Implement ExtendedTextMapGetter in kafka-clients instrumentation (#13068)
  • Scrub system property secrets from process resource attribute values (#13225)
  • Add database client metrics to AWS SDK 2.x DynamoDB instrumentation (#13283)
  • Add runtime metrics to Spring boot starter (#13173)

🛠️ Bug fixes

  • Fix akka shutdown hanging (#13073)
  • Fix MalformedInputException on z/OS (#13042)
  • Fix scope leak in aws sdk instrumentation (#13129)
  • Fix MapConverter does not get initialized when OTEL_SDK_DISABLED is set to true (#13224)

... (truncated)

Commits

Updates uk.gov.justice.hmpps.gradle-spring-boot from 7.1.0 to 7.1.2

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

| Package | From | To |
| --- | --- | --- |
| [org.opensearch.client:opensearch-java](https://github.com/opensearch-project/opensearch-java) | `2.20.0` | `2.21.0` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.8.4` | `2.8.5` |
| [io.sentry:sentry-spring-boot-starter-jakarta](https://github.com/getsentry/sentry-java) | `8.1.0` | `8.2.0` |
| [uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter](https://github.com/ministryofjustice/hmpps-spring-boot-sqs) | `5.3.0` | `5.3.1` |
| [io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations](https://github.com/open-telemetry/opentelemetry-java-instrumentation) | `2.12.0` | `2.13.0` |
| uk.gov.justice.hmpps.gradle-spring-boot | `7.1.0` | `7.1.2` |


Updates `org.opensearch.client:opensearch-java` from 2.20.0 to 2.21.0
- [Release notes](https://github.com/opensearch-project/opensearch-java/releases)
- [Changelog](https://github.com/opensearch-project/opensearch-java/blob/main/CHANGELOG.md)
- [Commits](opensearch-project/opensearch-java@v2.20.0...v2.21.0)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.4 to 2.8.5
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.8.4...v2.8.5)

Updates `io.sentry:sentry-spring-boot-starter-jakarta` from 8.1.0 to 8.2.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@8.1.0...8.2.0)

Updates `uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter` from 5.3.0 to 5.3.1
- [Commits](https://github.com/ministryofjustice/hmpps-spring-boot-sqs/commits)

Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations` from 2.12.0 to 2.13.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java-instrumentation@v2.12.0...v2.13.0)

Updates `uk.gov.justice.hmpps.gradle-spring-boot` from 7.1.0 to 7.1.2

---
updated-dependencies:
- dependency-name: org.opensearch.client:opensearch-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: io.sentry:sentry-spring-boot-starter-jakarta
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: uk.gov.justice.hmpps.gradle-spring-boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
...

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 Feb 17, 2025
@probation-integration-bot probation-integration-bot bot enabled auto-merge (squash) February 17, 2025 20:39
@probation-integration-bot probation-integration-bot bot merged commit 559fef0 into main Feb 17, 2025
4 checks passed
@probation-integration-bot probation-integration-bot bot deleted the dependabot/gradle/minor-288646b049 branch February 17, 2025 20:47
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.

0 participants