Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2025

Bumps the minor group with 17 updates:

Package From To
io.cloudflight.autoconfigure-settings 1.1.2 1.2.0
org.assertj:assertj-core 3.26.0 3.27.3
org.awaitility:awaitility 4.2.1 4.3.0
com.azure.spring:spring-cloud-azure-dependencies 5.21.0 5.22.0
com.azure:azure-identity 1.15.4 1.16.2
org.junit.jupiter:junit-jupiter-api 5.11.4 5.13.1
org.junit.jupiter:junit-jupiter-params 5.11.4 5.13.1
org.junit.jupiter:junit-jupiter-engine 5.11.4 5.13.1
com.google.guava:guava 33.2.1-jre 33.4.8-jre
io.mockk:mockk-jvm 1.13.11 1.14.2
io.opentelemetry:opentelemetry-bom 1.48.0 1.51.0
net.javacrumbs.shedlock:shedlock-spring 6.3.0 6.9.0
net.javacrumbs.shedlock:shedlock-provider-redis-spring 6.3.0 6.9.0
org.springframework.boot:spring-boot-dependencies 3.4.5 3.5.0
io.swagger:swagger-annotations 1.6.14 1.6.16
io.swagger.core.v3:swagger-annotations 2.2.22 2.2.33
io.quarkus:quarkus-junit4-mock 3.11.0 3.23.3

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

v3.27.2

🐛 Bug Fixes

Core

  • Restore support for null-valued maps when ignoring fields #3723

v3.27.1

🚫 Deprecated

Core

  • Deprecate usingComparatorForFields and remove deprecated assertions from usingComparatorForType documentation #3711
  • Deprecate hasCauseReference(Throwable) from Throwable assertions #3715

... (truncated)

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 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.spring:spring-cloud-azure-dependencies from 5.21.0 to 5.22.0

Commits
  • e51afcb Make the conditions more accurate for JMS pool conn bean (#44937)
  • 59c477e Use consistent names for consumer listener (#44927)
  • 8df6408 Use consistent names from producer factory (#44918)
  • 9371853 update changelog
  • a059274 Prepare for Spring Cloud Azure 5.22.0 release (#44907)
  • 60e1ab3 External dependencies upgrade - Spring Boot 3.4.4 and Spring Cloud 2024.0.1 (...
  • f5b2f67 Remove unused files that are legacy files from 4.x (#44872)
  • 0a85bad Add request-reply pattern of ServiceBusTemplate (#44859)
  • ae42cc2 using the correct dev version for service bus (#44832)
  • b837344 Don't mix HttpClient testing with RestProxy usage (#44830)
  • Additional commits viewable in compare view

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

Release notes

Sourced from com.azure:azure-identity's releases.

azure-identity_1.16.2

1.16.2 (2025-06-09)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.55.3 to version 1.55.4.
  • Upgraded azure-core-http-netty from 1.15.11 to version 1.15.12.
  • Updated msal4j from 1.20.1 to version 1.21.0.

azure-core-http-netty_1.15.12

1.15.12 (2025-06-05)

Bugs Fixed

  • Fixed a bug where TooLongHttpHeaderException would be thrown if an Azure service returned HTTP headers that exceeded the default 8 KB limit. The new limit is now 256 KB when the default of 8 KB is seen. (#45291)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.55.3 to 1.55.4.
Commits

Updates org.junit.jupiter:junit-jupiter-api from 5.11.4 to 5.13.1

Release notes

Sourced from org.junit.jupiter:junit-jupiter-api's releases.

JUnit 5.13.1 = Platform 1.13.1 + Jupiter 5.13.1 + Vintage 5.13.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0...r5.13.1

JUnit 5.13.0 = Platform 1.13.0 + Jupiter 5.13.0 + Vintage 5.13.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.12.2...r5.13.0

JUnit 5.13.0-RC1 = Platform 1.13.0-RC1 + Jupiter 5.13.0-RC1 + Vintage 5.13.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.13.0-M3...r5.13.0-RC1

JUnit 5.13.0-M3 = Platform 1.13.0-M3 + Jupiter 5.13.0-M3 + Vintage 5.13.0-M3

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0-M2...r5.13.0-M3

JUnit 5.13.0-M2 = Platform 1.13.0-M2 + Jupiter 5.13.0-M2 + Vintage 5.13.0-M2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0-M1...r5.13.0-M2

JUnit 5.13.0-M1 = Platform 1.13.0-M1 + Jupiter 5.13.0-M1 + Vintage 5.13.0-M1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.12.1...r5.13.0-M1

JUnit 5.12.2 = Platform 1.12.2 + Jupiter 5.12.2 + Vintage 5.12.2

... (truncated)

Commits
  • b580aa9 Release 5.13.1
  • 97095e9 Finalize 5.13.1 release notes
  • f0747f1 Use GraphQL API to list matching milestones to avoid pagination issues
  • af5e3bd Fix support pre-5.13 AnnotationBasedArgumentsProvider implementations (#4611)
  • 4170597 Restore compatibility with Java 8
  • a866c01 Ensure @Nested classes are executed after sibling test methods (#4603)
  • 2d58467 Create initial 5.13.1 release notes from template
  • 3447d71 Update supported versions
  • 6a7998b Revert "Don't error on already closed milestones"
  • d7c8216 Back to snapshots for further development
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-params from 5.11.4 to 5.13.1

Release notes

Sourced from org.junit.jupiter:junit-jupiter-params's releases.

JUnit 5.13.1 = Platform 1.13.1 + Jupiter 5.13.1 + Vintage 5.13.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0...r5.13.1

JUnit 5.13.0 = Platform 1.13.0 + Jupiter 5.13.0 + Vintage 5.13.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.12.2...r5.13.0

JUnit 5.13.0-RC1 = Platform 1.13.0-RC1 + Jupiter 5.13.0-RC1 + Vintage 5.13.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.13.0-M3...r5.13.0-RC1

JUnit 5.13.0-M3 = Platform 1.13.0-M3 + Jupiter 5.13.0-M3 + Vintage 5.13.0-M3

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0-M2...r5.13.0-M3

JUnit 5.13.0-M2 = Platform 1.13.0-M2 + Jupiter 5.13.0-M2 + Vintage 5.13.0-M2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0-M1...r5.13.0-M2

JUnit 5.13.0-M1 = Platform 1.13.0-M1 + Jupiter 5.13.0-M1 + Vintage 5.13.0-M1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.12.1...r5.13.0-M1

JUnit 5.12.2 = Platform 1.12.2 + Jupiter 5.12.2 + Vintage 5.12.2

... (truncated)

Commits
  • b580aa9 Release 5.13.1
  • 97095e9 Finalize 5.13.1 release notes
  • f0747f1 Use GraphQL API to list matching milestones to avoid pagination issues
  • af5e3bd Fix support pre-5.13 AnnotationBasedArgumentsProvider implementations (#4611)
  • 4170597 Restore compatibility with Java 8
  • a866c01 Ensure @Nested classes are executed after sibling test methods (#4603)
  • 2d58467 Create initial 5.13.1 release notes from template
  • 3447d71 Update supported versions
  • 6a7998b Revert "Don't error on already closed milestones"
  • d7c8216 Back to snapshots for further development
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-engine from 5.11.4 to 5.13.1

Release notes

Sourced from org.junit.jupiter:junit-jupiter-engine's releases.

JUnit 5.13.1 = Platform 1.13.1 + Jupiter 5.13.1 + Vintage 5.13.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0...r5.13.1

JUnit 5.13.0 = Platform 1.13.0 + Jupiter 5.13.0 + Vintage 5.13.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.12.2...r5.13.0

JUnit 5.13.0-RC1 = Platform 1.13.0-RC1 + Jupiter 5.13.0-RC1 + Vintage 5.13.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.13.0-M3...r5.13.0-RC1

JUnit 5.13.0-M3 = Platform 1.13.0-M3 + Jupiter 5.13.0-M3 + Vintage 5.13.0-M3

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0-M2...r5.13.0-M3

JUnit 5.13.0-M2 = Platform 1.13.0-M2 + Jupiter 5.13.0-M2 + Vintage 5.13.0-M2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0-M1...r5.13.0-M2

JUnit 5.13.0-M1 = Platform 1.13.0-M1 + Jupiter 5.13.0-M1 + Vintage 5.13.0-M1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.12.1...r5.13.0-M1

JUnit 5.12.2 = Platform 1.12.2 + Jupiter 5.12.2 + Vintage 5.12.2

... (truncated)

Commits
  • b580aa9 Release 5.13.1
  • 97095e9 Finalize 5.13.1 release notes
  • f0747f1 Use GraphQL API to list matching milestones to avoid pagination issues
  • af5e3bd Fix support pre-5.13 AnnotationBasedArgumentsProvider implementations (#4611)
  • 4170597 Restore compatibility with Java 8
  • a866c01 Ensure @Nested classes are executed after sibling test methods (#4603)
  • 2d58467 Create initial 5.13.1 release notes from template
  • 3447d71 Update supported versions
  • 6a7998b Revert "Don't error on already closed milestones"
  • d7c8216 Back to snapshots for further development
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-params from 5.11.4 to 5.13.1

Release notes

Sourced from org.junit.jupiter:junit-jupiter-params's releases.

JUnit 5.13.1 = Platform 1.13.1 + Jupiter 5.13.1 + Vintage 5.13.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0...r5.13.1

JUnit 5.13.0 = Platform 1.13.0 + Jupiter 5.13.0 + Vintage 5.13.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.12.2...r5.13.0

JUnit 5.13.0-RC1 = Platform 1.13.0-RC1 + Jupiter 5.13.0-RC1 + Vintage 5.13.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.13.0-M3...r5.13.0-RC1

JUnit 5.13.0-M3 = Platform 1.13.0-M3 + Jupiter 5.13.0-M3 + Vintage 5.13.0-M3

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0-M2...r5.13.0-M3

JUnit 5.13.0-M2 = Platform 1.13.0-M2 + Jupiter 5.13.0-M2 + Vintage 5.13.0-M2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0-M1...r5.13.0-M2

JUnit 5.13.0-M1 = Platform 1.13.0-M1 + Jupiter 5.13.0-M1 + Vintage 5.13.0-M1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.12.1...r5.13.0-M1

JUnit 5.12.2 = Platform 1.12.2 + Jupiter 5.12.2 + Vintage 5.12.2

... (truncated)

Commits
  • b580aa9 Release 5.13.1
  • 97095e9 Finalize 5.13.1 release notes
  • f0747f1 Use GraphQL API to list matching milestones to avoid pagination issues
  • af5e3bd Fix support pre-5.13 AnnotationBasedArgumentsProvider implementations (#4611)
  • 4170597 Restore compatibility with Java 8
  • a866c01 Ensure @Nested classes are executed after sibling test methods (#4603)
  • 2d58467 Create initial 5.13.1 release notes from template
  • 3447d71 Update supported versions
  • 6a7998b Revert "Don't error on already closed milestones"
  • d7c8216 Back to snapshots for further development
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-engine from 5.11.4 to 5.13.1

Release notes

Sourced from org.junit.jupiter:junit-jupiter-engine's releases.

JUnit 5.13.1 = Platform 1.13.1 + Jupiter 5.13.1 + Vintage 5.13.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0...r5.13.1

JUnit 5.13.0 = Platform 1.13.0 + Jupiter 5.13.0 + Vintage 5.13.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.12.2...r5.13.0

JUnit 5.13.0-RC1 = Platform 1.13.0-RC1 + Jupiter 5.13.0-RC1 + Vintage 5.13.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.13.0-M3...r5.13.0-RC1

JUnit 5.13.0-M3 = Platform 1.13.0-M3 + Jupiter 5.13.0-M3 + Vintage 5.13.0-M3

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0-M2...r5.13.0-M3

JUnit 5.13.0-M2 = Platform 1.13.0-M2 + Jupiter 5.13.0-M2 + Vintage 5.13.0-M2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0-M1...r5.13.0-M2

JUnit 5.13.0-M1 = Platform 1.13.0-M1 + Jupiter 5.13.0-M1 + Vintage 5.13.0-M1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.12.1...r5.13.0-M1

JUnit 5.12.2 = Platform 1.12.2 + Jupiter 5.12.2 + Vintage 5.12.2

... (truncated)

Commits
  • b580aa9 Release 5.13.1
  • 97095e9 Finalize 5.13.1 release notes
  • f0747f1 Use GraphQL API to list matching milestones to avoid pagination issues
  • af5e3bd Fix support pre-5.13 AnnotationBasedArgumentsProvider implementations (#4611)
  • 4170597 Restore compatibility with Java 8
  • a866c01 Ensure @Nested classes are executed after sibling test methods (#4603)
  • 2d58467 Create initial 5.13.1 release notes from template
  • 3447d71 Update supported versions
  • 6a7998b Revert "Don't error on already closed milestones"
  • d7c8216 Back to snapshots for further development
  • Additional commits viewable in compare view

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

Release notes

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

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.

Maven

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

Jar files

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

Javadoc

JDiff

Changelog

  • util.concurrent: Removed our VarHandle code from guava-android. While the code was never used at runtime under Android, it was causing problems under the Android Gradle Plugin with a minSdkVersion below 26. To continue to avoid sun.misc.Unsafe under the JVM, guava-android will now always use AtomicReferenceFieldUpdater when run there. (75da92419a)

33.4.7

Prefer to upgrade straight to 33.4.8: 33.4.7 breaks the build of Android apps with a minSdkVersion below 26. We will publish a fixed version soon. This problem is fixed in 33.4.8.

Guava 33.4.7, like 33.4.6, fixes two problems that we introduced while modularizing Guava and migrating off Unsafe in 33.4.5.

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.

Maven

... (truncated)

Commits

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

Release notes

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

1.14.2

What's Changed

Full Changelog: mockk/mockk@1.14.0...1.14.2

1.14.0

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.17...1.14.0

1.13.17

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.16...1.13.17

1.13.16

What's Changed

Full Changelog: mockk/mockk@1.13.14...1.13.16

1.13.14

... (truncated)

Commits

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

Release notes

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

Version 1.51.0

API

Context

  • Fix context storage provider property name in log message (#7342)

SDK

  • Experimental configurable exception.* attribute resolution for SdkTracerProvider, SdkLoggerProvider (#7266)

Exporters

  • All exporters: implement new SemConv exporter health metrics, with configuration API for selecting schema version (#7265)
  • OTLP: Add gRPC export for profiles signal type. (#7301)
  • OTLP: Run JDK HTTP sender on non-daemon threads. (#7322)
  • Prometheus: fix serialization of arrays (#7291)
  • OTLP: exporter tolerates instances of LogRecordData when incubator is present (#7393)

Extensions

  • Declarative config: Handle instrumentation node changes in yaml config file format 0.4 (#7357)

🙇 Thank you

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

@​alex-kormukhin @​breedx-splk @​fandreuz @​HaloFour @​jack-berg @​jhalliday @​jkwatson @​JonasKunz @​kevinburkesegment @​LaurentTreguier @​LikeTheSalad @​onurkybsi @​opentelemetrybot @​robsunday @​SoftlySplinter @​trask @​zeitlinger

Version 1.50.0

API

  • Clarify that AttributesBuilder.put allows nulls (#7271)
  • Stabilize log record event name (#7277)

... (truncated)

Changelog

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

Version 1.51.0 (2025-06-06)

API

Context

  • Fix context storage provider property name in log message (#7342)

SDK

  • Experimental configurable exception.* attribute resolution for SdkTracerProvider, SdkLoggerProvider (#7266)

Exporters

  • All exporters: implement new SemConv exporter health metrics, with configuration A...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 16, 2025
Bumps the minor group with 17 updates:

| 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.3` |
| [org.awaitility:awaitility](https://github.com/awaitility/awaitility) | `4.2.1` | `4.3.0` |
| [com.azure.spring:spring-cloud-azure-dependencies](https://github.com/Azure/azure-sdk-for-java) | `5.21.0` | `5.22.0` |
| [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) | `1.15.4` | `1.16.2` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.11.4` | `5.13.1` |
| [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) | `5.11.4` | `5.13.1` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.11.4` | `5.13.1` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.2.1-jre` | `33.4.8-jre` |
| [io.mockk:mockk-jvm](https://github.com/mockk/mockk) | `1.13.11` | `1.14.2` |
| [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) | `1.48.0` | `1.51.0` |
| [net.javacrumbs.shedlock:shedlock-spring](https://github.com/lukas-krecan/ShedLock) | `6.3.0` | `6.9.0` |
| [net.javacrumbs.shedlock:shedlock-provider-redis-spring](https://github.com/lukas-krecan/ShedLock) | `6.3.0` | `6.9.0` |
| [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `3.4.5` | `3.5.0` |
| io.swagger:swagger-annotations | `1.6.14` | `1.6.16` |
| io.swagger.core.v3:swagger-annotations | `2.2.22` | `2.2.33` |
| io.quarkus:quarkus-junit4-mock | `3.11.0` | `3.23.3` |


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.3
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.26.0...assertj-build-3.27.3)

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.spring:spring-cloud-azure-dependencies` from 5.21.0 to 5.22.0
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@spring-cloud-azure_5.21.0...spring-cloud-azure_5.22.0)

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

Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.4 to 5.13.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.11.4...r5.13.1)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.4 to 5.13.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.11.4...r5.13.1)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.4 to 5.13.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.11.4...r5.13.1)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.4 to 5.13.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.11.4...r5.13.1)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.4 to 5.13.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.11.4...r5.13.1)

Updates `com.google.guava:guava` from 33.2.1-jre to 33.4.8-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.2
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.11...1.14.2)

Updates `io.opentelemetry:opentelemetry-bom` from 1.48.0 to 1.51.0
- [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.51.0)

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

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

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

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

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

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

---
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.3
  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.spring:spring-cloud-azure-dependencies
  dependency-version: 5.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: com.azure:azure-identity
  dependency-version: 1.16.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-version: 5.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-version: 5.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-version: 5.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-version: 5.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-version: 5.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: com.google.guava:guava
  dependency-version: 33.4.8-jre
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: io.mockk:mockk-jvm
  dependency-version: 1.14.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: io.opentelemetry:opentelemetry-bom
  dependency-version: 1.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: net.javacrumbs.shedlock:shedlock-spring
  dependency-version: 6.9.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.9.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.9.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.0
  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.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: io.quarkus:quarkus-junit4-mock
  dependency-version: 3.23.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/minor-f24f8d9696 branch from 4797539 to f7d11b2 Compare June 23, 2025 15:12
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 7, 2025

Dependabot encountered an unknown error. Because of this, Dependabot cannot update this pull request.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 25, 2025

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

@dependabot dependabot bot closed this Aug 25, 2025
@dependabot dependabot bot deleted the dependabot/gradle/minor-f24f8d9696 branch August 25, 2025 13:58
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