Skip to content

build(deps): bump the minor-and-patch group across 1 directory with 6 updates#308

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/backend/minor-and-patch-50df2bcd70
Open

build(deps): bump the minor-and-patch group across 1 directory with 6 updates#308
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/backend/minor-and-patch-50df2bcd70

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Bumps the minor-and-patch group with 6 updates in the /backend directory:

Package From To
com.google.cloud:spring-cloud-gcp-dependencies 7.4.6 7.4.9
org.springframework.ai:spring-ai-bom 1.1.6 1.1.7
com.codeborne:selenide 7.16.1 7.16.2
org.hibernate.orm:hibernate-core 6.6.50.Final 6.6.52.Final
io.hypersistence:hypersistence-utils-hibernate-63 3.15.2 3.15.3
software.amazon.awssdk:bom 2.45.1 2.46.4

Updates com.google.cloud:spring-cloud-gcp-dependencies from 7.4.6 to 7.4.9

Release notes

Sourced from com.google.cloud:spring-cloud-gcp-dependencies's releases.

v7.4.9

7.4.9 (2026-05-28)

Bug Fixes

  • spanner: support querying UUID collections against STRING columns using untyped binding (#4478) (#4480) (95f60f4)

v7.4.8

7.4.8 (2026-05-19)

Dependencies

  • bump com.google.cloud:libraries-bom from 26.82.0 to 26.83.0 (#4461) (1ea6c2b)

v7.4.7

7.4.7 (2026-05-13)

Bug Fixes

  • allow at most one dot in Spanner table names for named schemas (#4418) (#4439) (103ba3f)
  • secretmanager: restore parsing of bytestrings (#4417) (#4437) (636b9b1)
  • spanner: support querying UUID against STRING columns by using untyped binding (#4416) (#4435) (498a454)
Changelog

Sourced from com.google.cloud:spring-cloud-gcp-dependencies's changelog.

7.4.9 (2026-05-28)

Bug Fixes

  • spanner: support querying UUID collections against STRING columns using untyped binding (#4478) (#4480) (95f60f4)

7.4.8 (2026-05-19)

Dependencies

  • bump com.google.cloud:libraries-bom from 26.82.0 to 26.83.0 (#4461) (1ea6c2b)

7.4.7 (2026-05-13)

Bug Fixes

  • allow at most one dot in Spanner table names for named schemas (#4418) (#4439) (103ba3f)
  • secretmanager: restore parsing of bytestrings (#4417) (#4437) (636b9b1)
  • spanner: support querying UUID against STRING columns by using untyped binding (#4416) (#4435) (498a454)
Commits
  • 59ffd94 chore(7.x): release 7.4.9 (#4484)
  • 95f60f4 fix(spanner): support querying UUID collections against STRING columns using ...
  • c8ee066 chore(7.x): release 7.4.9-SNAPSHOT (#4473)
  • 9b73f63 chore(7.x): release 7.4.8 (#4471)
  • 1ea6c2b deps: bump com.google.cloud:libraries-bom from 26.82.0 to 26.83.0 (#4461)
  • e74bd73 chore(7.x): release 7.4.8-SNAPSHOT (#4451)
  • 669e5a7 chore(7.x): release 7.4.7 (#4444)
  • 605d961 deps: bump com.google.cloud:libraries-bom from 26.79.0 to 26.82.0 (#4432)
  • c0adf8a ci: disable multithreaded maven install to fix lock contention (NativeTests) ...
  • 08f19c8 ci: disable multithreaded maven install to fix lock contention (#4441) (#4447)
  • Additional commits viewable in compare view

Updates org.springframework.ai:spring-ai-bom from 1.1.6 to 1.1.7

Release notes

Sourced from org.springframework.ai:spring-ai-bom's releases.

Spring AI 1.1.7

⭐ New Features

  • Ollama doesnt work in a graalvm native image #6064

🐞 Bug Fixes

  • OpenAiChatModel streaming drops chunks due to internal switchMap when using buffered concatMap #6122
  • RedisVectorStore#doDelete only deletes the 10 first messages #6066
Commits
  • d850386 Release version 1.1.7
  • 5b78fe9 Harden filename handling in AnthropicSkillsResponseHelper
  • 3fc3748 Fix deprecated model for OpenAI SDK Image model
  • b83d392 Fix OpenAI ITs
  • f63fac2 Fix deprecated audio models in OpenAI API and OpenAI SDK
  • 9a5f215 fix: update OpenAI image API to gpt-image-1-mini, dropping DALL-E support
  • 30c7be9 fix: Add missing configurations for ChatModel streaming tests
  • 42b9cc7 Replace switchMap with concatMap/map to prevent streaming data loss (#6106)
  • 24a89f5 Fix Redis vector store filter delete to paginate search results
  • df99841 Add Ollama ThinkOption runtime hints
  • Additional commits viewable in compare view

Updates com.codeborne:selenide from 7.16.1 to 7.16.2

Release notes

Sourced from com.codeborne:selenide's releases.

v7.16.2

What's Changed

Full Changelog: selenide/selenide@v7.16.1...v7.16.2

Changelog

Sourced from com.codeborne:selenide's changelog.

7.16.2 (27.05.2026)

  • Selenide MCP: added more configuration parameters -- thanks to Mike Sidelnikov (#3323)
  • update Selenium from 4.43.0 to 4.44.0 (incl. CDP from 147 -> 148) (#3321)
  • prefer the latest file when browser occasionally downloaded multiple files (#3333)
  • support case when "downloadWillBegin" arrives AFTER "downloadProgress" event (286b7619d4d231)
  • #3328 improve logs when downloading a file (#3332)
  • don't spam logs with useless message "Variable selenide.reportsUrl not found" (827ac7ae17be8b)

See https://github.com/selenide/selenide/milestone/241?closed=1

Commits
  • 588fb75 release Selenide 7.16.2
  • 13124b8 prefer the latest file when browser occasionally downloaded multiple files
  • 6f60365 #3328 improve logs when downloading a file
  • 827ac7a don't spam logs with useless message "Variable selenide.reportsUrl not found"
  • 2612a20 Bump com.github.spotbugs from 6.5.4 to 6.5.5
  • 60a34e5 Bump io.modelcontextprotocol.sdk:mcp from 1.1.2 to 1.1.3
  • 2135a5e Bump nettyVersion from 4.2.13.Final to 4.2.14.Final
  • cafa36e Bump org.junit:junit-bom from 6.0.3 to 6.1.0
  • a77c2ed remove JQuery from most test pages
  • 08e553b revert page_for_printing.html and drop Google Fonts @​import to fix PrintPageT...
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-core from 6.6.50.Final to 6.6.52.Final

Release notes

Sourced from org.hibernate.orm:hibernate-core's releases.

Release 6.6.52

Hibernate ORM 6.6.52.Final released

Today, we published a new release of Hibernate ORM 6.6: 6.6.52.Final.

You can find the full list of 6.6.52.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration to 6.6 version.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Release 6.6.51

Hibernate ORM 6.6.51.Final released

Today, we published a new release of Hibernate ORM 6.6: 6.6.51.Final.

You can find the full list of 6.6.51.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration to 6.6 version.

Conclusion

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-core's changelog.

Changes in 6.6.52.Final (May 31, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/39275

** Bug * HHH-20504 DataException (Parameter is not set) when updating only a collection of a versioned entity with with a @​SQLUpdate

Changes in 6.6.51.Final (May 24, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/38967

** Bug * HHH-20394 Cascade profile causes LAZY associations to be eagerly fetched even if they won't be affected * HHH-20358 PRIVILEGED_CLI is not set to "sudo" when Podman is aliased as Docker

Commits
  • c946dbb [Jenkins release job] Preparing release 6.6.52.Final
  • a6036e5 [Jenkins release job] changelog.txt updated by release build 6.6.52.Final
  • c9029ac HHH-20504 DataException (Parameter is not set) when updating only a collectio...
  • 63a99e7 HHH-20504 Add test for issue
  • fd7b1d0 Only add "extra" Maven repositories when not using a mirror
  • 4b09735 Allow authentication for the maven mirror
  • 69a8f64 Allow setting MAVEN_MIRROR through -D
  • b77729a Disallow plain HTTP for maven mirror
  • ce891c5 [Jenkins release job] Preparing next development iteration
  • e3fcbe0 [Jenkins release job] Preparing release 6.6.51.Final
  • Additional commits viewable in compare view

Updates io.hypersistence:hypersistence-utils-hibernate-63 from 3.15.2 to 3.15.3

Changelog

Sourced from io.hypersistence:hypersistence-utils-hibernate-63's changelog.

Version 3.15.3 - June 02, 2026

Add support for Hibernate 7.4 #852

Small improvements to BatchSequenceGenerator 850

Add support for Optional attributes using @​Type(JsonType.class) #849

Update the hsqldb version to 2.7.4 #848

Fix merge method JavaDocs #846

Add support for Update and Delete statements in SQLExtractor #845

Upgrade Testcontainers to the 2.0.4 version #844

Fix broken Javadoc {@​code} tags in JsonType #842

Add Envers generic‑type handling for JSON collections #838

Commits
  • 21b6d85 [maven-release-plugin] prepare release hypersistence-utils-parent-3.15.3
  • 4a11be7 Update changelog for the 3.15.3 release
  • 80981c6 Bump org.springframework:spring-context
  • 060a7ee Add support for Hibernate 7.4 #852
  • 07aa0a5 Small improvements to BatchSequenceGenerator #850
  • 518374d Update the hsqldb version to 2.7.4 #848
  • 4326727 Add support for Optional attributes using @​Type(JsonType.class) #849
  • 2afd10c Fix merge method JavaDocs #846
  • df83e07 Add support for Update and Delete statements in SQLExtractor #845
  • a90562a Upgrade Testcontainers to the 2.0.4 version #844
  • Additional commits viewable in compare view

Updates software.amazon.awssdk:bom from 2.45.1 to 2.46.4

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 3, 2026
@dependabot dependabot Bot force-pushed the dependabot/gradle/backend/minor-and-patch-50df2bcd70 branch 2 times, most recently from 5b26850 to 7cf67e8 Compare June 4, 2026 21:49
… updates

Bumps the minor-and-patch group with 6 updates in the /backend directory:

| Package | From | To |
| --- | --- | --- |
| [com.google.cloud:spring-cloud-gcp-dependencies](https://github.com/GoogleCloudPlatform/spring-cloud-gcp) | `7.4.6` | `7.4.9` |
| [org.springframework.ai:spring-ai-bom](https://github.com/spring-projects/spring-ai) | `1.1.6` | `1.1.7` |
| [com.codeborne:selenide](https://github.com/selenide/selenide) | `7.16.1` | `7.16.2` |
| [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `6.6.50.Final` | `6.6.52.Final` |
| [io.hypersistence:hypersistence-utils-hibernate-63](https://github.com/vladmihalcea/hypersistence-utils) | `3.15.2` | `3.15.3` |
| software.amazon.awssdk:bom | `2.45.1` | `2.46.4` |



Updates `com.google.cloud:spring-cloud-gcp-dependencies` from 7.4.6 to 7.4.9
- [Release notes](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/v7.4.9/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/spring-cloud-gcp@v7.4.6...v7.4.9)

Updates `org.springframework.ai:spring-ai-bom` from 1.1.6 to 1.1.7
- [Release notes](https://github.com/spring-projects/spring-ai/releases)
- [Commits](spring-projects/spring-ai@v1.1.6...v1.1.7)

Updates `com.codeborne:selenide` from 7.16.1 to 7.16.2
- [Release notes](https://github.com/selenide/selenide/releases)
- [Changelog](https://github.com/selenide/selenide/blob/main/CHANGELOG.md)
- [Commits](selenide/selenide@v7.16.1...v7.16.2)

Updates `org.hibernate.orm:hibernate-core` from 6.6.50.Final to 6.6.52.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.52/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.50...6.6.52)

Updates `io.hypersistence:hypersistence-utils-hibernate-63` from 3.15.2 to 3.15.3
- [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt)
- [Commits](vladmihalcea/hypersistence-utils@hypersistence-utils-parent-3.15.2...hypersistence-utils-parent-3.15.3)

Updates `software.amazon.awssdk:bom` from 2.45.1 to 2.46.4

---
updated-dependencies:
- dependency-name: com.codeborne:selenide
  dependency-version: 7.16.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: com.google.cloud:spring-cloud-gcp-dependencies
  dependency-version: 7.4.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.hypersistence:hypersistence-utils-hibernate-63
  dependency-version: 3.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-version: 6.6.52.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.springframework.ai:spring-ai-bom
  dependency-version: 1.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.46.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/backend/minor-and-patch-50df2bcd70 branch from 7cf67e8 to 4b8d11e Compare June 5, 2026 19:43
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