ministryofjustice / hmpps-probation-integration-services

A collection of small, domain-focused integrations to support HMPPS Digital services that need to interact with probation data.
https://ministryofjustice.github.io/hmpps-probation-integration-services/tech-docs
MIT License
2 stars 0 forks source link

Bump the minor group with 5 updates #4186

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the minor group with 5 updates:

Package From To
software.amazon.awssdk:sts 2.27.2 2.27.7
software.amazon.awssdk:aws-query-protocol 2.27.2 2.27.7
io.sentry:sentry-spring-boot-starter-jakarta 7.13.0 7.14.0
io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations 2.6.0 2.7.0
com.gradle.develocity 3.17.6 3.18

Updates software.amazon.awssdk:sts from 2.27.2 to 2.27.7

Updates software.amazon.awssdk:aws-query-protocol from 2.27.2 to 2.27.7

Updates io.sentry:sentry-spring-boot-starter-jakarta from 7.13.0 to 7.14.0

Release notes

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

7.14.0

Features

  • Session Replay: Gesture/touch support for Flutter (#3623)

Fixes

  • Fix app start spans missing from Pixel devices (#3634)
  • Avoid ArrayIndexOutOfBoundsException on Android cpu data collection (#3598)
  • Fix lazy select queries instrumentation (#3604)
  • Session Replay: buffer mode improvements (#3622)
    • Align next segment timestamp with the end of the buffered segment when converting from buffer mode to session mode
    • Persist buffer replay type for the entire replay when converting from buffer mode to session mode
    • Properly store screen names for buffer mode
  • Session Replay: fix various crashes and issues (#3628)
    • Fix video not being encoded on Pixel devices
    • Fix SIGABRT native crashes on Xiaomi devices when encoding a video
    • Fix RejectedExecutionException when redacting a screenshot
    • Fix FileNotFoundException when persisting segment values

Chores

  • Introduce ReplayShadowMediaCodec and refactor tests using custom encoder (#3612)
Changelog

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

7.14.0

Features

  • Session Replay: Gesture/touch support for Flutter (#3623)

Fixes

  • Fix app start spans missing from Pixel devices (#3634)
  • Avoid ArrayIndexOutOfBoundsException on Android cpu data collection (#3598)
  • Fix lazy select queries instrumentation (#3604)
  • Session Replay: buffer mode improvements (#3622)
    • Align next segment timestamp with the end of the buffered segment when converting from buffer mode to session mode
    • Persist buffer replay type for the entire replay when converting from buffer mode to session mode
    • Properly store screen names for buffer mode
  • Session Replay: fix various crashes and issues (#3628)
    • Fix video not being encoded on Pixel devices
    • Fix SIGABRT native crashes on Xiaomi devices when encoding a video
    • Fix RejectedExecutionException when redacting a screenshot
    • Fix FileNotFoundException when persisting segment values

Chores

  • Introduce ReplayShadowMediaCodec and refactor tests using custom encoder (#3612)
Commits


Updates io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations from 2.6.0 to 2.7.0

Release notes

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

Version 2.7.0

This release targets the OpenTelemetry SDK 1.41.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.

📈 Enhancements

  • Add span baggage processor (#11697)
  • Improve tomcat version detection (#11936)
  • Improve akka route handling with java dsl (#11926)
  • Ignore Alibaba fastjson ASMClassLoader (#11954)
  • Use aws-lambda-java-serialization library, which is available by default, while deserializing input and serializing output (#11868)
  • Logback appender: map timestamp in nanoseconds if possible (#11974)
  • Save ILoggingEvent.getArgumentArray() arguments from Logback (#11865)
  • Update Java 17-based metrics to stable semconv (#11914)
  • Add Pulsar Consumer metrics (#11891)

🛠️ Bug fixes

  • Fix missing throw statement in RestClientWrapper (#11893)
  • Fix ClickHouse tracing when database name not included in connection string (#11852)
  • Fix class cast exception, noop meter does not implement incubating API (#11934)
  • Closing a kafka producer/consumer should not disable metrics from other consumers/producers (#11975)
  • Fix ending span in Ktor plugin (#11726)
  • Fix netty memory leak (#12003)

🙇 Thank you

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

@​ArtyomGabeev @​asuresh4 @​breedx-splk @​crossoverJie @​devurandom @​halleystar @​huange7 @​igor-suhorukov @​janfreymann @​jaydeluca @​jeanbisutti @​jjoslet @​jkwatson @​JonasKunz @​jpkrohling @​kjschnei001 @​kyy1996 @​laurit @​LikeTheSalad @​marrek13

... (truncated)

Changelog

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

Version 2.7.0 (2024-08-16)

📈 Enhancements

  • Add span baggage processor (#11697)
  • Improve tomcat version detection (#11936)
  • Improve akka route handling with java dsl (#11926)
  • Ignore Alibaba fastjson ASMClassLoader (#11954)
  • Use aws-lambda-java-serialization library, which is available by default, while deserializing input and serializing output (#11868)
  • Logback appender: map timestamp in nanoseconds if possible (#11974)
  • Save ILoggingEvent.getArgumentArray() arguments from Logback (#11865)
  • Update Java 17-based metrics to stable semconv (#11914)
  • Add Pulsar Consumer metrics (#11891)

🛠️ Bug fixes

  • Fix missing throw statement in RestClientWrapper (#11893)
  • Fix ClickHouse tracing when database name not included in connection string (#11852)
  • Fix class cast exception, noop meter does not implement incubating API (#11934)
  • Closing a kafka producer/consumer should not disable metrics from other consumers/producers (#11975)
  • Fix ending span in Ktor plugin (#11726)
  • Fix netty memory leak (#12003)

Version 1.33.5 (2024-07-25)

📈 Enhancements

  • Backport: Update the OpenTelemetry SDK version to 1.40.0 (#11879)
Commits
  • c600c16 [release/v2.7.x] Prepare release 2.7.0 (#12036)
  • fcc0049 fix(deps): update byte buddy packages to v1.14.19 (main) (patch) (#12033)
  • 46e53e0 Update change log (#12019)
  • 888accf Fix netty memory leak (#12003)
  • b231d34 chore(deps): update plugin com.github.jk1.dependency-license-report to v2.9 (...
  • f0d555d fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.7 (main) ...
  • 31fa7dc fix(deps): update junit5 monorepo to v5.11.0 (main) (minor) (#12010)
  • a69bf33 Fix logback appender test (#12027)
  • 06f4f52 Add Pulsar Consumer metrics (#11891)
  • 23a110e Limit vaadin 14 latest dep version (#12025)
  • Additional commits viewable in compare view


Updates com.gradle.develocity from 3.17.6 to 3.18

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions