Skip to content

fix(deps): bump the prod-deps group across 1 directory with 9 updates#637

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/prod-deps-df76524657
Open

fix(deps): bump the prod-deps group across 1 directory with 9 updates#637
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/prod-deps-df76524657

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the prod-deps group with 7 updates in the / directory:

Package From To
org.springframework.boot:spring-boot-starter-parent 4.0.6 4.1.0
org.folio:folio-spring-cql 9.1.0 10.0.0
org.springframework.cloud:spring-cloud-starter-loadbalancer 5.0.1 5.0.2
commons-io:commons-io 2.20.0 2.22.0
org.marc4j:marc4j 2.9.2 2.9.6
org.folio:folio-s3-client 3.0.0 3.0.1
com.puppycrawl.tools:checkstyle 11.0.1 13.6.0

Updates org.springframework.boot:spring-boot-starter-parent from 4.0.6 to 4.1.0

Release notes

Sourced from org.springframework.boot:spring-boot-starter-parent's releases.

v4.1.0

Full release notes for Spring Boot 4.1 are available on the wiki.

⭐ New Features

  • Add public constructor to InvalidConfigurationPropertyValueException that accepts a cause #50211
  • Reduce memory consumption when repeatedly calling WritableJson.toByteArray #49428

🐞 Bug Fixes

  • MailSender auto-configuration does not enable hostname verification #50747
  • Artemis auto-configuration uses a predictable default location for the embedded broker's data #50745
  • Embedded LDAP SSL should not be enabled when its bundle is empty #50700
  • InetAddressFilter.externalAddresses does not exclude special purpose addresses from RFC 6890 #50668
  • NullPointerException in reactor-netty SniProvider and unmapped SSL bundle with RSocket #50645
  • SSL should not be enabled when a SSL bundle is overridden to an empty string #50635
  • Test auto-configuration no longer integrates Spring Security with HtmlUnitDriver #50633
  • Configuration property metadata includes incorrect class references #50632
  • Docker Compose support does not restore thread interrupt flag when catching InterruptedException #50618
  • RabbitProperties enables SSL even when spring.rabbitmq.ssl.bundle is overridden to an empty string #50612
  • NullPointerException in reactor-netty SniProvider when SSL bundle uses client-auth or server truststore without server-name-bundles #50610
  • SpringJtaPlatform should have been deprecated since 4.1.0-M3 #50592
  • Layer written outside the output location of '//' exception is thrown when using extract layers in root directory #50510
  • ConfigurationPropertiesReportEndpoint exposes AOP proxy internals #50417
  • Created StackTracePrinter instances have no access to the Environment #50414
  • MappingsEndpoint reports the context's own ID as parentId when a parent exists #50412
  • Buildpack module does not validate long-to-int casts #50410
  • Gradle gRPC support fails if protobuf-java dependency is used instead of protobuf-java-util #50405
  • GraphQL WebSocket support does not configure allowed origins #50394
  • Spring Boot Loader Does Not Support RSA and EC Signed Jars #50298
  • Meter registries are not removed from the global registry when the context is closed #50287
  • DataSourceBuilder cannot derive a DataSource from a lazy connection proxy #50271
  • Nullable annotations from AbstractErrorController.getErrorAttributes are not aligned with implementation #50266
  • Bean definitions can be added with an initializer before setAllowBeanDefinitionOverriding is called #50264
  • EndpointRequest links matcher unnecessarily matches HTTP methods other than GET #50261
  • Actuator's '/cloudfoundryapplication' endpoint does not work if restrictive CORS configuration is provided using a bean named corsConfigurationSource #50258
  • ThreadPoolTaskScheduleBuilder unnecessarily loses precision when configuring await termination time #50234
  • NimbusJwtDecoder silently accepts unknown values for spring.security.oauth2.resourceserver.jwt.jws-algorithms #50228
  • Missing dependency management for spring-boot-web-server-test #50224
  • Spring Batch support for MongoDB modules are not included in dependency management #50223
  • Apply HTML escaping to timestamp attribute in Whitelabel error page #50216
  • GrpcServerHealthScheduler is not started in servlet environments #50209
  • Setting server.servlet.session.cookie.partitioned=true has no effect when using Tomcat #50204

📔 Documentation

  • Fix reference to Gradle documentation for module replacement #50647
  • Document SSL reloading with Let's Encrypt #50630
  • Remove the use of Optional from Data Neo4j repository examples #50622
  • Fix typos in documentation #50620

