Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the production-minor-patch group with 11 updates:

Package From To
org.springframework:spring-framework-bom 6.2.1 6.2.2
io.swagger.core.v3:swagger-models 2.2.27 2.2.28
io.swagger.parser.v3:swagger-parser 2.1.24 2.1.25
io.swagger.parser.v3:swagger-parser-core 2.1.24 2.1.25
org.bouncycastle:bcpkix-jdk18on 1.79 1.80
org.bouncycastle:bcprov-jdk18on 1.79 1.80
org.assertj:assertj-core 3.27.2 3.27.3
com.github.ben-manes.caffeine:jcache 3.1.8 3.2.0
com.sap.cloud.security:java-bom 3.5.6 3.5.7
com.github.ben-manes.caffeine:caffeine 3.1.8 3.2.0
io.grpc:grpc-bom 1.69.0 1.69.1

Updates org.springframework:spring-framework-bom from 6.2.1 to 6.2.2

Release notes

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

v6.2.2

⭐ New Features

  • Track only qualifier annotations in BeanOverrideHandler #34260
  • Remove @FunctionalInterface declaration from BeanOverrideProcessor #34259
  • Refine default filtered headers for web data binding #34182
  • Improve query params in uri KeyValue with HTTP interface client #34176
  • Refine location checks for PathResource #34167
  • Avoid virtual thread pinning in procedure calling #34133
  • Type-level constraint violation should result in ParameterErrors #34105
  • Avoid logger serialization behind shared EntityManager proxy #34084
  • Improve PathMatcher to PathPatternParser migration in mvc XML configuration #34064
  • Support @MockitoBean at the type level on test classes #33925

🐞 Bug Fixes

  • HttpHeadersAssert#doesNotContainsHeaders has a typo #34263
  • Deadlock with background EntityManager bootstrap due to locking in getSingletonFactoryBeanForTypeCheck #34247
  • ApplicationListener no longer invoked for double generic ApplicationEvent with 6.2.1 #34234
  • Nested transaction savepoints are broken in SQL Server #34233
  • Error handling override in DefaultResponseErrorHandler ignored after upgrade to 6.2.0 #34231
  • FileNotFoundException is thrown when using ConfigurationPropertiesScan with Spring Context 6.2.1 #34216
  • BindException declared but not handled by ExceptionHandler #34214
  • @TestBean factory method resolution is incorrect within class hierarchy #34204
  • Bean Override in superclass takes precedence over Bean Override in subclass #34194
  • Ensure AsyncListener#onError does not return until dispatch completes #34192
  • BeanNotOfRequiredTypeException during transaction qualifier resolution in 6.2.1 #34187
  • BeanCurrentlyInCreationException is thrown when multiple threads simultaneously try to create bean #34186
  • DataBinder throws IndexOutOfBoundsException when indexed parameter uses nonconsecutive indices #34145
  • NullPointerException is thrown if WebClient is used with Apache Httpclient and cookies are disabled #34132
  • Wrong parentId tracking in FlightRecorderApplicationStartup #34128
  • PathMatchingResourcePatternResolver is not able to resolve file in SpringBoot Packaged JAR #34126
  • Placeholder resolution no longer considers exact match before resolving the placeholder key #34124
  • DataBinder throws StringIndexOutOfBoundsException for indexed property without nested property path #34121
  • Dependency injection matches wildcards too leniently with 6.2.1 #34119
  • PathMatchingResourcePatternResolver throws FileNotFoundException caused by wrong cache path #34111
  • SpEL fails to invoke MethodHandle function reference accepting only varargs #34109
  • Generic with a base type is no longer resolved to its base if the generic is unresolved #34086
  • DataBinder throws StringIndexOutOfBoundsException for map property without nested property path #34043
  • Fix implicit variable resolution in JSP EvalTag #33945

📔 Documentation

  • Fix inaccuracy in RequestHeaderArgumentResolver Javadoc #34230
  • Document that http.client.requests measure the entire HTTP exchange #34201
  • Misuse of em dash in "Basic Concept" section #34165
  • Fix typo in link #34149
  • Broken syntax in xml sample of "Reference to Other Beans" section #34148
  • Fix minor typo in reference documentation for Kotlin annotations #34134
  • Clarify documentation for the default uri client request observation metric #34116

