Skip to content

Bump the others group across 1 directory with 20 updates#1743

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/others-9316a1a08a
Open

Bump the others group across 1 directory with 20 updates#1743
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/others-9316a1a08a

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2026

Bumps the others group with 20 updates in the / directory:

Package From To
org.springdoc:springdoc-openapi-starter-webflux-ui 2.6.0 2.8.16
org.projectlombok:lombok 1.18.42 1.18.44
org.mapstruct:mapstruct 1.6.2 1.6.3
org.mapstruct:mapstruct-processor 1.6.2 1.6.3
org.apache.datasketches:datasketches-java 3.1.0 3.3.0
software.amazon.msk:aws-msk-iam-auth 2.3.0 2.3.5
com.azure:azure-identity 1.15.4 1.18.2
dev.cel:cel 0.3.0 0.12.0
com.github.ben-manes.caffeine:caffeine 3.2.2 3.2.3
org.wiremock:wiremock-standalone 3.9.1 3.13.2
net.bytebuddy:byte-buddy 1.18.1 1.18.7
com.google.cloud.hosted.kafka:managed-kafka-auth-login-handler 1.0.5 1.0.6
io.prometheus:prometheus-metrics-core 1.3.6 1.5.1
io.prometheus:prometheus-metrics-exposition-textformats 1.3.6 1.5.1
io.prometheus:prometheus-metrics-exporter-pushgateway 1.3.6 1.5.1
org.xerial.snappy:snappy-java 1.1.10.7 1.1.10.8
de.siegmar:fastcsv 4.1.0 4.1.1
at.yawk.lz4:lz4-java 1.10.1 1.10.4
io.github.gradle-nexus.publish-plugin 1.1.0 1.3.0
org.sonarqube 6.0.1.5171 6.3.1.5724

Updates org.springdoc:springdoc-openapi-starter-webflux-ui from 2.6.0 to 2.8.16

Release notes

Sourced from org.springdoc:springdoc-openapi-starter-webflux-ui's releases.

springdoc-openapi v2.8.16 released!

Added

  • #3208 - Add support for springdoc.swagger-ui.document-title property to customize the browser tab title

Changed

  • Upgrade Spring Boot to version 3.5.11
  • Upgrade swagger-core to version 2.2.43
  • Upgrade swagger-ui to version 5.32.0
  • Upgrade Scalar to version 0.5.55

Fixed

  • #3230 – Scalar source URLs resolve to null/<groupName> on second request when using GroupedOpenApi
  • #3226 – Propagate @JsonView context when resolving Page<T> schema in PageOpenAPIConverter
  • #3205 – springdoc-ui does not work with native compile GraalVM 25
  • #3219 – Upgrade swagger-core from 2.2.42 to 2.2.43 (fixes schema resolution issues)
  • #3193 – OpenApi field in SpringDocConfigProperties does not comply with camelCase naming conventions
  • #3161 – Prevent duplicate _links in allOf child schemas extending RepresentationModel
  • Fix type annotation not considered when Kotlin is not present
  • Fix property resolution for parameter default values

What's Changed

New Contributors

Full Changelog: springdoc/springdoc-openapi@v2.8.15...v2.8.16

springdoc-openapi v2.8.15 released!

Added

... (truncated)

Changelog

Sourced from org.springdoc:springdoc-openapi-starter-webflux-ui's changelog.

[2.8.16] - 2026-02-27

Added

  • Add support for springdoc.swagger-ui.document-title property to customize the browser tab title

Changed

  • Upgrade Spring Boot to version 3.5.11
  • Upgrade swagger-core to version 2.2.43
  • Upgrade swagger-ui to version 5.32.0
  • Upgrade Scalar to version 0.5.55