... (truncated)

Commits

Updates org.folio:folio-spring-cql from 9.1.0 to 10.0.0

Release notes

Sourced from org.folio:folio-spring-cql'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-cql'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
  • 54c62bd [maven-release-plugin] prepare release v10.0.0
  • 014f434 [maven-release-plugin] prepare branch release/v10.0
  • 47f2e61 Update NEWS
  • 4449e84 fix(deps): bump io.swagger.core.v3:swagger-annotations (#325)
  • bc0054d FOLSPRINGS-226: Remove maven-compat dependency (#324)
  • d09ca19 FOLSPRINGS-217 Implement connection pool settings (#292)
  • b572f21 fix(deps): bump the prod-deps group with 6 updates (#323)
  • 09f558a fix(deps): bump the prod-deps group with 4 updates (#322)
  • f5b6fcc [FOLSPRINGS-225] Support extending http interceptor to create custom rest cli...
  • a2e73b8 [FOLSPRINGS-222] Support String-typed text/plain responses for HttpServices (...
  • Additional commits viewable in compare view

Updates org.springframework.kafka:spring-kafka from 4.0.5 to 4.1.0

Release notes

Sourced from org.springframework.kafka:spring-kafka's releases.

v4.1.0

⭐ New Features

  • make the method setBackOffFunction work for the batch processing as well #4455

🐞 Bug Fixes

  • Require exact package match for trusted header types #4496
  • Harden retry topic headers decoding in Spring Kafka #4493
  • Fix unbounded cache in DelegatingDeserializer #4489
  • @RetryableTopic: built-in DLT logging handler fails with "No Acknowledgment available" on 4.0 (works on 3.3.x) #4468
  • Suspend @KafkaListener re-delivers a failing record without bound after DefaultErrorHandler retries are exhausted #4465
  • KafkaMessageListenerContainer for ackMode=COUNT_TIME doesn't check ackTime #4444
  • Different behavior for value serializer mappings for different classloaders #4442
  • DefaultAfterRollbackProcessor for batch-listeners consuming ConsumerRecords doesn't seek consumer #4439
  • NPE when properties are not defined for StreamsBuilderFactoryBean #4434
  • Incorrect key, value, and headers passed to KafkaStreamsDeadLetterDestinationResolver #4430
  • Inconsistent handling of non-string values in Properties argument passed to DefaultConsumerFactory::createKafkaConsumer #4384

📔 Documentation

  • BatchListenerFailedException silently commits offsets for unprocessed records in BatchMessageListener #4436
  • Polish README.md and CONTRIBUTING.adoc #4184

🔨 Dependency Upgrades

  • Bump io.projectreactor:reactor-bom from 2025.0.5 to 2025.0.6 #4485
  • Bump org.springframework:spring-framework-bom from 7.0.7 to 7.0.8 #4481
  • Bump io.micrometer:micrometer-tracing-bom from 1.7.0-SNAPSHOT to 1.7.0 #4480
  • Bump com.fasterxml.jackson:jackson-bom from 2.21.3 to 2.21.4 #4458
  • Bump tools.jackson:jackson-bom from 3.1.3 to 3.1.4 #4457
  • Bump kafkaVersion from 4.2.0 to 4.2.1 #4456
  • Bump org.slf4j:slf4j-api from 2.0.17 to 2.0.18 #4445
  • Bump tools.jackson:jackson-bom from 3.1.2 to 3.1.3 #4438
  • Bump com.fasterxml.jackson:jackson-bom from 2.21.2 to 2.21.3 #4437
  • Bump kotlinVersion from 2.3.20 to 2.3.21 #4426

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​LeosBitto and @​ngocnhan-tran1996

v4.1.0-RC1

⭐ New Features

  • Add AcknowledgementCommitCallback support for async share consumer commits #4380
  • Introduce ShareAckMode enum for share consumers #4376
  • Expose group.protocol configuration for Kafka Streams server-side rebalance (KIP-1071) #4329
  • Expose native Kafka Streams DLQ configuration (KIP-1034) #4328

... (truncated)

Commits
  • a8dba16 [CI/CD] Release version 4.1.0
  • 9439fbb GH-4496: Require exact package match for trusted header types
  • 7495b37 GH-4493: Harden retry topic headers decoding
  • ca2337b GH-4489: Fix unbounded cache in DelegatingDeserializer
  • 78ee8bf Upgrade from SNAPSHOTs to GAs
  • 75597bb CI/CD: Trigger dependabot updates
  • 3711c3a Bump io.projectreactor:reactor-bom from 2025.0.5 to 2025.0.6 (#4485)
  • ff8b048 Bump org.springframework:spring-framework-bom from 7.0.7 to 7.0.8 (#4481)
  • d586be4 Bump io.micrometer:micrometer-tracing-bom from 1.7.0-SNAPSHOT to 1.7.0 (#4480)
  • 8c2d29c CI/CD: Trigger dependabot updates
  • Additional commits viewable in compare view

Updates org.springframework.cloud:spring-cloud-starter-loadbalancer from 5.0.1 to 5.0.2

Release notes

Sourced from org.springframework.cloud:spring-cloud-starter-loadbalancer's releases.

5.0.2

🐞 Bug Fixes

  • ConfigurationProperties initial values not restored on DELETE /actuator/env #1616

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​dependabot[bot] and @​ryanjbaxter

What's Changed

New Contributors

Full Changelog: spring-cloud/spring-cloud-commons@v5.0.1...v5.0.2

Commits
  • ad7cc6d Update SNAPSHOT to 5.0.2
  • 3a9d04e Merge pull request #1694 from spring-cloud/dependabot/maven/main/org.springfr...
  • 60f5823 Bump org.springframework.retry:spring-retry from 2.0.12 to 2.0.13
  • be2c7b9 Merge pull request #1691 from spring-cloud/dependabot/npm_and_yarn/docs/main/...
  • 8a6a6b9 Bump @​springio/antora-extensions from 1.14.11 to 1.14.12 in /docs
  • cab9bae Update pom.xml to exclude logback-classic dependency
  • d56924e Bumping versions
  • 8dc4335 Merge branch '4.3.x'
  • e01eae5 Runs test on random port
  • af85f20 Merge pull request #1690 from spring-cloud/dependabot/maven/4.3.x/org.apache....
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-configuration-processor from 4.0.6 to 4.1.0

Release notes

Sourced from org.springframework.boot:spring-boot-configuration-processor's releases.

v4.1.0

Full release notes for Spring Boot 4.1 are available on the wiki.

⭐ New Features

  • Add public constructor to InvalidConfigurationPropertyValueException that accepts a cause #50211
  • Reduce memory consumption when repeatedly calling WritableJson.toByteArray #49428

🐞 Bug Fixes

  • MailSender auto-configuration does not enable hostname verification #50747
  • Artemis auto-configuration uses a predictable default location for the embedded broker's data #50745
  • Embedded LDAP SSL should not be enabled when its bundle is empty #50700
  • InetAddressFilter.externalAddresses does not exclude special purpose addresses from RFC 6890 #50668
  • NullPointerException in reactor-netty SniProvider and unmapped SSL bundle with RSocket #50645
  • SSL should not be enabled when a SSL bundle is overridden to an empty string #50635
  • Test auto-configuration no longer integrates Spring Security with HtmlUnitDriver #50633
  • Configuration property metadata includes incorrect class references #50632
  • Docker Compose support does not restore thread interrupt flag when catching InterruptedException #50618
  • RabbitProperties enables SSL even when spring.rabbitmq.ssl.bundle is overridden to an empty string #50612
  • NullPointerException in reactor-netty SniProvider when SSL bundle uses client-auth or server truststore without server-name-bundles #50610
  • SpringJtaPlatform should have been deprecated since 4.1.0-M3 #50592
  • Layer written outside the output location of '//' exception is thrown when using extract layers in root directory #50510
  • ConfigurationPropertiesReportEndpoint exposes AOP proxy internals #50417
  • Created StackTracePrinter instances have no access to the Environment #50414
  • MappingsEndpoint reports the context's own ID as parentId when a parent exists #50412
  • Buildpack module does not validate long-to-int casts #50410
  • Gradle gRPC support fails if protobuf-java dependency is used instead of protobuf-java-util #50405
  • GraphQL WebSocket support does not configure allowed origins #50394
  • Spring Boot Loader Does Not Support RSA and EC Signed Jars #50298
  • Meter registries are not removed from the global registry when the context is closed #50287
  • DataSourceBuilder cannot derive a DataSource from a lazy connection proxy #50271
  • Nullable annotations from AbstractErrorController.getErrorAttributes are not aligned with implementation #50266
  • Bean definitions can be added with an initializer before setAllowBeanDefinitionOverriding is called #50264
  • EndpointRequest links matcher unnecessarily matches HTTP methods other than GET #50261
  • Actuator's '/cloudfoundryapplication' endpoint does not work if restrictive CORS configuration is provided using a bean named corsConfigurationSource #50258
  • ThreadPoolTaskScheduleBuilder unnecessarily loses precision when configuring await termination time #50234
  • NimbusJwtDecoder silently accepts unknown values for spring.security.oauth2.resourceserver.jwt.jws-algorithms #50228
  • Missing dependency management for spring-boot-web-server-test #50224
  • Spring Batch support for MongoDB modules are not included in dependency management #50223
  • Apply HTML escaping to timestamp attribute in Whitelabel error page #50216
  • GrpcServerHealthScheduler is not started in servlet environments #50209
  • Setting server.servlet.session.cookie.partitioned=true has no effect when using Tomcat #50204

📔 Documentation

  • Fix reference to Gradle documentation for module replacement #50647
  • Document SSL reloading with Let's Encrypt #50630
  • Remove the use of Optional from Data Neo4j repository examples #50622
  • Fix typos in documentation #50620

... (truncated)

Commits

Updates commons-io:commons-io from 2.20.0 to 2.22.0

Updates org.marc4j:marc4j from 2.9.2 to 2.9.6

Release notes

Sourced from org.marc4j:marc4j's releases.

2.9.6

This includes a couple of pull requests:
marc4j/marc4j#100 marc4j/marc4j#98 marc4j/marc4j#97 Plus code to handle marc4j/marc4j#102 marc4j/marc4j#94

Plus a number of changes to the build.xml code to support automatic uploading of the built code artifacts to sonatype.org Plus a new github workflow, that should run automatically when a release is published.

2.9.4

Include the additional Pull request that includes imports of org.marc4j.marc.Record to prevent collision with newer java class Record.

2.9.3

Merges in a Pull Request to add handling of NLM Call Numbers

Commits
  • f654e83 handle issues :
  • 798ccea only run release.yml when a release is published
  • 3ebfe70 many changes to build code, to support automatically uploading to sonatype.or...
  • 1355383 Merge pull request #100 from MSU-Libraries/linked_occurrence
  • 975f789 Merge pull request #98 from cleydyr/issue-88
  • b526eda Merge pull request #97 from julianladisch/nlm-w
  • bd290cc Linked field no longer fails due to occurrence
  • 579295b refactor: [88] remove redundant if-else
  • d4e80cf Allow 3 class letters
  • de23419 prevent OOB errors on really bad records.
  • Additional commits viewable in compare view

Updates org.folio:folio-s3-client from 3.0.0 to 3.0.1

Updates com.puppycrawl.tools:checkstyle from 11.0.1 to 13.6.0

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-13.6.0

Checkstyle 13.6.0 - https://checkstyle.org/releasenotes.html#Release_13.6.0

New:

#19813 - ConstructorsDeclarationGroupingCheck: new property required to order constructors according to increasing arity. #20109 - NoLineWrap: false negative for wrapped 'import module' (MODULE_IMPORT) declarations.

Bug fixes:

#20216 - MagicNumberCheck: NullPointerException on compact source files when ignoreFieldDeclaration=true (JEP 512). #20292 - percent-encode double quote in SarifLogger file uri. #19623 - Add checks for OpenJDK Style §3.3 - Import statements. #19926 - Documentation Comments Style Guide - validate Default Constructors. #20206 - Javadoc parser error on openjdk source java/lang/Character.java. #20215 - EmptyLineSeparatorCheck: NullPointerException on compact source files with adjacent top-level members (JEP 512). #20273 - Javadoc parser problems. #19973 - FinalLocalVariableCheck: NullPointerException on compact source files (JEP 512). #20267 - ModifiedControlVariableCheck: NullPointerException on compact source files (JEP 512). #20303 - minor: escape file name in generated suppression files. #20212 - MissingOverrideCheck: NullPointerException on compact source files when javaFiveCompatibility=true (JEP 512). #20214 - MissingOverrideOnRecordAccessorCheck: NullPointerException on compact source files (JEP 512). #20210 - MethodNameCheck: NullPointerException on compact source files (JEP 512). #20213 - UnusedLocalVariableCheck: NullPointerException on compact source files with a top-level field (JEP 512). #19734 - Add checks for OpenJDK Style - Wildcard Imports. #19908 - PackageDeclarationCheck reports false positive on JEP 512 compact source files. #19909 - OuterTypeFilename reports false positive on JEP 512 compact source files. #20111 - EmptyLineSeparator: false negative for 'import module' (MODULE_IMPORT) followed by a type declaration. #15085 - Extend UnusedLocalVariable to support pattern variables. #20108 - Indentation: false negative for 'import module' (MODULE_IMPORT) declarations are never checked. #17810 - JDK 25, JEP 512: Compact Source Files and Instance Main Methods not supported.

... (truncated)

Commits
  • 6c24a73 [maven-release-plugin] prepare release checkstyle-13.6.0
  • cd2c012 doc: release notes for 13.6.0
  • aeb3cde Issue #19935: Mark doc image source location as no validation
  • 6cfbdb0 Issue #20216: Fix NPE in MagicNumberCheck for compact source files
  • 2f1af32 Issue #19764: Move violation comments out of Javadoc in atclauseorder
  • 1c649a1 Pull #20292: percent-encode double quote in SarifLogger file uri
  • 89ffcfc dependency: bump org.eclipse.jgit:org.eclipse.jgit
  • 374c13d Issue #18435: Fix xdocs Examples AST Consistency Test - annotationonsameline
  • 0d6fc8c Issue #18435: Fix xdocs Examples AST Consistency Test - annotationlocation
  • 1f2954c Issue #19623: Adding remaining modules
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 15, 2026
Bumps the prod-deps group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `4.0.6` | `4.1.0` |
| [org.folio:folio-spring-cql](https://github.com/folio-org/folio-spring-support) | `9.1.0` | `10.0.0` |
| [org.springframework.cloud:spring-cloud-starter-loadbalancer](https://github.com/spring-cloud/spring-cloud-commons) | `5.0.1` | `5.0.2` |
| commons-io:commons-io | `2.20.0` | `2.22.0` |
| [org.marc4j:marc4j](https://github.com/marc4j/marc4j) | `2.9.2` | `2.9.6` |
| org.folio:folio-s3-client | `3.0.0` | `3.0.1` |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `11.0.1` | `13.6.0` |



Updates `org.springframework.boot:spring-boot-starter-parent` from 4.0.6 to 4.1.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v4.0.6...v4.1.0)

Updates `org.folio:folio-spring-cql` from 9.1.0 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](folio-org/folio-spring-support@v9.1.0...v10.0.0)

Updates `org.springframework.kafka:spring-kafka` from 4.0.5 to 4.1.0
- [Release notes](https://github.com/spring-projects/spring-kafka/releases)
- [Commits](spring-projects/spring-kafka@v4.0.5...v4.1.0)

Updates `org.springframework.cloud:spring-cloud-starter-loadbalancer` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/spring-cloud/spring-cloud-commons/releases)
- [Commits](spring-cloud/spring-cloud-commons@v5.0.1...v5.0.2)

Updates `org.springframework.boot:spring-boot-configuration-processor` from 4.0.6 to 4.1.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v4.0.6...v4.1.0)

Updates `commons-io:commons-io` from 2.20.0 to 2.22.0

Updates `org.marc4j:marc4j` from 2.9.2 to 2.9.6
- [Release notes](https://github.com/marc4j/marc4j/releases)
- [Changelog](https://github.com/marc4j/marc4j/blob/master/changes.txt)
- [Commits](marc4j/marc4j@2.9.2...2.9.6)

Updates `org.folio:folio-s3-client` from 3.0.0 to 3.0.1

Updates `com.puppycrawl.tools:checkstyle` from 11.0.1 to 13.6.0
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-11.0.1...checkstyle-13.6.0)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-version: 13.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: commons-io:commons-io
  dependency-version: 2.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: org.folio:folio-s3-client
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.folio:folio-spring-cql
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: org.marc4j:marc4j
  dependency-version: 2.9.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.springframework.boot:spring-boot-configuration-processor
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: org.springframework.cloud:spring-cloud-starter-loadbalancer
  dependency-version: 5.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.springframework.kafka:spring-kafka
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/maven/prod-deps-df76524657 branch from 6020838 to 08025db Compare June 22, 2026 04:55
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