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 3 updates #775

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps the minor group with 3 updates: org.opensearch.client:opensearch-java, io.sentry:sentry-spring-boot-starter-jakarta and uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter.

Updates org.opensearch.client:opensearch-java from 2.18.0 to 2.19.0

Release notes

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

v2.19.0

What's Changed

Full Changelog: opensearch-project/opensearch-java@v2.18.0...v2.19.0

Changelog

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

[2.19.0] - 12/12/2024

Added

  • Added support for IcuCollationKeywordProperty's country, language and variant properties (#1321)

Dependencies

  • Bumps org.junit:junit-bom from 5.10.2 to 5.11.3
  • Bump com.carrotsearch.randomizedtesting:randomizedtesting-runner from 2.8.1 to 2.8.2 (#1343)
  • Bump org.owasp.dependencycheck from 11.1.0 to 11.1.1 (#1344)

Fixed

  • Fixed IcuCollationDecomposition's variants to align with those supported by OpenSearch (#1321)
  • Fixed don't invoke the mapper's serialize method for the RangeQuery JsonData raw value #1309
  • Fixed an issue where FieldSort was not implementing SortOptionsVariant (#1323)
  • Fixed GetSnapshotResponse deserialization (#1299)
  • Fixed CreateSnapshotResponse deserialization when wait_for_completion is false (#1332)
  • Fixed serialization of nested aggregates under SingleBucketAggregateBase (#1350)
Commits

Updates io.sentry:sentry-spring-boot-starter-jakarta from 7.18.1 to 7.19.0

Release notes

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

7.19.0

Fixes

  • Session Replay: fix various crashes and issues (#3970)
    • Fix IndexOutOfBoundsException when tracking window changes
    • Fix IllegalStateException when adding/removing draw listener for a dead view
    • Fix ConcurrentModificationException when registering window listeners and stopping WindowRecorder/GestureRecorder
  • Add support for setting sentry-native handler_strategy (#3671)

Dependencies

Changelog

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

7.19.0

Fixes

  • Session Replay: fix various crashes and issues (#3970)
    • Fix IndexOutOfBoundsException when tracking window changes
    • Fix IllegalStateException when adding/removing draw listener for a dead view
    • Fix ConcurrentModificationException when registering window listeners and stopping WindowRecorder/GestureRecorder
  • Add support for setting sentry-native handler_strategy (#3671)

Dependencies

Commits

Updates uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter from 5.2.0 to 5.2.1

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 3 updates: [org.opensearch.client:opensearch-java](https://github.com/opensearch-project/opensearch-java), [io.sentry:sentry-spring-boot-starter-jakarta](https://github.com/getsentry/sentry-java) and [uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter](https://github.com/ministryofjustice/hmpps-spring-boot-sqs).


Updates `org.opensearch.client:opensearch-java` from 2.18.0 to 2.19.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.18.0...v2.19.0)

Updates `io.sentry:sentry-spring-boot-starter-jakarta` from 7.18.1 to 7.19.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.18.1...7.19.0)

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

---
updated-dependencies:
- dependency-name: org.opensearch.client:opensearch-java
  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
- 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
...

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 Dec 16, 2024
@probation-integration-bot probation-integration-bot bot enabled auto-merge (squash) December 16, 2024 20:49
@probation-integration-bot probation-integration-bot bot merged commit f90d533 into main Dec 16, 2024
4 checks passed
@probation-integration-bot probation-integration-bot bot deleted the dependabot/gradle/minor-1ffae38777 branch December 16, 2024 20:56
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