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 across 1 directory with 4 updates #4530

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the minor group with 4 updates in the / directory: software.amazon.awssdk:aws-query-protocol, software.amazon.awssdk:sts, com.microsoft.graph:microsoft-graph and io.sentry:sentry-spring-boot-starter-jakarta.

Updates software.amazon.awssdk:aws-query-protocol from 2.29.43 to 2.29.49

Updates software.amazon.awssdk:sts from 2.29.43 to 2.29.49

Updates com.microsoft.graph:microsoft-graph from 6.24.0 to 6.25.1

Release notes

Sourced from com.microsoft.graph:microsoft-graph's releases.

v6.25.1

6.25.1 (2025-01-03)

Bug Fixes

  • Bump Microsoft Graph Core dependency (67cef23)

v6.25.0

6.25.0 (2025-01-02)

Features

  • generation: update request builders and models (986769a)
Changelog

Sourced from com.microsoft.graph:microsoft-graph's changelog.

6.25.1 (2025-01-03)

Bug Fixes

  • Bump Microsoft Graph Core dependency (67cef23)

6.25.0 (2025-01-02)

Features

  • generation: update request builders and models (986769a)
Commits
  • 718fc74 Merge pull request #2264 from microsoftgraph/release-please--branches--main--...
  • 9da7144 chore(main): release 6.25.1
  • 78e5e4c Merge pull request #2262 from microsoftgraph/chore/bump-graph-core
  • 4b8b658 Merge branch 'main' into chore/bump-graph-core
  • a5bd79a Merge pull request #2263 from microsoftgraph/dependabot/maven/com.microsoft.g...
  • 3d544e2 chore(deps): bump com.microsoft.graph:microsoft-graph-core
  • 67cef23 fix: Bump Microsoft Graph Core dependency
  • daeaea8 Merge pull request #2261 from microsoftgraph/release-please--branches--main--...
  • 685aee9 chore(main): release 6.25.0
  • 4e07ed7 Merge pull request #2259 from microsoftgraph/v1.0/pipelinebuild/175190
  • Additional commits viewable in compare view

Updates io.sentry:sentry-spring-boot-starter-jakarta from 7.19.1 to 7.20.0

Release notes

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

7.20.0

Features

  • Session Replay GA (#4017)

To enable Replay use the sessionReplay.sessionSampleRate or sessionReplay.onErrorSampleRate options.

import io.sentry.SentryReplayOptions
import io.sentry.android.core.SentryAndroid
SentryAndroid.init(context) { options ->
options.sessionReplay.sessionSampleRate = 1.0
options.sessionReplay.onErrorSampleRate = 1.0
// To change default redaction behavior (defaults to true)
options.sessionReplay.redactAllImages = true
options.sessionReplay.redactAllText = true
// To change quality of the recording (defaults to MEDIUM)
options.sessionReplay.quality = SentryReplayOptions.SentryReplayQuality.MEDIUM // (LOW|MEDIUM|HIGH)
}

To learn more about Session Replay, visit the documentation page: https://docs.sentry.io/platforms/android/session-replay/

Fixes

  • Fix warm start detection (#3937)
  • Session Replay: Reduce memory allocations, disk space consumption, and payload size (#4016)
  • Session Replay: Do not try to encode corrupted frames multiple times (#4016)

Internal

  • Session Replay: Allow overriding SdkVersion for replay events (#4014)
  • Session Replay: Send replay options as tags (#4015)

Breaking changes

  • Session Replay options were moved from under experimental to the main options object (#4017)
Changelog

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

7.20.0

Features

  • Session Replay GA (#4017)

To enable Replay use the sessionReplay.sessionSampleRate or sessionReplay.onErrorSampleRate options.

import io.sentry.SentryReplayOptions
import io.sentry.android.core.SentryAndroid
SentryAndroid.init(context) { options ->
options.sessionReplay.sessionSampleRate = 1.0
options.sessionReplay.onErrorSampleRate = 1.0
// To change default redaction behavior (defaults to true)
options.sessionReplay.redactAllImages = true
options.sessionReplay.redactAllText = true
// To change quality of the recording (defaults to MEDIUM)
options.sessionReplay.quality = SentryReplayOptions.SentryReplayQuality.MEDIUM // (LOW|MEDIUM|HIGH)
}

Fixes

  • Fix warm start detection (#3937)
  • Session Replay: Reduce memory allocations, disk space consumption, and payload size (#4016)
  • Session Replay: Do not try to encode corrupted frames multiple times (#4016)

Internal

  • Session Replay: Allow overriding SdkVersion for replay events (#4014)
  • Session Replay: Send replay options as tags (#4015)

Breaking changes

  • Session Replay options were moved from under experimental to the main options object (#4017)
Commits

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 4 updates in the / directory: software.amazon.awssdk:aws-query-protocol, software.amazon.awssdk:sts, [com.microsoft.graph:microsoft-graph](https://github.com/microsoftgraph/msgraph-sdk-java) and [io.sentry:sentry-spring-boot-starter-jakarta](https://github.com/getsentry/sentry-java).


Updates `software.amazon.awssdk:aws-query-protocol` from 2.29.43 to 2.29.49

Updates `software.amazon.awssdk:sts` from 2.29.43 to 2.29.49

Updates `com.microsoft.graph:microsoft-graph` from 6.24.0 to 6.25.1
- [Release notes](https://github.com/microsoftgraph/msgraph-sdk-java/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-sdk-java/blob/main/CHANGELOG.md)
- [Commits](microsoftgraph/msgraph-sdk-java@v6.24.0...v6.25.1)

Updates `io.sentry:sentry-spring-boot-starter-jakarta` from 7.19.1 to 7.20.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.19.1...7.20.0)

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:aws-query-protocol
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: software.amazon.awssdk:sts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: com.microsoft.graph:microsoft-graph
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 10, 2025
@probation-integration-bot probation-integration-bot bot enabled auto-merge (squash) January 10, 2025 09:31
@probation-integration-bot probation-integration-bot bot merged commit 3cfece8 into main Jan 10, 2025
57 checks passed
@probation-integration-bot probation-integration-bot bot deleted the dependabot/gradle/minor-20e303293f branch January 10, 2025 09:35
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