Fixed

  • #3230 – Scalar source URLs resolve to null/<groupName> on second request when using GroupedOpenApi
  • #3226 – Propagate @JsonView context when resolving Page<T> schema in PageOpenAPIConverter
  • #3205 – springdoc-ui does not work with native compile GraalVM 25
  • #3219 – Upgrade swagger-core from 2.2.42 to 2.2.43 (fixes schema resolution issues)
  • #3193 – OpenApi field in SpringDocConfigProperties does not comply with camelCase naming conventions
  • #3161 – Prevent duplicate _links in allOf child schemas extending RepresentationModel
  • Fix type annotation not considered when Kotlin is not present
  • Fix property resolution for parameter default values

[2.8.15] - 2026-01-01

Added

  • #3122 – Add log notifications when SpringDocs / Scalar are enabled by default
  • #3123 – Add support for serving static resources
  • #3151 – Add @Order to ApplicationReadyEvent listener
  • #3158 – Add support for API groups in Scalar
  • #3187 – Add Scalar WebMVC and WebFlux support
  • #3185 – Disable creation of blank GitHub issues (GitHub settings & workflow)
  • #3186 – Decouple Web Server APIs following Spring Boot modularization
  • #3131 - Improve warning messages when documentation is explicitly enabled
  • #3183 - Remove unused operations consumer from route builder methods
  • #3141 - Change handling so useReturnTypeSchema is evaluated at HTTP status code level instead of method level

Changed

  • Upgrade Spring Boot to version 3.5.9
  • Upgrade swagger-core to version 2.2.41
  • Upgrade swagger-ui to version 5.31.0
  • Upgrade Scalar to version 0.4.3

Fixed

  • #3133 – Fix regression where content type from Swagger @RequestBody did not take precedence
  • #3146 – Fix WebJar resource handler mappings for Swagger UI resources

... (truncated)

Commits
  • 22f26af [maven-release-plugin] prepare release v2.8.16
  • 0fd4ce3 Copyright updates
  • 10147ac code refactoring
  • 25900e9 Upgrade swagger-ui to version 5.32.0
  • 86b385c code review
  • d938062 CHANGELOG.md updates
  • 412d3ca enable SNAPSHOTS distribution
  • b74452a Scalar source URLs resolve to "null/<groupName>" on second request when using...
  • da1d8b1 Merge pull request #3226 from Akila-1329/fix/jsonview-page-schema
  • 50159b7 fix: propagate JsonView context when resolving Page<T> schema in PageOpenAPIC...
  • Additional commits viewable in compare view

Updates org.projectlombok:lombok from 1.18.42 to 1.18.44

Changelog

Sourced from org.projectlombok:lombok's changelog.

v1.18.44 (March 11th, 2026)

  • FEATURE: @Jacksonized now supports both Jackson2 and Jackson3; you'll get a warning until you configure which one (or even both!) you want lombok to generate. #3950.
  • BUGFIX: On JDK25, val and @ExtensionMethod could sometimes cause erroneous errors (in that you see errors but compilation succeeds anyway) using javac. #3947.
  • BUGFIX: @Jacksonized + fields marked transient would result in those transient fields being serialised which is surprising (and thus undesired) behaviour. #3936.
Commits
  • 17c78fe [version] pre-release version bump
  • 1edca70 [test][@Jacksonized] Test emission of warning when not choosing jackson ver...
  • e789e82 [test] Update the generation of eclipse test targets from JDK14 to JDK25.
  • a54cecd [trivial][changelog]
  • 3db0a6c [bugfix][@Jacksonized] javac handler of jacksonized checked for existing ja...
  • 12572fc [test] Adjusted tests to the new 'jackson version is a list' config key setup.
  • 0e9699c [changelog] Document implementation of Jackson3 support: #3950.
  • d441be1 [jacksonized] infrastructure for previous merge resolution: Changed to the co...
  • d62b2d5 Merge branch 'master' into cachescrubber-gh-3950
  • f49f0fe [test] Remove tests for deprecated @Logger(access = MODULE). They're deprec...
  • Additional commits viewable in compare view

Updates org.mapstruct:mapstruct from 1.6.2 to 1.6.3

Release notes

Sourced from org.mapstruct:mapstruct's releases.

1.6.3

