Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps the minor group with 14 updates in the / directory:

Package From To
io.cloudflight.autoconfigure-settings 1.1.2 1.2.0
org.assertj:assertj-core 3.26.0 3.27.6
org.awaitility:awaitility 4.2.1 4.3.0
com.azure:azure-identity 1.15.4 1.18.0
org.openapitools:jackson-databind-nullable 0.2.6 0.2.7
com.google.guava:guava 33.2.1-jre 33.5.0-jre
io.mockk:mockk-jvm 1.13.11 1.14.6
io.opentelemetry:opentelemetry-bom 1.48.0 1.54.1
net.javacrumbs.shedlock:shedlock-spring 6.3.0 6.10.0
net.javacrumbs.shedlock:shedlock-provider-redis-spring 6.3.0 6.10.0
org.springframework.boot:spring-boot-dependencies 3.4.5 3.5.6
io.swagger:swagger-annotations 1.6.14 1.6.16
io.swagger.core.v3:swagger-annotations 2.2.22 2.2.38
io.quarkus:quarkus-junit4-mock 3.11.0 3.28.2

Updates io.cloudflight.autoconfigure-settings from 1.1.2 to 1.2.0

Updates org.assertj:assertj-core from 3.26.0 to 3.27.6

Release notes

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

v3.27.6

🐛 Bug Fixes

Core

  • Add missing export for org.assertj.core.annotation #3951

❤️ Contributors

Thanks to all the contributors who worked on this release:

@​duponter

v3.27.5

⚡ Improvements

Core

  • ByteBuddy in AssertJ 3.27.4 not compatible with Java 25 #3946

🔨 Dependency Upgrades

Core

  • Upgrade to Byte Buddy 1.17.7 #3947
  • Upgrade to JUnit BOM 5.13.4 #3947

Guava

  • Upgrade to Guava 33.4.8-jre #3947

v3.27.4

🚫 Deprecated

Core

  • Deprecate org.assertj.core.annotations.Beta in favor of org.assertj.core.annotation.Beta
  • Deprecate org.assertj.core.util.CanIgnoreReturnValue in favor of org.assertj.core.annotation.CanIgnoreReturnValue
  • Deprecate org.assertj.core.util.CheckReturnValue in favor of org.assertj.core.annotation.CheckReturnValue

🐛 Bug Fixes

Core

  • Fix thread-safety in AbstractDateAssert #3874

⚡ Improvements

  • Migrate to the Central Publisher Portal, enable snapshot publishing #3881

... (truncated)