... (truncated)

Commits
  • d5da602 Release v6.2.2
  • 384d274 Polishing in HttpServiceMethod
  • 5150a9a Polishing contribution
  • a8c5885 Fix wrong document about RequestHeaderArgumentResolver
  • 7d84427 Upgrade to Jetty 12.0.16, Netty 4.1.117, Protobuf 4.29.3, Checkstyle 10.21.1
  • 70ceb3a Refer to local Consumer type instead of Kotlin test type
  • 9181cce Support @⁠MockitoBean at the type level on test classes
  • 8b6523a Cross reference @⁠NestedTestConfiguration for Bean Overrides
  • e7f3493 Merge pull request #34086 from rPraml
  • fe5f5d5 Polish "Resolve base type in parameterized type if necessary"
  • Additional commits viewable in compare view

Updates io.swagger.core.v3:swagger-models from 2.2.27 to 2.2.28

Updates io.swagger.parser.v3:swagger-parser from 2.1.24 to 2.1.25

Release notes

Sourced from io.swagger.parser.v3:swagger-parser's releases.

Swagger-parser 2.1.25 released!

  • update dependencies (Jackson to 2.18.2, fix quotes in tests) (#2153)
Commits
  • e549281 prepare release 2.1.25
  • 9d7fe7c update dependencies (Jackson to 2.18.2, fix quotes in tests)
  • 153070c bump snapshot 2.1.25-SNAPSHOT
  • See full diff in compare view

Updates io.swagger.parser.v3:swagger-parser-core from 2.1.24 to 2.1.25

Updates io.swagger.parser.v3:swagger-parser-core from 2.1.24 to 2.1.25

Updates org.bouncycastle:bcpkix-jdk18on from 1.79 to 1.80

Changelog

Sourced from org.bouncycastle:bcpkix-jdk18on's changelog.

2.1.1 Version Release: 1.80 Date:      2025, 14th January.

... (truncated)

Commits

Updates org.bouncycastle:bcprov-jdk18on from 1.79 to 1.80

Changelog

Sourced from org.bouncycastle:bcprov-jdk18on's changelog.

2.1.1 Version Release: 1.80 Date:      2025, 14th January.

... (truncated)

Commits

Updates org.bouncycastle:bcprov-jdk18on from 1.79 to 1.80

Changelog

Sourced from org.bouncycastle:bcprov-jdk18on's changelog.

2.1.1 Version Release: 1.80 Date:      2025, 14th January.

... (truncated)

Commits

Updates org.assertj:assertj-core from 3.27.2 to 3.27.3

Release notes

Sourced from org.assertj:assertj-core's releases.

v3.27.3

💥 Breaking Changes

Core

  • Revert "Propagate common basetype for the extracting method" #3737

    The enhancement introduced with #3673 breaks existing code on Kotlin 1.9; therefore, it has been reverted.

    As Spring Boot 3.4 currently supports Kotlin 1.9, we want to keep the same compatibility on AssertJ 3.x, while AssertJ 4.x will require Kotlin 2.x.

    Existing code relying on the changes introduced with #3673 will no longer compile and should be refactored.

🐛 Bug Fixes

Core

  • Fix StandardRepresentation regression for unquoted strings #3735

⚡ Improvements

Core

  • Add Class info to class loading strategy failures #3746

❤️ Contributors

Thanks to all the contributors who worked on this release:

@​ccrvincent

Commits
  • c928dd3 [maven-release-plugin] prepare release assertj-build-3.27.3
  • f308d95 Fix StandardRepresentation regression for unquoted strings (#3735)
  • e5959f4 Add Java and Kotlin release references
  • 3eb809d Add Kotlin EAP reference
  • b39a8cf Add Kotlin 2.1.10-RC
  • e20e40d Add Class info to failure exception (#3746)
  • 79b87f0 Revert "Propagate common basetype for the extracting method (#3673)" (#3737)
  • bf439b3 chore(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to ...
  • 30936ca Restructure Kotlin tests, add DisplayNameGenerator
  • b5b86cc Add Kotlin cross-version job (#3732)
  • Additional commits viewable in compare view

Updates com.github.ben-manes.caffeine:jcache from 3.1.8 to 3.2.0

Release notes

Sourced from com.github.ben-manes.caffeine:jcache's releases.

3.2.0

Cache

  • Added Sigstore signing of maven artifacts
  • Added Expiry static factory methods (#1499)
  • Migrated to JSpecify annotations (was checker framework)
  • Fixed variable expiration calculation when nearing overflow
  • Added logging when an async cache's removal listener fails
  • Added an expiration write optimization to more operations (#1320)
  • Fixed when a Weigher or Expiry fail on an async completion (#1687)
  • Fixed cases when the expiration ticker was also used for statistics (#1678)
  • Fixed refresh handling to skip if the async cache's entry is still loading (#1478)
  • Fixed containsKey for an async cache's synchronous view while in-flight (#1626)
  • Fixed premature expiration for an async cache when using nearly immediate expiration (#1623)
  • For a bulk async load returning extra mappings, wait to be added to the cache before returning (#1409)

Guava

  • Relaxed the OSGi version requirement (#1160)

JCache

  • Allow hibernate.javax.cache.uri to load the configuration from a jar (#1347)
Commits
  • 93d845e prepare for next release
  • 8022a16 expand expire write optimization to more operations (fixes #1320)
  • 9b65365 Avoid early expiration of an pending future due to delayed pinning (fixes #1623)
  • 25405d6 skip refreshing if the async cache entry is still loading (fixes #1478)
  • 2d93f2b fix variable expiration calculation when nearing overflow
  • 3ff2445 migrate to the maintained javapoet project
  • bbf54be minor polish and fixes #1820
  • b09770f upgrade to apache commons collections' junit5 test suite
  • 70f5cf8 use jakarta.inject for jcache guice integration test
  • ae21802 add missing asserts to openjdk tests that check only in their custom harness
  • Additional commits viewable in compare view

Updates com.sap.cloud.security:java-bom from 3.5.6 to 3.5.7

Release notes

Sourced from com.sap.cloud.security:java-bom's releases.

3.5.7

  • [java-security] Fix parallel JWKS fetches

Dependency upgrades

  • Bump org.wiremock:wiremock-standalone from 3.9.2 to 3.10.0
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2
  • Bump org.eclipse.jetty.version from 12.0.13 to 12.0.16
  • Bump log4j2.version from 2.24.2 to 2.24.3
  • Bump spring.security.version from 6.4.1 to 6.4.2
  • Bump spring.boot.version from 3.4.0 to 3.4.1
  • Bump ch.qos.logback:logback-core from 1.4.14 to 1.5.13 in /token-client
  • Bump com.nimbusds:nimbus-jose-jwt from 9.47 to 10.0.1
  • Bump org.assertj:assertj-core from 3.26.3 to 3.27.2
  • Bump org.json:json from 20240303 to 20250107
  • Bump io.github.hakky54:logcaptor from 2.9.3 to 2.10.1
Changelog

Sourced from com.sap.cloud.security:java-bom's changelog.

3.5.7

  • [java-security] Fix parallel JWKS fetches

Dependency upgrades

  • Bump org.wiremock:wiremock-standalone from 3.9.2 to 3.10.0
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2
  • Bump org.eclipse.jetty.version from 12.0.13 to 12.0.16
  • Bump log4j2.version from 2.24.2 to 2.24.3
  • Bump spring.security.version from 6.4.1 to 6.4.2
  • Bump spring.boot.version from 3.4.0 to 3.4.1
  • Bump ch.qos.logback:logback-core from 1.4.14 to 1.5.13 in /token-client
  • Bump com.nimbusds:nimbus-jose-jwt from 9.47 to 10.0.1
  • Bump org.assertj:assertj-core from 3.26.3 to 3.27.2
  • Bump org.json:json from 20240303 to 20250107
  • Bump io.github.hakky54:logcaptor from 2.9.3 to 2.10.1
Commits
  • deeb786 Set release version to 3.5.7 (#1697)
  • 442284a Bump org.wiremock:wiremock-standalone from 3.9.2 to 3.10.0 (#1673)
  • 31f7ed0 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 (#1674)
  • 3f8c963 Bump org.eclipse.jetty.version from 12.0.13 to 12.0.16 (#1680)
  • 3c8e0bd Bump log4j2.version from 2.24.2 to 2.24.3 (#1683)
  • 6ef49a7 Bump spring.security.version from 6.4.1 to 6.4.2 (#1684)
  • 4e28470 Bump spring.boot.version from 3.4.0 to 3.4.1 (#1686)
  • ead8725 Bump ch.qos.logback:logback-core from 1.4.14 to 1.5.13 in /token-client (#1687)
  • 2ffbed2 Bump com.nimbusds:nimbus-jose-jwt from 9.47 to 10.0.1 (#1692)
  • dbf5b74 Bump org.assertj:assertj-core from 3.26.3 to 3.27.2 (#1693)
  • Additional commits viewable in compare view

Updates com.github.ben-manes.caffeine:caffeine from 3.1.8 to 3.2.0

Release notes

Sourced from com.github.ben-manes.caffeine:caffeine's releases.

3.2.0

Cache

  • Added Sigstore signing of maven artifacts
  • Added Expiry static factory methods (#1499)
  • Migrated to JSpecify annotations (was checker framework)
  • Fixed variable expiration calculation when nearing overflow
  • Added logging when an async cache's removal listener fails
  • Added an expiration write optimization to more operations (#1320)
  • Fixed when a Weigher or Expiry fail on an async completion (#1687)
  • Fixed cases when the expiration ticker was also used for statistics (#1678)
  • Fixed refresh handling to skip if the async cache's entry is still loading (#1478)
  • Fixed containsKey for an async cache's synchronous view while in-flight (#1626)
  • Fixed premature expiration for an async cache when using nearly immediate expiration (#1623)
  • For a bulk async load returning extra mappings, wait to be added to the cache before returning (#1409)

Guava

  • Relaxed the OSGi version requirement (#1160)

JCache

  • Allow hibernate.javax.cache.uri to load the configuration from a jar (#1347)
Commits
  • 93d845e prepare for next release
  • 8022a16 expand expire write optimization to more operations (fixes #1320)
  • 9b65365 Avoid early expiration of an pending future due to delayed pinning (fixes #1623)
  • 25405d6 skip refreshing if the async cache entry is still loading (fixes #1478)
  • 2d93f2b fix variable expiration calculation when nearing overflow
  • 3ff2445 migrate to the maintained javapoet project
  • bbf54be minor polish and fixes #1820
  • b09770f upgrade to apache commons collections' junit5 test suite
  • 70f5cf8 use jakarta.inject for jcache guice integration test
  • ae21802 add missing asserts to openjdk tests that check only in their custom harness
  • Additional commits viewable in compare view

Updates io.grpc:grpc-bom from 1.69.0 to 1.69.1

Release notes

Sourced from io.grpc:grpc-bom's releases.

v1.69.1

Bug Fixes

  • okhttp: Improve certificate handling by rejecting non-ASCII subject alternative names and hostnames as seen in CVE-2021-0341 (#11749) (a0982ca0a). Hostnames are considered trusted and CAs are required to use punycode for non-ASCII hostnames, so this is expected to provide defense-in-depth. See also the related GoSecure blog post and the AOSP fix
  • xds: Preserve nonce when unsubscribing last watcher of a particular type so that new discovery requests of that type are handled correctly (1cf1927d1). This (along with 1cf1927d1) fixes a nonce-handling regression introduced in 1.66.0 that could cause resources to appear to not exist until re-creating the ADS stream. Triggering the behavior required specific config changes. It is easiest to trigger when clusters use EDS and routes are changed from one cluster to another. The error “found 0 leaf (logical DNS or EDS) clusters for root cluster” might then be seen
  • xds: Remember nonces for unknown types (6c12c2bd2)
  • xds: Unexpected types in the bootstrap’s server_features should be ignored (e8ff6da2c). They were previously required to be strings
  • xds: Fixed unsupported unsigned 32 bits issue for circuit breaker (#11735) (f8f613984). This fixes clients treating large max_requests as “no requests” and failing all requests
  • xds: Remove xds authority label from metric registration (#11760) (6516c7387). This fixes the error “Incorrect number of required labels provided. Expected: 4” introduced in 1.69.0
Commits
  • 5e14f99 Bump version to 1.69.1
  • d13bc25 Update README etc to reference 1.69.1
  • 05d9628 fix security issue with okhttp (#11749)
  • 112dccb xds: fixed unsupported unsigned 32 bits issue for circuit breaker (#11735)
  • 0de7bfe xds: Remove xds authority label from metric registration
  • e3e343d xds: Remember nonces for unknown types
  • aba8a0c xds: Preserve nonce when unsubscribing type
  • ded82e2 xds: Unexpected types in server_features should be ignored
  • eccb137 Bump version to 1.69.1-SNAPSHOT
  • See full diff 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 production-minor-patch group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) | `6.2.1` | `6.2.2` |
| io.swagger.core.v3:swagger-models | `2.2.27` | `2.2.28` |
| [io.swagger.parser.v3:swagger-parser](https://github.com/swagger-api/swagger-parser) | `2.1.24` | `2.1.25` |
| io.swagger.parser.v3:swagger-parser-core | `2.1.24` | `2.1.25` |
| [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) | `1.79` | `1.80` |
| [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) | `1.79` | `1.80` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.27.2` | `3.27.3` |
| [com.github.ben-manes.caffeine:jcache](https://github.com/ben-manes/caffeine) | `3.1.8` | `3.2.0` |
| [com.sap.cloud.security:java-bom](https://github.com/SAP/cloud-security-xsuaa-integration) | `3.5.6` | `3.5.7` |
| [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) | `3.1.8` | `3.2.0` |
| [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) | `1.69.0` | `1.69.1` |


Updates `org.springframework:spring-framework-bom` from 6.2.1 to 6.2.2
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.1...v6.2.2)

Updates `io.swagger.core.v3:swagger-models` from 2.2.27 to 2.2.28

Updates `io.swagger.parser.v3:swagger-parser` from 2.1.24 to 2.1.25
- [Release notes](https://github.com/swagger-api/swagger-parser/releases)
- [Commits](swagger-api/swagger-parser@v2.1.24...v2.1.25)

Updates `io.swagger.parser.v3:swagger-parser-core` from 2.1.24 to 2.1.25

Updates `io.swagger.parser.v3:swagger-parser-core` from 2.1.24 to 2.1.25

Updates `org.bouncycastle:bcpkix-jdk18on` from 1.79 to 1.80
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `org.bouncycastle:bcprov-jdk18on` from 1.79 to 1.80
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `org.bouncycastle:bcprov-jdk18on` from 1.79 to 1.80
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `org.assertj:assertj-core` from 3.27.2 to 3.27.3
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.27.2...assertj-build-3.27.3)

Updates `com.github.ben-manes.caffeine:jcache` from 3.1.8 to 3.2.0
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](ben-manes/caffeine@v3.1.8...v3.2.0)

Updates `com.sap.cloud.security:java-bom` from 3.5.6 to 3.5.7
- [Release notes](https://github.com/SAP/cloud-security-xsuaa-integration/releases)
- [Changelog](https://github.com/SAP/cloud-security-services-integration-library/blob/main/CHANGELOG.md)
- [Commits](SAP/cloud-security-services-integration-library@3.5.6...3.5.7)

Updates `com.github.ben-manes.caffeine:caffeine` from 3.1.8 to 3.2.0
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](ben-manes/caffeine@v3.1.8...v3.2.0)

Updates `io.grpc:grpc-bom` from 1.69.0 to 1.69.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.69.0...v1.69.1)

---
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: io.swagger.core.v3:swagger-models
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: io.swagger.parser.v3:swagger-parser
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: io.swagger.parser.v3:swagger-parser-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: io.swagger.parser.v3:swagger-parser-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: org.bouncycastle:bcpkix-jdk18on
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: org.bouncycastle:bcprov-jdk18on
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: org.bouncycastle:bcprov-jdk18on
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: com.github.ben-manes.caffeine:jcache
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: com.sap.cloud.security:java-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: com.github.ben-manes.caffeine:caffeine
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: io.grpc:grpc-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 20, 2025
@bot-sdk-js bot-sdk-js enabled auto-merge (squash) January 20, 2025 10:17
@bot-sdk-js bot-sdk-js merged commit 101d4b1 into main Jan 20, 2025
14 checks passed
@bot-sdk-js bot-sdk-js deleted the dependabot/maven/main/production-minor-patch-3209f11929 branch January 20, 2025 10:18
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.

1 participant