Bugs

  • Redundant if condition in Java record mapping with RETURN_DEFAULT strategy (#3747)
  • Stackoverflow with Immutables custom builder (#3370)
  • Unused import of java.time.LocalDate when mapping source LocalDateTime to target LocalDate (#3732)

Documentation

  • Add section to README.md comparing mapstruct with Java Records (#3751)
Commits
  • b4e25e4 Releasing version 1.6.3
  • 772fae4 Prepare release notes for 1.6.3
  • efdf435 #3751 Improve readme to include support for Java 16+ records
  • c2bd847 #3732 Do not generate obsolete imports for LocalDateTime <-> LocalDate conver...
  • 21fdaa0 #3747 Do not generate redundant if condition with constructor mapping and RET...
  • 32f1fea #3370 Prevent stack overflow error for Immutables with custom builder
  • 26c5bcd Update readme with 1.6.2
  • 4e0d73d Next version 1.7.0-SNAPSHOT
  • See full diff in compare view

Updates org.mapstruct:mapstruct-processor from 1.6.2 to 1.6.3

Release notes

Sourced from org.mapstruct:mapstruct-processor's releases.

1.6.3

Bugs

  • Redundant if condition in Java record mapping with RETURN_DEFAULT strategy (#3747)
  • Stackoverflow with Immutables custom builder (#3370)
  • Unused import of java.time.LocalDate when mapping source LocalDateTime to target LocalDate (#3732)

Documentation

  • Add section to README.md comparing mapstruct with Java Records (#3751)
Commits
  • b4e25e4 Releasing version 1.6.3
  • 772fae4 Prepare release notes for 1.6.3
  • efdf435 #3751 Improve readme to include support for Java 16+ records
  • c2bd847 #3732 Do not generate obsolete imports for LocalDateTime <-> LocalDate conver...
  • 21fdaa0 #3747 Do not generate redundant if condition with constructor mapping and RET...
  • 32f1fea #3370 Prevent stack overflow error for Immutables with custom builder
  • 26c5bcd Update readme with 1.6.2
  • 4e0d73d Next version 1.7.0-SNAPSHOT
  • See full diff in compare view

Updates org.mapstruct:mapstruct-processor from 1.6.2 to 1.6.3

Release notes

Sourced from org.mapstruct:mapstruct-processor's releases.

1.6.3

Bugs

  • Redundant if condition in Java record mapping with RETURN_DEFAULT strategy (#3747)
  • Stackoverflow with Immutables custom builder (#3370)
  • Unused import of java.time.LocalDate when mapping source LocalDateTime to target LocalDate (#3732)

Documentation

  • Add section to README.md comparing mapstruct with Java Records (#3751)
Commits
  • b4e25e4 Releasing version 1.6.3
  • 772fae4 Prepare release notes for 1.6.3
  • efdf435 #3751 Improve readme to include support for Java 16+ records
  • c2bd847 #3732 Do not generate obsolete imports for LocalDateTime <-> LocalDate conver...
  • 21fdaa0 #3747 Do not generate redundant if condition with constructor mapping and RET...
  • 32f1fea #3370 Prevent stack overflow error for Immutables with custom builder
  • 26c5bcd Update readme with 1.6.2
  • 4e0d73d Next version 1.7.0-SNAPSHOT
  • See full diff in compare view

Updates org.apache.datasketches:datasketches-java from 3.1.0 to 3.3.0

Updates software.amazon.msk:aws-msk-iam-auth from 2.3.0 to 2.3.5

Release notes

Sourced from software.amazon.msk:aws-msk-iam-auth's releases.

2.3.5

  • Upgrade AWS SDK version to address CVE-2025-58056 and CVE-2025-58057
  • Updated dependencies to address build issues. It's now recommended to build the package using Gradle 8.0+ and JDK 17+.

2.3.4

  • Skip credential providers chain
  • Upgrade AWS SDK version

2.3.3

  • Upgrade AWS SDK version

2.3.2

  • Fix unreleased file lock issue in Gradle
  • Enable FIPS endpoint support

2.3.1

  • Upgrade Jackson Databind version
Commits
  • 07c14fc Merge pull request #226 from aws/release_2.3.5
  • 67f19a8 Preparing release 2.3.5
  • 6fd7078 update license-check Python version
  • 56a08a4 update sourceCompatibility and targetCompatibility to 17
  • 9797351 update mockito-inline version
  • 0cc14e7 Update client module for Sonatype migration change
  • f4b282f Bump software.amazon.awssdk:bom to 2.36.3
  • 84bc15a Merge pull request #223 from aws/release_2.3.4
  • 0ed7afe Preparing release 2.3.4
  • 8c85192 Merge pull request #218 from bdesert/enforced-sts
  • Additional commits viewable in compare view

Updates com.azure:azure-identity from 1.15.4 to 1.18.2

Commits
  • afe0cd5 broker changelog
  • f6f7b47 Merge branch 'main' into release/identity_1.18.2
  • 52f40ba bumped broker package version
  • 7fcba28 Prepare release 1.18.2 from release branch
  • 3ea0ba6 [SparkConnector]FixClassCastExceptionForPatch (#47748)
  • 44dba7e Prepare Release from release branch- removed beta changes
  • 540cc8c Bump cspell from 9.4.0 to 9.6.0 in /eng/common/spelling (#47753)
  • cbd7021 Spark transactional batch support v2 refactor (#47697)
  • 190f648 [SparkConnector]FixIncorrectInitialOffset (#47742)
  • ac7b375 Add MCP sample with V2026_01_01_PREVIEW support (#47710)
  • Additional commits viewable in compare view

Updates dev.cel:cel from 0.3.0 to 0.12.0

Release notes

Sourced from dev.cel:cel's releases.

v0.12.0

Features

  • Introduced the Program Planner (Experimental) to eventually back the CEL runtime. The planner allows evaluation of parsed-only expressions (google/cel-java#276), and is designed to improve evaluation speed when planned programs are cached.
  • InliningOptimizer has been added to allow inlining variables within an AST. It replaces variable references with their corresponding expressions, automatically rewrites presence tests (e.g., has() macros), and supports recursive inlining based on variable dependency ordering.
  • Added support for Protobuf json_name field options. When enableJsonFieldNames option is enabled, the compiler will exclusively accept the json_name and no longer recognize the original protobuf field name. To maintain backwards compatibility, the runtime continues to support both the original name and the json_name when resolving fields.
  • Expanded the CEL Environment YAML import/export capabilities to include shared feature flags and common limits (google/cel-java#970) (google/cel-java#971).

Breaking Changes

  • PR #820 Enables evaluateCanonicalTypesToNativeValues by default. See previous release for details.
  • PR #943 removes StringConversion, StringConcatenation, and ListConcatenation from CelOptions in favor of standard library subsetting via CelStandardDeclarations and CelStandardFunctions.
  • PR #875 removes null assignability to function arguments for Protobuf messages.

Bug fixes

  • Fixed a regression reported in google/cel-java#890 for Protobuf timestamp/duration field values to reside outside RFC3339 range in #893.
  • Prevent non-foldable functions from being folded in comprehensions in #937
  • Fixed context propagation in AsyncProgramImpl to preserve resolved attributes in #913.
  • Fixed type-checker to search local scopes for identifiers before container resolution in #910.
  • Fixed type-checker and runtime to properly resolve global escaped identifiers in #917.
  • Fixed argument matching to validate all args for non-strict functions in #855.
  • Fixed source locations in error messages for maps, comprehensions, and missing attributes in #921 and #962.
  • Fixed null assignment to fields in #979.

What's Changed

Environment & Policy Compiler

  • Add support for container aliases to CelEnvironment in #900
  • Add a shorthand for declaring policy variables in #944

Optimizations & Internals

  • Accumulate unknowns into a set to avoid intermediate duplication in #864
  • Support constant folding in chained SELECT expressions in #886
  • Optimize list.distinct() in #902
  • Use mutable expressions for AST rewrites during type-check in #936
  • Invert the nesting level sequencing when mangling comprehension identifiers in #942
  • Remove unnecessary synchronization on dispatcher by making it immutable in #851
  • Persist lazily bound variables in the correct scoped resolver in #881

Miscellaneous

  • Add conformance tests for planner in #973
  • Migrate to new GeneratorNames library for java codegen naming in #882
  • Properly establish cross dependencies across maven artifacts in #954
  • Add isolated artifact tests for dev.cel:compiler and dev.cel:runtime in #959
  • OSS Fix for Bazel 9 in #924
  • Upgrade GitHub Actions for Node 24 compatibility by @​salmanmkc in #896

... (truncated)

Commits
  • a881ed4 Prepare 0.12.0 Release
  • 3fd7b96 Fix null assignment to fields
  • 9e1b5ee Fix CelValue adaptation for lists/maps
  • 5103b30 Fix optionals to properly error on invalid qualification
  • d499ba8 Prevent planning createMap for heterogeneous duplicate keys
  • 3cebc1a Expose planner based runtimes through experimental factories
  • 941932c Prevent planning createMap for unsupported keys
  • 0737691 Add conformance tests for planner
  • 5006390 Add support for importing/exporting common limits to YAML environment configs.
  • e8079d0 Implement optionals for planner
  • Additional commits viewable in compare view

Updates com.github.ben-manes.caffeine:caffeine from 3.2.2 to 3.2.3

Release notes

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

3.2.3

  • Fixed frequency tracking of weak keys to use the object's identity hash code (#1902)
  • Added support for underscores in CaffeineSpec when using numeric literals (#1890)
  • Improved the external api to no longer lock when querying for the maximum size or weighted size (#1897)
  • Added detection and recovery when a custom CompletableFuture is in an inconsistent state (quarkus#50513)
Commits
  • 5227a98 minor build touchups
  • cc3f37d reorganize into separate gradle test suites
  • 2299add Allow users to read the maximum size without locking (fixes #1897)
  • 6250b38 clarify policy javadoc and add corresponding test cases (fixes #1927)
  • c975fc0 upgrade error-prone static analyzer
  • d8e0a92 allow the project.version to be overridden by external builders
  • 0e46d22 detect if the user's future is inconsistent with the results
  • 1971428 use the assemble task for a full build without running the test suites
  • 782ac79 use the key reference with the frequency sketch (fixes #1902)
  • e0dd94b minor build clean up
  • Additional commits viewable in compare view

Updates org.wiremock:wiremock-standalone from 3.9.1 to 3.13.2

Release notes

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

3.13.2

What's Changed

Full Changelog: wiremock/wiremock@3.13.1...3.13.2

3.13.1

📦 Dependency updates

✍ Other changes

3.13.0

🚀 New Features

... (truncated)

Commits
  • 88587aa Use the new Maven Central publish mechanism
  • 31c2745 Merge pull request #3225 from wiremock/3.x-remove-standalone-only
  • fe27d5e Merge pull request #3227 from wiremock/fix-ui
  • 33f95c0 Remove unnecessary file
  • 2b6c07b Merge pull request #3224 from wiremock/upgrade-ui
  • 27feb5b Remove standaloneOnly
  • 581c243 Bump ui versions
  • 084d434 Bump version to 3.13.2 in prep for release
  • 9e4ce88 Bump version to 3.13.2 in prep for release
  • 2b296d6 Merge pull request #3222 from wiremock/3.x-versions
  • Additional commits viewable in compare view

Updates net.bytebuddy:byte-buddy from 1.18.1 to 1.18.7

Release notes

Sourced from net.bytebuddy:byte-buddy's releases.

Byte Buddy 1.18.7

  • Introduce new versioning concept with -jdk5 suffix for backwards-compatible jar and Java 8 baseline for regular jar.

Byte Buddy 1.18.5

  • Eagerly resolve of canonical files during attach emulation to avoid failure when process ends before file can be deleted.
  • Add super classes to hash code / equals computation in Advice that were missing.

Byte Buddy 1.18.4

  • Add support for new build description in Android 9.

Byte Buddy 1.18.3

  • Avoid using Class File API when Byte Buddy is loaded on the boot loader where multi-release jars are not available.
  • Add additional safety when processing class files with illegally formed parameters.
  • Update to latest ASM.

Byte Buddy 1.18.2

  • Support modifiers for value classes in Valhalla builds.
  • Improve use of build cache in Gradle.
Changelog

Sourced from net.bytebuddy:byte-buddy's changelog.

1. March 2026: version 1.18.7

  • Introduce new versioning concept with -jdk5 suffix for backwards-compatible jar and Java 8 baseline for regular jar.

27. February 2026: version 1.18.6

Accidental release during rework of release pipeline. Functional, but with incorrect suffices.

15. February 2026: version 1.18.5

  • Eagerly resolve of canonical files during attach emulation to avoid failure when process ends before file can be deleted.
  • Add super classes to hash code / equals computation in Advice that were missing.

16. January 2026: version 1.18.4

  • Add support for new build description in Android 9.

26. November 2025: version 1.18.3

  • Avoid using Class File API when Byte Buddy is loaded on the boot loader where multi-release jars are not available.
  • Add additional safety when processing class files with illegally formed parameters.
  • Update to latest ASM.

26. November 2025: version 1.18.2

  • Support modifiers for value classes in Valhalla builds.
  • Improve use of build cache in Gradle.
Commits
  • 9d76434 Releasing Byte Buddy 1.18.7
  • 06498df [release] Release new version
  • c74eae4 Fix pipeline and add note on accidental release.
  • bc1c23a [release] Release new version
  • 19a2ea4 Fix build profile.
  • 33d544d Update Maven checksum extension.
  • 2023f8a [release] Release new version
  • bc535ba Complete reworked build script.
  • 70f6a21 Add missing checksums for GPG.
  • 2080329 Avoid release plugin altogether.
  • Additional commits viewable in compare view

Updates com.google.cloud.hosted.kafka:managed-kafka-auth-login-handler from 1.0.5 to 1.0.6

Release notes

Sourced from com.google.cloud.hosted.kafka:managed-kafka-auth-login-handler's releases.

v1.0.6-java

What's Changed

New Contributors

Full Changelog: googleapis/managedkafka@v1.0.5...v1.0.6

Commits
  • 8f1dd1c upgrade: Update version with the release of 1.0.6 (#39)
  • 9f549f6 Feat: Add ErrorMessage class for Schema Registry client. (#38)
  • 226eae9 fix: Change GcpBearerAuthCredentalProvider alias (#35)
  • 7204e3c feat: Add segmentio/kafka-go Mechanism implementation for SASL/Plain with GCP...
  • See full diff in compare view

Updates io.prometheus:prometheus-metrics-core from 1.3.6 to 1.5.1

Updates io.prometheus:prometheus-metrics-exposition-textformats from 1.3.6 to 1.5.1

Updates io.prometheus:prometheus-metrics-exporter-pushgateway from 1.3.6 to 1.5.1

Updates io.prometheus:prometheus-metrics-exposition-textformats from 1.3.6 to 1.5.1

Updates io.prometheus:prometheus-metrics-exporter-pushgateway from 1.3.6 to 1.5.1

Updates org.xerial.snappy:snappy-java from 1.1.10.7 to 1.1.10.8

Release notes

Sourced from org.xerial.snappy:snappy-java's releases.

v1.1.10.8

What's Changed

🚀 Features

🐛 Bug Fixes

🔗 Dependency Updates

@dependabot dependabot bot added scope/backend Related to backend changes type/dependencies A pull request/issue dedicated to updating the dependency(-ies) labels Mar 25, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 25, 2026 09:03
@dependabot dependabot bot added the type/dependencies A pull request/issue dedicated to updating the dependency(-ies) label Mar 25, 2026
@kapybro kapybro bot added status/triage Issues pending maintainers triage status/triage/manual Manual triage in progress status/triage/completed Automatic triage completed and removed status/triage Issues pending maintainers triage labels Mar 25, 2026
@dependabot dependabot bot force-pushed the dependabot/gradle/others-9316a1a08a branch from 41111da to cef9db0 Compare March 25, 2026 10:23
Bumps the others group with 20 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.springdoc:springdoc-openapi-starter-webflux-ui](https://github.com/springdoc/springdoc-openapi) | `2.6.0` | `2.8.16` |
| [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.42` | `1.18.44` |
| [org.mapstruct:mapstruct](https://github.com/mapstruct/mapstruct) | `1.6.2` | `1.6.3` |
| [org.mapstruct:mapstruct-processor](https://github.com/mapstruct/mapstruct) | `1.6.2` | `1.6.3` |
| org.apache.datasketches:datasketches-java | `3.1.0` | `3.3.0` |
| [software.amazon.msk:aws-msk-iam-auth](https://github.com/aws/aws-msk-iam-auth) | `2.3.0` | `2.3.5` |
| [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) | `1.15.4` | `1.18.2` |
| [dev.cel:cel](https://github.com/google/cel-java) | `0.3.0` | `0.12.0` |
| [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) | `3.2.2` | `3.2.3` |
| [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) | `3.9.1` | `3.13.2` |
| [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.18.1` | `1.18.7` |
| [com.google.cloud.hosted.kafka:managed-kafka-auth-login-handler](https://github.com/googleapis/managedkafka) | `1.0.5` | `1.0.6` |
| io.prometheus:prometheus-metrics-core | `1.3.6` | `1.5.1` |
| io.prometheus:prometheus-metrics-exposition-textformats | `1.3.6` | `1.5.1` |
| io.prometheus:prometheus-metrics-exporter-pushgateway | `1.3.6` | `1.5.1` |
| [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) | `1.1.10.7` | `1.1.10.8` |
| [de.siegmar:fastcsv](https://github.com/osiegmar/FastCSV) | `4.1.0` | `4.1.1` |
| [at.yawk.lz4:lz4-java](https://github.com/yawkat/lz4-java) | `1.10.1` | `1.10.4` |
| io.github.gradle-nexus.publish-plugin | `1.1.0` | `1.3.0` |
| org.sonarqube | `6.0.1.5171` | `6.3.1.5724` |



Updates `org.springdoc:springdoc-openapi-starter-webflux-ui` from 2.6.0 to 2.8.16
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.6.0...v2.8.16)

Updates `org.projectlombok:lombok` from 1.18.42 to 1.18.44
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.42...v1.18.44)

Updates `org.mapstruct:mapstruct` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/mapstruct/mapstruct/releases)
- [Commits](mapstruct/mapstruct@1.6.2...1.6.3)

Updates `org.mapstruct:mapstruct-processor` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/mapstruct/mapstruct/releases)
- [Commits](mapstruct/mapstruct@1.6.2...1.6.3)

Updates `org.mapstruct:mapstruct-processor` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/mapstruct/mapstruct/releases)
- [Commits](mapstruct/mapstruct@1.6.2...1.6.3)

Updates `org.apache.datasketches:datasketches-java` from 3.1.0 to 3.3.0

Updates `software.amazon.msk:aws-msk-iam-auth` from 2.3.0 to 2.3.5
- [Release notes](https://github.com/aws/aws-msk-iam-auth/releases)
- [Commits](aws/aws-msk-iam-auth@v2.3.0...v2.3.5)

Updates `com.azure:azure-identity` from 1.15.4 to 1.18.2
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-identity_1.15.4...com.azure+azure-identity_1.18.2)

Updates `dev.cel:cel` from 0.3.0 to 0.12.0
- [Release notes](https://github.com/google/cel-java/releases)
- [Commits](google/cel-java@v0.3.0...v0.12.0)

Updates `com.github.ben-manes.caffeine:caffeine` from 3.2.2 to 3.2.3
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](ben-manes/caffeine@v3.2.2...v3.2.3)

Updates `org.wiremock:wiremock-standalone` from 3.9.1 to 3.13.2
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@3.9.1...3.13.2)

Updates `net.bytebuddy:byte-buddy` from 1.18.1 to 1.18.7
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.18.1...byte-buddy-1.18.7)

Updates `com.google.cloud.hosted.kafka:managed-kafka-auth-login-handler` from 1.0.5 to 1.0.6
- [Release notes](https://github.com/googleapis/managedkafka/releases)
- [Commits](googleapis/managedkafka@v1.0.5...v1.0.6)

Updates `io.prometheus:prometheus-metrics-core` from 1.3.6 to 1.5.1

Updates `io.prometheus:prometheus-metrics-exposition-textformats` from 1.3.6 to 1.5.1

Updates `io.prometheus:prometheus-metrics-exporter-pushgateway` from 1.3.6 to 1.5.1

Updates `io.prometheus:prometheus-metrics-exposition-textformats` from 1.3.6 to 1.5.1

Updates `io.prometheus:prometheus-metrics-exporter-pushgateway` from 1.3.6 to 1.5.1

Updates `org.xerial.snappy:snappy-java` from 1.1.10.7 to 1.1.10.8
- [Release notes](https://github.com/xerial/snappy-java/releases)
- [Commits](xerial/snappy-java@v1.1.10.7...v1.1.10.8)

Updates `de.siegmar:fastcsv` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/osiegmar/FastCSV/releases)
- [Changelog](https://github.com/osiegmar/FastCSV/blob/main/CHANGELOG.md)
- [Commits](osiegmar/FastCSV@v4.1.0...v4.1.1)

Updates `at.yawk.lz4:lz4-java` from 1.10.1 to 1.10.4
- [Release notes](https://github.com/yawkat/lz4-java/releases)
- [Changelog](https://github.com/yawkat/lz4-java/blob/main/CHANGES.md)
- [Commits](yawkat/lz4-java@v1.10.1...v1.10.4)

Updates `io.github.gradle-nexus.publish-plugin` from 1.1.0 to 1.3.0

Updates `org.sonarqube` from 6.0.1.5171 to 6.3.1.5724

---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-starter-webflux-ui
  dependency-version: 2.8.16
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: org.projectlombok:lombok
  dependency-version: 1.18.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: org.mapstruct:mapstruct
  dependency-version: 1.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: org.mapstruct:mapstruct-processor
  dependency-version: 1.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: org.mapstruct:mapstruct-processor
  dependency-version: 1.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: org.apache.datasketches:datasketches-java
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: software.amazon.msk:aws-msk-iam-auth
  dependency-version: 2.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: com.azure:azure-identity
  dependency-version: 1.18.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: dev.cel:cel
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: com.github.ben-manes.caffeine:caffeine
  dependency-version: 3.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: org.wiremock:wiremock-standalone
  dependency-version: 3.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: net.bytebuddy:byte-buddy
  dependency-version: 1.18.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: com.google.cloud.hosted.kafka:managed-kafka-auth-login-handler
  dependency-version: 1.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: io.prometheus:prometheus-metrics-core
  dependency-version: 1.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: io.prometheus:prometheus-metrics-exposition-textformats
  dependency-version: 1.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: io.prometheus:prometheus-metrics-exporter-pushgateway
  dependency-version: 1.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: io.prometheus:prometheus-metrics-exposition-textformats
  dependency-version: 1.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: io.prometheus:prometheus-metrics-exporter-pushgateway
  dependency-version: 1.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: org.xerial.snappy:snappy-java
  dependency-version: 1.1.10.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: de.siegmar:fastcsv
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: at.yawk.lz4:lz4-java
  dependency-version: 1.10.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: io.github.gradle-nexus.publish-plugin
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: org.sonarqube
  dependency-version: 6.3.1.5724
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/others-9316a1a08a branch from cef9db0 to 137890a Compare March 25, 2026 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

scope/backend Related to backend changes status/triage/completed Automatic triage completed status/triage/manual Manual triage in progress type/dependencies A pull request/issue dedicated to updating the dependency(-ies)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants