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 #664

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the minor group with 3 updates: org.springframework.data:spring-data-commons, uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter and org.wiremock:wiremock-standalone.

Updates org.springframework.data:spring-data-commons from 3.4.2 to 3.4.3

Release notes

Sourced from org.springframework.data:spring-data-commons's releases.

3.4.3

📗 Links

🐞 Bug Fixes

  • Invalid @NonNullApi [DATACMNS-1616] #2044

📔 Documentation

  • Split extensions ref doc page into page with includes #3243
  • Document that fluent findBy(…) queries must return a result #3237
  • Document OpenFeign Querydsl support #3236
  • Limit.of(0) gives exception #3102
Commits
  • fe54d7a Release version 3.4.3 (2024.1.3).
  • b2d5be1 Prepare 3.4.3 (2024.1.3).
  • 15f254b Polishing.
  • 232a3da Split extensions ref doc page into page with includes.
  • 191300a Update CI Properties.
  • b8950af Document that fluent findBy(…) queries must return a result.
  • d197037 Fix Querydsl Nullability annotations.
  • be0d8c3 Document OpenFeign Querydsl support.
  • c2f2cb8 Document restrictions for zero Limit PageRequest translation.
  • a9b9008 After release cleanups.
  • 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 org.wiremock:wiremock-standalone from 3.11.0 to 3.12.0

Release notes

Sourced from org.wiremock:wiremock-standalone's releases.

3.12.0

🚀 New Features

📦 Dependency updates

✍ Other changes

Commits
  • f208518 bump minor version to 3.12.0
  • ec2e9fa Merge pull request #2962 from wiremock/dependabot/gradle/net.minidev-json-sma...
  • 81a2d8c Bump net.minidev:json-smart from 2.5.1 to 2.5.2
  • ea72722 Support optional removal of null-valued attributes in jsonMerge helper (#2957)
  • 5c220de feat: add namespace parameter to equalToXml. (#2954)
  • c31c9b2 Merge pull request #2950 from wiremock/dependabot/gradle/me.champeau.jmh-0.7.3
  • 658d13f Bump me.champeau.jmh from 0.7.2 to 0.7.3
  • 1859573 Merge pull request #2955 from wiremock/drop-spotless-version
  • d0caac8 Drop to the version of spotless where we didn't have any issues
  • 32a0c00 Merge pull request #2952 from wiremock/dependabot/gradle/org.apache.httpcompo...
  • 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 group with 3 updates: [org.springframework.data:spring-data-commons](https://github.com/spring-projects/spring-data-commons), [uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter](https://github.com/ministryofjustice/hmpps-spring-boot-sqs) and [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock).


Updates `org.springframework.data:spring-data-commons` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/spring-projects/spring-data-commons/releases)
- [Commits](spring-projects/spring-data-commons@3.4.2...3.4.3)

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 `org.wiremock:wiremock-standalone` from 3.11.0 to 3.12.0
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: org.springframework.data:spring-data-commons
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: org.wiremock:wiremock-standalone
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 22:11
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 24, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 24, 2025
auto-merge was automatically disabled February 24, 2025 23:39

Pull request was closed

@dependabot dependabot bot deleted the dependabot/gradle/minor-fb6bd50d9e branch February 24, 2025 23:39
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