Commits
  • 716b1e0 [maven-release-plugin] prepare release assertj-build-3.27.6
  • e189652 Add missing export for org.assertj.core.annotation (#3951)
  • 0cb489e Update Maven Central URL
  • 7286309 [maven-release-plugin] prepare for next development iteration
  • dd4cc1d [maven-release-plugin] prepare release assertj-build-3.27.5
  • 1d0defc Add missing permission to release workflow
  • 844d5d0 Add missing GitHub Actions pinning to CodeQL workflow
  • bdd7106 Add CodeQL custom workflow
  • a93d7e6 Remove EOL Java 24
  • 26ea866 Update production dependencies (#3947)
  • Additional commits viewable in compare view

Updates org.awaitility:awaitility from 4.2.1 to 4.3.0

Changelog

Sourced from org.awaitility:awaitility's changelog.

Changelog 4.3.0 (2025-02-21)

  • Support for kotlin.time.Duration in Kotlin DSL (thanks to Ivo Šmíd for PR)

  • Upgraded kotlin version in the awaitility-kotlin module to 2.1.10

  • Using a more descriptive error message when using VERY long wait conditions or poll durations (issue 290)

  • Added an overloaded method of untilAsserted(..) that takes a supplier and a consumer. For example, lets say you have a class like this: public class MyClass { public String myFunction() { // Imagine stuff being executed in asynchronously here and the result of this // operation is a string called "my value" return "my value" } }

    // Then in your test you can wait for the "myFunction" to be asserted by a "consumer" that uses // assertj to make sure that "myFunction" returns ""my value" await().untilAsserted(myClass::myFunction, value -> Assertions.assertThat(value).isEqualTo("my value"));

    This has also been implemented for all atomic, adder, and accumulator methods.

Changelog 4.2.2 (2024-08-07)

  • Support JDK EA builds in JavaVersionDetector (thanks to Oleg Estekhin for pull request)
Commits
  • e3ff879 [maven-release-plugin] prepare release awaitility-4.3.0
  • d116712 [ci skip] Preparing changelog for release
  • 4e186df Added kotlin source folder explicitly
  • e8d3ab7 Upgraded lots of plugin dependencies
  • a7a167a Added an overloaded method of untilAsserted(..) that takes a supplier and a c...
  • ef8f663 Make ConditionFactory safer to use in java 8
  • 5550079 Using a more descriptive error message when using VERY long wait conditions o...
  • 2a9814b Upgraded kotlin version in the awaitility-kotlin module to 2.1.10
  • 8f22c00 [ci skip] Updated changelog.txt to reflect latest changes
  • 6a35c24 #235 Support for kotlin.time.Duration in Kotlin DSL (#285)
  • Additional commits viewable in compare view

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

Commits
  • 49f5c08 Fix Metrics Advisor Readme issues (#22694)
  • a2212c9 Update Core Library Changelog Release Dates (#22724)
  • 549b834 Update docs metadata mutation logic (#22700)
  • a410b47 [Service Bus] Add Dead Letter Queues Sample (#22142)
  • c5a7398 fix service bus readme issue (#22320)
  • d956dde create Subscription Rule with CorrelationFilter does not create respect prope...
  • 525606e Added support for file share reliable download (#22504)
  • fa07d23 fix sample controller (#22679)
  • e83ac1b Limit the size of cached URL builders (#22697)
  • f6fc9ec Prepare to release a patch version for azure-security-keyvault-jca and azure...
  • Additional commits viewable in compare view

Updates org.openapitools:jackson-databind-nullable from 0.2.6 to 0.2.7

Release notes

Sourced from org.openapitools:jackson-databind-nullable's releases.

v0.2.7 released

What's Changed

New Contributors

Full Changelog: OpenAPITools/jackson-databind-nullable@v0.2.6...v0.2.7

Commits

Updates com.google.guava:guava from 33.2.1-jre to 33.5.0-jre

Release notes

Sourced from com.google.guava:guava's releases.

33.5.0

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.5.0-jre</version>
  <!-- or, for Android: -->
  <version>33.5.0-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

  • Restored the Automatic-Module-Name to guava-android. (It, unlike, guava-jre, is not a proper module.) (7a04a8a955)
  • For users of guava-gwt: Google has moved off GWT internally. We plan to continue to release guava-gwt for users of GWT and J2CL, but the artifact is no longer tested for GWT-specific issues, and we have limited resources to fix any unexpected issues that might arise. While we do not anticipate any specific problems, we can't guarantee how long support will continue.
  • Increased our Android minSdkVersion to 23 (Marshmallow). This follows the minimum of Google's foundational Android libraries, and we expect it to have no practical impact on users. (5c23347cc1)
  • Listed the JSpecify annotations as an optional dependency in our OSGi metadata. (2dfd572981)
  • cache: Improved the handling of exceptions from compute functions in Cache.asMap(). (We do still recommend using Caffeine rather than com.google.common.cache.) (087f2c4a80)
  • collect: Improved Iterators.mergeSorted() to preserve stability for equal elements. (4dc93be9a8)
  • math: Added saturatedAbs methods to IntMath and LongMath. (ed0e518f20)
  • net: Added image/avif to MediaType. (53344caba6)
  • testing: Made CollectorTester available to Android users. (294c251079)
  • util.concurrent: Added Striped.custom. (1586eb271d)

33.4.8

Guava 33.4.8 fixes a problem that we introduced while starting to migrate guava-android off Unsafe in 33.4.7.

Even if you're not upgrading from Guava 33.4.0 or earlier, still read the release notes for Guava 33.4.1. Those release notes contain information about the effects of Guava 33.4.5 and higher on the module system.

... (truncated)

Commits

Updates io.mockk:mockk-jvm from 1.13.11 to 1.14.6

Release notes

Sourced from io.mockk:mockk-jvm's releases.

1.14.6

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.14.5...1.14.6

1.14.5

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.14.4...1.14.5

1.14.4

This release is functionally equivalent to v1.14.3, I just wanted to try out the new publishing process that uses Maven Central instead of OSSRH.

Full Changelog: mockk/mockk@1.14.3...1.14.4

1.14.3

What's Changed

New Contributors

... (truncated)

Commits
  • b089459 Version bump
  • 1688904 Merge pull request #1427 from felix-dolderer-el/master
  • de0ba9e docs: update README to include clear option for confirmVerified
  • 794cd06 remove whitespaces from README
  • aa1f91e default: false for internalConfirmVerified
  • ace1da9 add KDoc explaining clear parameter for confirmVerified
  • 6e93ff3 refactor: enhance confirmVerified function to include clear option
  • 244af21 Fix code example and clarify that the matchers must match
  • 50331c6 Merge pull request #1424 from tigermint/fix-duration-denormalized-error
  • 5d8c9b2 Apply review feedback
  • Additional commits viewable in compare view

Updates io.opentelemetry:opentelemetry-bom from 1.48.0 to 1.54.1

Release notes

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

Version 1.54.1

This is a patch release on the previous 1.54.0 release, fixing the issue(s) below.

SDK

Exporters

  • Prometheus: Fix regression in protobuf format export (#7664)

Version 1.54.0

API

Baggage

  • Fix guard against ArrayIndexOutOfBoundsException in BaggageCodec (#7239)

SDK

Metrics

  • Fix MetricData.getDoubleSumData() ClassCastException with custom implementations (#7597)

Exporters

  • Fix HttpExporterBuilder.copy() and GrpcExporterBuilder.copy() to preserve component loader (#7596)

Extensions

  • Autoconfigure: Remove support for old EnvironmentResourceProvider package name (#7622)
  • Declarative config: Add DeclarativeConfigurationProvider SPI (#7472)
  • Declarative config: Pass meter provider to avoid using the global OpenTelemetry instance (#7475)

Project tooling

  • Update to Gradle v9 (#7590)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​anuraaga @​breedx-splk @​chengchen @​halasz-csaba @​jack-berg @​jaydeluca @​jkwatson @​laurit @​opentelemetrybot @​rlacksgus97

... (truncated)

Changelog

Sourced from io.opentelemetry:opentelemetry-bom's changelog.

Version 1.54.1 (2025-09-18)

SDK

Exporters

  • Prometheus: Fix regression in protobuf format export (#7664)

Version 1.54.0 (2025-09-05)

API

Baggage

  • Fix guard against ArrayIndexOutOfBoundsException in BaggageCodec (#7239)

SDK

Metrics

  • Fix MetricData.getDoubleSumData() ClassCastException with custom implementations (#7597)

Exporters

  • Fix HttpExporterBuilder.copy() and GrpcExporterBuilder.copy() to preserve component loader (#7596)

Extensions

  • Autoconfigure: Remove support for old EnvironmentResourceProvider package name (#7622)
  • Declarative config: Add DeclarativeConfigurationProvider SPI (#7472)
  • Declarative config: Pass meter provider to avoid using the global OpenTelemetry instance (#7475)

Project tooling

  • Update to Gradle v9 (#7590)

Version 1.53.0 (2025-08-08)

SDK

  • File based config will log the wrong file format, when applicable. (#7498)

... (truncated)

Commits
  • edf8896 [release/v1.54.x] Prepare release 1.54.1 (#7672)
  • 7aedd4b [release/v1.54.x] Add change log for upcoming patch release (#7671)
  • 4d4218b [release/v1.54.x] Update Prometheus Exporter dependencies to use no-protobuf ...
  • 61e066b [release/v1.54.x] Prepare release 1.54.0 (#7644)
  • 5f4d898 Add change log for upcoming release (#7641)
  • 2a92794 fix(deps): update armeriaversion to v1.33.2 (#7625)
  • 7ef1410 don't call old plugin when declarative config is in use (#7472)
  • b18583a pass meter provider to avoid using the global otel instance (#7475)
  • 6610806 chore(deps): update plugin com.gradleup.shadow to v9.1.0 (#7628)
  • 35fda16 fix(deps): update dependency io.netty:netty-bom to v4.2.5.final (#7635)
  • Additional commits viewable in compare view

Updates net.javacrumbs.shedlock:shedlock-spring from 6.3.0 to 6.10.0

Changelog

Sourced from net.javacrumbs.shedlock:shedlock-spring's changelog.

6.10.0 (2025-08-20)

  • Firestore provider added (thanks @​rgopaluni)
  • Nullability annotations refactored
  • Dependency updates

6.9.2 (2025-07-07)

  • OpenSearchLockProvider constructor made public

6.9.1 (2025-07-07)

  • Ability to specify index in OpenSearchLockProvider
  • OpenSearchLockProvider constructor made public
  • Dependency updates

6.9.0 (2025-06-07)

6.8.0 (2025-05-31)

  • Added riskyUnlock to HazelcastLockProvider
  • Dependency updates

6.7.0 (2025-05-22)

  • safeUpdate mode for Redis Providers (thanks @​shotmk)

6.6.0 (2025-05-05)

6.5.0 (2025-04-29)

  • Support for Sort Keys for DynamoDBLockProvider (thanks @​avanish-p1)
  • Dependency updates

6.4.0 (2025-04-19)

  • Support ElasticSearch 9
  • Dependency updates

6.3.1 (2025-03-28)

  • Add shedlock-provider-jdbc to bom (thanks @​svenallers)
  • Dependency updates
Commits
  • 0739f7c [maven-release-plugin] prepare release shedlock-parent-6.10.0
  • 61d3038 Upgrade Spring Boot
  • fc3e2f7 Upgrade Spring Boot
  • ac50586 It's Spotless now
  • da52e78 #2669 Firestore provider (#2708)
  • bc9aad5 Merge pull request #2802 from lukas-krecan/dependabot/maven/software.amazon.a...
  • 7ed3738 Merge pull request #2803 from lukas-krecan/dependabot/maven/com.zaxxer-Hikari...
  • 1971f5c Bump com.zaxxer:HikariCP from 7.0.1 to 7.0.2
  • 2d94e9d Bump software.amazon.awssdk:s3 from 2.32.24 to 2.32.25
  • 623eb83 Merge pull request #2801 from lukas-krecan/dependabot/maven/org.apache.maven....
  • Additional commits viewable in compare view

Updates net.javacrumbs.shedlock:shedlock-provider-redis-spring from 6.3.0 to 6.10.0

Changelog

Sourced from net.javacrumbs.shedlock:shedlock-provider-redis-spring's changelog.

6.10.0 (2025-08-20)

  • Firestore provider added (thanks @​rgopaluni)
  • Nullability annotations refactored
  • Dependency updates

6.9.2 (2025-07-07)

  • OpenSearchLockProvider constructor made public

6.9.1 (2025-07-07)

  • Ability to specify index in OpenSearchLockProvider
  • OpenSearchLockProvider constructor made public
  • Dependency updates

6.9.0 (2025-06-07)

6.8.0 (2025-05-31)

  • Added riskyUnlock to HazelcastLockProvider
  • Dependency updates

6.7.0 (2025-05-22)

  • safeUpdate mode for Redis Providers (thanks @​shotmk)

6.6.0 (2025-05-05)

6.5.0 (2025-04-29)

  • Support for Sort Keys for DynamoDBLockProvider (thanks @​avanish-p1)
  • Dependency updates

6.4.0 (2025-04-19)

  • Support ElasticSearch 9
  • Dependency updates

6.3.1 (2025-03-28)

  • Add shedlock-provider-jdbc to bom (thanks @​svenallers)
  • Dependency updates
Commits
  • 0739f7c [maven-release-plugin] prepare release shedlock-parent-6.10.0
  • 61d3038 Upgrade Spring Boot
  • fc3e2f7 Upgrade Spring Boot
  • ac50586 It's Spotless now
  • da52e78 #2669 Firestore provider (#2708)
  • bc9aad5 Merge pull request #2802 from lukas-krecan/dependabot/maven/software.amazon.a...
  • 7ed3738 Merge pull request #2803 from lukas-krecan/dependabot/maven/com.zaxxer-Hikari...
  • 1971f5c Bump com.zaxxer:HikariCP from 7.0.1 to 7.0.2
  • 2d94e9d Bump software.amazon.awssdk:s3 from 2.32.24 to 2.32.25
  • 623eb83 Merge pull request #2801 from lukas-krecan/dependabot/maven/org.apache.maven....
  • Additional commits viewable in compare view

Updates net.javacrumbs.shedlock:shedlock-provider-redis-spring from 6.3.0 to 6.10.0

Changelog

Sourced from net.javacrumbs.shedlock:shedlock-provider-redis-spring's changelog.

6.10.0 (2025-08-20)

  • Firestore provider added (thanks @​rgopaluni)
  • Nullability annotations refactored
  • Dependency updates

6.9.2 (2025-07-07)

  • OpenSearchLockProvider constructor made public

6.9.1 (2025-07-07)

  • Ability to specify index in OpenSearchLockProvider
  • OpenSearchLockProvider constructor made public
  • Dependency updates

6.9.0 (2025-06-07)

6.8.0 (2025-05-31)

  • Added riskyUnlock to HazelcastLockProvider
  • Dependency updates

6.7.0 (2025-05-22)

  • safeUpdate mode for Redis Providers (thanks @​shotmk)

6.6.0 (2025-05-05)

6.5.0 (2025-04-29)

  • Support for Sort Keys for DynamoDBLockProvider (thanks @​avanish-p1)
  • Dependency updates

6.4.0 (2025-04-19)

  • Support ElasticSearch 9
  • Dependency updates

6.3.1 (2025-03-28)

  • Add shedlock-provider-jdbc to bom (thanks @​svenallers)
  • Dependency updates
Commits
  • 0739f7c [maven-release-plugin] prepare release shedlock-parent-6.10.0
  • 61d3038 Upgrade Spring Boot
  • fc3e2f7 Upgrade Spring Boot
  • ac50586 It's Spotless now
  • da52e78 #2669 Firestore provider (#2708)
  • bc9aad5 Merge pull request #2802 from lukas-krecan/dependabot/maven/software.amazon.a...
  • 7ed3738 Merge pull request #2803 from lukas-krecan/dependabot/maven/com.zaxxer-Hikari...
  • 1971f5c Bump com.zaxxer:HikariCP from 7.0.1 to 7.0.2
  • 2d94e9d Bump software.amazon.awssdk:s3 from 2.32.24 to 2.32.25
  • 623eb83 Merge pull request #2801 from lukas-krecan/dependabot/maven/org.apache.maven....
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-dependencies from 3.4.5 to 3.5.6

Release notes

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

v3.5.6

🐞 Bug Fixes

  • Quoted -D arguments break system property resolution on Linux with Spring AOT #47166
  • Groovy Templates fails with an NPE when rendering an auto new line #47139
  • available() does not behave correctly when reading stored entries from a NestedJarFile #47057
  • spring-boot-docker-compose doesn't create service connections when image has registry host but not project #47019
  • Flyway Ignore Migration Patterns setting can't be set to an empty string #47013

📔 Documentation

  • Default value of server.tomcat.resource.cache-ttl is not documented #47253
  • Document Java 25 support #47245
  • Fix links to Flyway reference documentation #46988
  • Clarify Javadoc of Customizer interfaces about overriding behavior #46942

🔨 Dependency Upgrades

  • Upgrade to Ehcache3 3.10.9 #47106
  • Upgrade to Elasticsearch Client 8.18.6 #47094
  • Upgrade to Gson 2.13.2 #47158
  • Upgrade to Hibernate 6.6.29.Final #47216
  • Upgrade to HikariCP 6.3.3 #47187
  • Upgrade to HttpCore5 5.3.5 #47108
  • Upgrade to Infinispan 15.2.6.Final #47109
  • Upgrade to Jakarta Activation 2.1.4 #47188
  • Upgrade to Jakarta Mail 2.1.4 #47110
  • Upgrade to Jaybird 6.0.3 #47111
  • Upgrade to Jetty 12.0.27 #47159
  • Upgrade to jOOQ 3.19.26 #47160
  • Upgrade to Lombok 1.18.40 #47113
  • Upgrade to MariaDB 3.5.6 #47189
  • Upgrade to Maven Failsafe Plugin 3.5.4 #47190
  • Upgrade to Maven Shade Plugin 3.6.1 #47191
  • Upgrade to Maven Surefire Plugin 3.5.4 #47192
  • Upgrade to Micrometer 1.15.4 #47083
  • Upgrade to Micrometer Tracing 1.5.4 #47084
  • Upgrade to Netty 4.1.127.Final #47127
  • Upgrade to R2DBC MSSQL 1.0.3.RELEASE #47193
  • Upgrade to Reactor Bom 2024.0.10 #47085
  • Upgrade to Spring AMQP 3.2.7 #47086
  • Upgrade to Spring Batch 5.2.3 #47087
  • Upgrade to Spring Data Bom 2025.0.4 #47088
  • Upgrade to Spring Framework 6.2.11 #47089
  • Upgrade to Spring GraphQL 1.4.2 #47090
  • Upgrade to Spring Integration 6.5.2 #47091
  • Upgrade to Spring Kafka 3.3.10 #47092
  • Upgrade to Spring Pulsar 1.2.10 #47093
  • Upgrade to Spring Security 6.5.5 #47257
  • Upgrade to Tomcat 10.1.46 #47194

... (truncated)

Commits
  • 23bcd7b Release v3.5.6
  • d96267f Merge branch '3.4.x' into 3.5.x
  • 9363f03 Next development version (v3.4.11-SNAPSHOT)
  • a465cdb Revert "Upgrade to Jakarta XML Bind 4.0.4"
  • 391e745 Merge branch '3.4.x' into 3.5.x
  • ad9a7ee Revert "Upgrade to Jakarta XML Bind 4.0.4"
  • 66ba918 Document support for Java 25
  • 943f0ae Merge branch '3.4.x' into 3.5.x
  • 43fee16 Upgrade to Spring Batch 5.2.3
  • 11de7d1 Upgrade to Spring Batch 5.2.3
  • Additional commits viewable in compare view

Updates io.swagger:swagger-annotations from 1.6.14 to 1.6.16

Updates io.swagger.core.v3:swagger-annotations from 2.2.22 to 2.2.38

Updates io.quarkus:quarkus-junit4-mock from 3.11.0 to 3.28.2

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 minor group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| io.cloudflight.autoconfigure-settings | `1.1.2` | `1.2.0` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.26.0` | `3.27.6` |
| [org.awaitility:awaitility](https://github.com/awaitility/awaitility) | `4.2.1` | `4.3.0` |
| [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) | `1.15.4` | `1.18.0` |
| [org.openapitools:jackson-databind-nullable](https://github.com/OpenAPITools/jackson-databind-nullable) | `0.2.6` | `0.2.7` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.2.1-jre` | `33.5.0-jre` |
| [io.mockk:mockk-jvm](https://github.com/mockk/mockk) | `1.13.11` | `1.14.6` |
| [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) | `1.48.0` | `1.54.1` |
| [net.javacrumbs.shedlock:shedlock-spring](https://github.com/lukas-krecan/ShedLock) | `6.3.0` | `6.10.0` |
| [net.javacrumbs.shedlock:shedlock-provider-redis-spring](https://github.com/lukas-krecan/ShedLock) | `6.3.0` | `6.10.0` |
| [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `3.4.5` | `3.5.6` |
| io.swagger:swagger-annotations | `1.6.14` | `1.6.16` |
| io.swagger.core.v3:swagger-annotations | `2.2.22` | `2.2.38` |
| io.quarkus:quarkus-junit4-mock | `3.11.0` | `3.28.2` |



Updates `io.cloudflight.autoconfigure-settings` from 1.1.2 to 1.2.0

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

Updates `org.awaitility:awaitility` from 4.2.1 to 4.3.0
- [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt)
- [Commits](awaitility/awaitility@awaitility-4.2.1...awaitility-4.3.0)

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

Updates `org.openapitools:jackson-databind-nullable` from 0.2.6 to 0.2.7
- [Release notes](https://github.com/OpenAPITools/jackson-databind-nullable/releases)
- [Commits](OpenAPITools/jackson-databind-nullable@v0.2.6...v0.2.7)

Updates `com.google.guava:guava` from 33.2.1-jre to 33.5.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `io.mockk:mockk-jvm` from 1.13.11 to 1.14.6
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.11...1.14.6)

Updates `io.opentelemetry:opentelemetry-bom` from 1.48.0 to 1.54.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java@v1.48.0...v1.54.1)

Updates `net.javacrumbs.shedlock:shedlock-spring` from 6.3.0 to 6.10.0
- [Changelog](https://github.com/lukas-krecan/ShedLock/blob/master/RELEASES.md)
- [Commits](lukas-krecan/ShedLock@shedlock-parent-6.3.0...shedlock-parent-6.10.0)

Updates `net.javacrumbs.shedlock:shedlock-provider-redis-spring` from 6.3.0 to 6.10.0
- [Changelog](https://github.com/lukas-krecan/ShedLock/blob/master/RELEASES.md)
- [Commits](lukas-krecan/ShedLock@shedlock-parent-6.3.0...shedlock-parent-6.10.0)

Updates `net.javacrumbs.shedlock:shedlock-provider-redis-spring` from 6.3.0 to 6.10.0
- [Changelog](https://github.com/lukas-krecan/ShedLock/blob/master/RELEASES.md)
- [Commits](lukas-krecan/ShedLock@shedlock-parent-6.3.0...shedlock-parent-6.10.0)

Updates `org.springframework.boot:spring-boot-dependencies` from 3.4.5 to 3.5.6
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.5...v3.5.6)

Updates `io.swagger:swagger-annotations` from 1.6.14 to 1.6.16

Updates `io.swagger.core.v3:swagger-annotations` from 2.2.22 to 2.2.38

Updates `io.quarkus:quarkus-junit4-mock` from 3.11.0 to 3.28.2

---
updated-dependencies:
- dependency-name: io.cloudflight.autoconfigure-settings
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: org.assertj:assertj-core
  dependency-version: 3.27.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: org.awaitility:awaitility
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: com.azure:azure-identity
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: org.openapitools:jackson-databind-nullable
  dependency-version: 0.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: com.google.guava:guava
  dependency-version: 33.5.0-jre
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: io.mockk:mockk-jvm
  dependency-version: 1.14.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: io.opentelemetry:opentelemetry-bom
  dependency-version: 1.54.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: net.javacrumbs.shedlock:shedlock-spring
  dependency-version: 6.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: net.javacrumbs.shedlock:shedlock-provider-redis-spring
  dependency-version: 6.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: net.javacrumbs.shedlock:shedlock-provider-redis-spring
  dependency-version: 6.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-version: 3.5.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: io.swagger:swagger-annotations
  dependency-version: 1.6.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: io.swagger.core.v3:swagger-annotations
  dependency-version: 2.2.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: io.quarkus:quarkus-junit4-mock
  dependency-version: 3.28.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Oct 6, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 17, 2025
@dependabot dependabot bot deleted the dependabot/gradle/minor-8ed51090fd branch November 17, 2025 13:12
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