Skip to content

Comments

Bump the others group across 1 directory with 18 updates#1676

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/others-5b17c19430
Open

Bump the others group across 1 directory with 18 updates#1676
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/others-5b17c19430

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

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

Package From To
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.11.1
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.4
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.4.3
io.prometheus:prometheus-metrics-exposition-textformats 1.3.6 1.4.3
io.prometheus:prometheus-metrics-exporter-pushgateway 1.3.6 1.4.3
org.xerial.snappy:snappy-java 1.1.10.7 1.1.10.8
at.yawk.lz4:lz4-java 1.10.1 1.10.3
org.springframework.boot 3.5.9 3.5.10
io.github.gradle-nexus.publish-plugin 1.1.0 1.3.0
org.sonarqube 6.0.1.5171 6.3.1.5724

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.11.1

Release notes

Sourced from dev.cel:cel's releases.

v0.11.1

Significant changes

  • CEL-Java evaluates the following expressions to their proto equivalent form:
timestamp(100) -> google.protobuf.Timestamp
duration("1h") -> google.protobuf.Duration

Starting with this release, the runtime can evaluate these literals to the following Java native type equivalents:

timestamp(100) -> java.time.Instant
duration("1h") -> java.time.Duration

This new behavior is not yet enabled by default. Call CelOptions.Builder.evaluateCanonicalTypesToNativeValues(true) to explicitly enable it.

  • Previously only identifiers containing a period were allowed to be aliased. This constraint has been removed, so the following aliasing is now allowed:
CelContainer.newBuilder().addAlias("short", "really_long_package_name").build();

What's Changed

Features

  • Evaluate CEL's timestamp and duration types to their native equivalent values in google/cel-java#790
  • Relax constraint for fully qualifying a package name when aliasing in google/cel-java#837

Optimizations

Safety

Bug fixes

  • Fixed negative zero comparison. "0.0 == -0.0" now evaluates to true
  • Fixed FileDescriptorSetConverter to always reference WellKnownTypes descriptors from generated ones in google/cel-java#833
  • Fixed bytes(string) standard function to respect evaluateCanonicalTypesToNativeValues flag in google/cel-java#828

Testing infra

Miscellaneous

... (truncated)

Commits
  • cc130d7 Fix Typos: add space after "e.g." and remove commas after "e.g.".
  • 7caf057 Prepare 0.11.1 release
  • 9c7c431 Update evaluateCanonicalTypesToNativeValues documentation and fix tests
  • f1ab6e5 Include comprehensions in CelEnvironment
  • c9f7e9a Relax constraint for fully qualifying a package name when aliasing
  • 1ffe7c4 Fix FileDescriptorSetConverter to always reference WellKnownTypes descriptors...
  • f665c8a Fix type-checker to always rewrite resolved identifiers and functions through...
  • 4df3772 Internal Changes
  • 6997259 Internal Changes
  • 1fc8922 Add comprehension nesting validator.
  • 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.4

