Skip to content

chore(deps-dev): bump org.folio:folio-spring-testing from 10.0.0-RC1 to 10.0.0 in the dev-deps group#357

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/dev-deps-9ba7fa0ece
Open

chore(deps-dev): bump org.folio:folio-spring-testing from 10.0.0-RC1 to 10.0.0 in the dev-deps group#357
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/dev-deps-9ba7fa0ece

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2026

Bumps the dev-deps group with 1 update: org.folio:folio-spring-testing.

Updates org.folio:folio-spring-testing from 10.0.0-RC1 to 10.0.0

Release notes

Sourced from org.folio:folio-spring-testing's releases.

v10.0.0

Breaking Changes:

  • Migrated from OpenFeign to Spring HTTP Service Clients
  • Updated to Spring Boot 4.0.0
  • Updated to Jackson 3.x (package changed from com.fasterxml.jackson to tools.jackson)

Migration Guide: See SPRING_BOOT_4_MIGRATION_GUIDE.md for complete step-by-step migration instructions.

Breaking change, new default: A CQL search in a String field ignores case (= is case insensitive) and ignores accents by default; this is for consistency with RMB based modules. Use the annotations @RespectCase and/or @RespectAccents in the entity class to change this new default. Update database indices accordingly, for example:

DROP INDEX IF EXISTS idx_medreq_requester_barcode;
CREATE INDEX idx_medreq_requester_barcode ON ${database.defaultSchemaName}.mediated_request(lower(f_unaccent(requester_barcode)));

folio-spring-base

folio-spring-cql

folio-spring-i18n

  • FOLSPRINGS-198 Add support for searching multiple translation directories

folio-spring-system-user

folio-spring-tenant-settings

  • FOLSPRINGS-210 Add tenant-settings submodule for managing tenant-specific configuration

folio-spring-testing

  • FOLSPRINGS-218 Update Kafka and MinIO container images to latest versions
Changelog

Sourced from org.folio:folio-spring-testing's changelog.

10.0.0 2026-04-06

Breaking Changes:

  • Migrated from OpenFeign to Spring HTTP Service Clients
  • Updated to Spring Boot 4.0.0
  • Updated to Jackson 3.x (package changed from com.fasterxml.jackson to tools.jackson)

Migration Guide: See SPRING_BOOT_4_MIGRATION_GUIDE.md for complete step-by-step migration instructions.

Breaking change, new default: A CQL search in a String field ignores case (= is case insensitive) and ignores accents by default; this is for consistency with RMB based modules. Use the annotations @RespectCase and/or @RespectAccents in the entity class to change this new default. Update database indices accordingly, for example:

DROP INDEX IF EXISTS idx_medreq_requester_barcode;
CREATE INDEX idx_medreq_requester_barcode ON ${database.defaultSchemaName}.mediated_request(lower(f_unaccent(requester_barcode)));

folio-spring-base

folio-spring-cql

folio-spring-i18n

  • FOLSPRINGS-198 Add support for searching multiple translation directories

folio-spring-system-user

folio-spring-tenant-settings

  • FOLSPRINGS-210 Add tenant-settings submodule for managing tenant-specific configuration

folio-spring-testing

  • FOLSPRINGS-218 Update Kafka and MinIO container images to latest versions

9.0.0 2025-02-28

... (truncated)

Commits

Dependabot compatibility score

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 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 dev-deps group with 1 update: [org.folio:folio-spring-testing](https://github.com/folio-org/folio-spring-support).


Updates `org.folio:folio-spring-testing` from 10.0.0-RC1 to 10.0.0
- [Release notes](https://github.com/folio-org/folio-spring-support/releases)
- [Changelog](https://github.com/folio-org/folio-spring-support/blob/master/NEWS.md)
- [Commits](https://github.com/folio-org/folio-spring-support/commits/v10.0.0)

---
updated-dependencies:
- dependency-name: org.folio:folio-spring-testing
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
...

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 Apr 12, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 12, 2026 15:52
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 12, 2026
@dependabot dependabot bot requested a review from psmagin April 12, 2026 15:52
@dependabot dependabot bot added the java Pull requests that update java code label Apr 12, 2026
@sonarqubecloud
Copy link
Copy Markdown

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