Release notes

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

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.

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
  • c080180 [maven-release-plugin] prepare release byte-buddy-1.18.4
  • 3e40080 [release] Release new version
  • e94974f [release] Release new version
  • b09ee41 Android 9 (#1881)
  • 647b6d0 Update checksums.
  • c6169a2 Do not run multi-release target on JDK8 publish.
  • e049d8f Add profile for Java 8 release.
  • 887ca37 Update internal Byte Buddy
  • cdcbb65 [maven-release-plugin] prepare for next development iteration
  • 6f358c8 [maven-release-plugin] prepare release byte-buddy-1.18.3
  • 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.4.3

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

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

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

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

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

🛠 Internal Updates

📚 Docs

Other Changes

... (truncated)

Commits
  • 9bf8a09 chore: update CI workflows to use main branch instead of master (#680)
  • ded9f16 feat: add support to x64 systems using musl (#632)
  • a317643 Update scalafmt configuration for Scala 3 (#679)
  • 561320e Upgrade Scala to 3.7.1
  • 7c8a571 Remove the problematic catch of OOM. (#647)
  • 626b4dd Add Java 24 to CI test matrix (#678)
  • e8e8ec7 Replace setup-scala with setup-java in snapshot workflow (#677)
  • 6d25a37 Migrate to sonaRelease command for publishing (#676)
  • 7fb9221 Update sbt, scripted-plugin to 1.11.3 (#674)
  • 370a843 Update sbt-dynver to 5.1.1 (#669)
  • Additional commits viewable in compare view

Updates at.yawk.lz4:lz4-java from 1.10.1 to 1.10.3

Release notes

Sourced from at.yawk.lz4:lz4-java's releases.

lz4-java v1.10.3

What's Changed

New Contributors

Full Changelog: yawkat/lz4-java@v1.10.2...v1.10.3

lz4-java v1.10.2

What's Changed

New Contributors

Full Changelog: yawkat/lz4-java@v1.10.1...v1.10.2

Commits
  • af57e23 fix NPE in available() (#40)
  • 384ade4 Improve README formatting (#37)
  • b8af362 github-pages documentation (#32)
  • e3aa42c Use bnd-maven-plugin to fix osgi manifest headers (#28)
  • ef125a1 Rename net/jpountz/util/win32/amd64/liblz4-java.so to net/jpountz/util/window...
  • 1dfbefd Improve LZ4FrameIOStreamTest test (#23)
  • de1e43e Use gcc included in Windows image for release build (#22)
  • 9ece12a Migrate to macOS 15 x86_64 for release build (#21)
  • 37d698a Improve publish workflow (#19)
  • c491079 Fix source code formatting (#18)
  • Additional commits viewable in compare view

Updates org.springframework.boot from 3.5.9 to 3.5.10

Release notes

Sourced from org.springframework.boot's releases.

v3.5.10

🐞 Bug Fixes

  • Evaluation of bean conditions unnecessarily queries the bean factory for types that are not present #48836
  • When a bean condition references a type that is not present, it appears as ? in the condition evaluation report #48835
  • Actuator /info endpoint fails in Java 25 Native Image (VirtualThreadSchedulerMXBean support) #48810
  • DataSourceBuilder cannot create oracle.ucp.jdbc.PoolDataSourceImpl in a native image #48702
  • Application JAR created by extract command is not reproductible #48664
  • AOT processing of tests should not be disabled when 'skipTests' is set #48661
  • Fix zero-length byte buffer in InspectedContent #48649

📔 Documentation

  • Update documentation for Buildpack's AOT Cache support #48768
  • Document support for configuring arguments passed to Docker Compose #48657
  • Clarify javadoc to make it clear that HazelcastConfigCustomizer beans are only applied if Hazelcast is configured via a config file #48634
  • Fix grammar and typos in the reference guide #48596

🔨 Dependency Upgrades

  • Upgrade to Classmate 1.7.3 #48775
  • Upgrade to Hibernate 6.6.41.Final #48881
  • Upgrade to HttpClient5 5.5.2 #48777
  • Upgrade to Logback 1.5.25 #48882
  • Upgrade to Micrometer 1.15.8 #48705
  • Upgrade to Micrometer Tracing 1.5.8 #48706
  • Upgrade to Pooled JMS 3.1.9 #48779
  • Upgrade to Postgresql 42.7.9 #48883
  • Upgrade to R2DBC MSSQL 1.0.4.RELEASE #48847
  • Upgrade to Reactor Bom 2024.0.14 #48707
  • Upgrade to REST Assured 5.5.7 #48884
  • Upgrade to Spring AMQP 3.2.9 #48909
  • Upgrade to Spring Data Bom 2025.0.8 #48708
  • Upgrade to Spring Integration 6.5.6 #48921
  • Upgrade to Spring Kafka 3.3.12 #48709
  • Upgrade to Spring Pulsar 1.2.14 #48710
  • Upgrade to Undertow 2.3.22.Final #48848
  • Upgrade to WebJars Locator Lite 1.1.3 #48780

❤️ Contributors

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

@​GaoSSR, @​izeye, and @​ngocnhan-tran1996

Description has been truncated

@dependabot dependabot bot added scope/backend Related to backend changes type/dependencies A pull request/issue dedicated to updating the dependency(-ies) labels Feb 9, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 9, 2026 05:48
@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 Feb 9, 2026
@dependabot dependabot bot force-pushed the dependabot/gradle/others-5b17c19430 branch 2 times, most recently from 52ac490 to fa948c8 Compare February 16, 2026 11:03
Bumps the others group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [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.11.1` |
| [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.4` |
| [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.4.3` |
| io.prometheus:prometheus-metrics-exposition-textformats | `1.3.6` | `1.4.3` |
| io.prometheus:prometheus-metrics-exporter-pushgateway | `1.3.6` | `1.4.3` |
| [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) | `1.1.10.7` | `1.1.10.8` |
| [at.yawk.lz4:lz4-java](https://github.com/yawkat/lz4-java) | `1.10.1` | `1.10.3` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.5.9` | `3.5.10` |
| io.github.gradle-nexus.publish-plugin | `1.1.0` | `1.3.0` |
| org.sonarqube | `6.0.1.5171` | `6.3.1.5724` |



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.11.1
- [Release notes](https://github.com/google/cel-java/releases)
- [Commits](google/cel-java@v0.3.0...v0.11.1)

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.4
- [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.4)

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.4.3

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

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

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

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

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 `at.yawk.lz4:lz4-java` from 1.10.1 to 1.10.3
- [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.3)

Updates `org.springframework.boot` from 3.5.9 to 3.5.10
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.9...v3.5.10)

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.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.11.1
  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.4
  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.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: io.prometheus:prometheus-metrics-exposition-textformats
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: io.prometheus:prometheus-metrics-exporter-pushgateway
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: io.prometheus:prometheus-metrics-exposition-textformats
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: io.prometheus:prometheus-metrics-exporter-pushgateway
  dependency-version: 1.4.3
  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: at.yawk.lz4:lz4-java
  dependency-version: 1.10.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: org.springframework.boot
  dependency-version: 3.5.10
  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-5b17c19430 branch from fa948c8 to 606fdee Compare February 23, 2026 10:59
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