Skip to content

Update Spring Boot and related updates#7615

Open
renovate[bot] wants to merge 5 commits intomasterfrom
renovate/spring-boot-related
Open

Update Spring Boot and related updates#7615
renovate[bot] wants to merge 5 commits intomasterfrom
renovate/spring-boot-related

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 16, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
jakarta.persistence:jakarta.persistence-api 3.1.03.2.0 age confidence
org.springdoc:springdoc-openapi-starter-webmvc-ui (source) 2.6.02.8.16 age confidence
com.azure.spring:spring-cloud-azure-dependencies (source) 5.24.15.25.0 age confidence
org.camunda.community.rest:camunda-platform-7-rest-client-spring-boot-starter 7.20.07.24.1 age confidence
org.springframework.statemachine:spring-statemachine-test (source) 4.0.04.0.1 age confidence
org.springframework.statemachine:spring-statemachine-core (source) 4.0.04.0.1 age confidence
org.springframework.boot (source) 3.3.73.5.12 age confidence

Release Notes

springdoc/springdoc-openapi (org.springdoc:springdoc-openapi-starter-webmvc-ui)

v2.8.16

Compare Source

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

v2.8.15

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
  • #​3168 – Support @Schema annotations on Kotlin value classes
  • #​3178 – Fix regression when generating documentation for Kotlin LinkedHashSet
  • #​3170 – Fix warnings when setting title and description in application.yml
  • #​3187 – Add scalar scalar-webmvc and scalar-webflux support

v2.8.14

Compare Source

Added
  • #​3090 - Add logs to notify when SpringDocs/Scalar is enabled because SpringDocs/Scalar is enabled by default
Changed
  • Upgrade swagger-ui to v5.30.1
  • Upgrade swagger-core to v2.2.38
  • Upgrade spring-boot to v3.5.7
  • Upgrade commons-lang3 to v3.18.0
  • Upgrade scalar to v0.3.12
Fixed
  • #​3107 - Fix:compatible with lower version of getOpenApi().
  • #​3121 - NPE in KotlinDeprecatedPropertyCustomizer - resolvedSchema is null

v2.8.13

Compare Source

Added
Changed
  • Upgrade swagger-ui to v5.28.1
Fixed
  • #​3076 - With oneOf the response schema contains an extra type: string

v2.8.12

Compare Source

Changed
  • Upgrade swagger-ui to v5.28.0
Fixed
  • #​3073 - Duplicate key class Parameter when documenting two GET methods with same path and PathVariable.
  • #​3071 - @​io.swagger.v3.oas.annotations.parameters.RequestBody does not work well with @​RequestPart
  • #​3066 - Parameter is now required after upgrading to springdoc-openapi 2.8.10

v2.8.11

Compare Source

Added
  • #​3065 - javadoc and overall performance optimization
Changed
  • Upgrade spring-boot to v3.5.5
Fixed
  • #​3064 -ClassNotFoundException: kotlin.reflect.full.KClasses

v2.8.10

Compare Source

Added
  • #​3046 - Feature Request: Support @​jakarta.annotation.Nonnull.
  • #​3042 - Support externalDocs configure on SpecPropertiesCustomizer
  • #​3057 - Refactor webhook discovery and scanning mechanism
Changed
  • Upgrade spring-boot to v3.5.4
  • Upgrade swagger-ui to v5.27.1
  • Upgrade swagger-core to 2.2.36
Fixed
  • #​3050 - @​RequestPart JSON parameters missing Content-Type in generated curl commands, causing 415 errors.
  • #​2978 - Parameter is no longer optional after upgrade to 2.8.8
  • #​3022 - NullPointerException thrown in SchemaUtils.
  • #​3026 - Fix unexpected merging of media types
  • #​3036 - Fixed "desciption"
  • #​3039 - Fix: Property resolution for extensions within @​OpenAPIDefinition Info object
  • #​3051 - Fixes so that a RequestPart with a Map is added to the RequestBody
  • #​3060 - Use adaptFromForwardedHeaders instead of deprecated fromHttpRequest

v2.8.9

Compare Source

Added
Changed
  • Upgrade spring-boot to version 3.5.0
Fixed
  • #​2982 - application/problem+json content type is not set for ProblemDetails
  • #​2990 - Issues with POST Request, application/x-www-form-urlencoded and only one parameter
  • #​2998 - io.swagger.v3.oas.annotations.Webhook does not work when defined on the method level
  • #​3012 - Order of examples is (sometimes) not preserved

v2.8.8

Compare Source

Fixed

v2.8.7

Compare Source

Added
  • #​2944 - Introducing springdoc-openapi-bom project
  • #​2948 - Customize Servers via application.yml
  • #​2963 - Set default content type for problem details object to application/problem+jso
  • #​2971 - List of value classes in Kotlin
Changed
  • Upgrade swagger-ui to v5.21.0
  • Upgrade swagger-core to 2.2.30
  • Upgrade spring-boot to version 3.4.5
  • Upgrade spring-security-oauth2-authorization-server to version 1.4.3
Fixed
  • #​2947 - Unexpected warning "Appended trailing slash to static resource location"
  • #​2960 - NPE when customizing group's open-api without specifying any schema
  • #​2969 - fix path to register resource handler to work SwaggerIndexPageTransformer
    considering /webjar path prefix
  • #​2964 - Cannot add custom description and example for java.time.Duration since v2.8.6
  • #​2972 - @​Header(schema = @​Schema(type = "string")) generates empty or broken schema in
    OpenAPI output since 2.8.0
  • #​2976, #​2967 - Build Failure due to Private Inner Class.

v2.8.6

Added
  • #​2909 - Check both SerDe BeanPropertyDefinition for @​JsonUnwrapped/@​Schema
  • #​2927 - Bail sealed class subtype introspection on Schema
  • #​2917 - Add Future to ignored response wrappers
  • #​2938 - Add out of the box support for LocalTime, YearMonth, MonthDay
Changed
  • Upgrade swagger-ui to v5.20.1
  • Upgrade swagger-core to 2.2.29
  • Upgrade spring-cloud-function to 4.2.2
  • Upgrade spring-boot to version 3.4.4
Fixed
  • #​2928 - Add missing builder methods in SchemaBuilder
  • #​2905 - ModelResolver.enumAsRef = true result in invalid openapi with actuator using
    enum param
  • #​2939 - Duplicate ModelConverter registration with Spring Boot DevTools
  • #​2941 - SpringBoot native fails /v3/api-docs when using a Map as an http entity field

v2.8.5

Added
  • #​2696 - Do not require JsonSubType annotation for sealed classes
  • #​2898 - add needed runtime reflection hints for native image
  • #​2891 - Refactor trimIndent Method
  • #​2931 - OpenAPIService serverBaseUrl is not thread safe
  • #​2933 - Wrong schema generation with PagedModel generated VIA_DTO and wrapped in
    ResponseEntity
Changed
  • Upgrade swagger-ui to v5.18.3
Fixed

v2.8.4

Added
  • #​2873 - Improve performance of getGenericMapResponse
  • #​2836 - Provide option to set allowed locales
  • 2862 - Align Swagger-UI Prefix Path with Swagger-WebMvc Behavior
Changed
  • Upgrade spring-boot to 3.4.2
  • Upgrade spring-cloud-function to 4.2.1
  • Upgrade swagger-core to 2.2.28
Fixed
  • #​2870 - Springdoc 2.8.x + Spring Boot 3.4.1 breaks native image support
  • #​2869 - Exception logged when generating schema for delete method of Spring Data
    repository.
  • #​2856 - @​JsonUnwrapped is ignored in new version of lib.
  • #​2852 - @​Schema(types = "xxx") does not work for multipart param with enabled
    springdoc.default-support-form-data config option.

v2.8.3

Added
  • #​2851 - Refine condition, for ignoring types when using PolymorphicModelConverter

v2.8.2

Added
  • #​2849 - Provide better compatibility for projects migrating from OAS 3.0 to OAS 3.1
Fixed
  • #​2846 - ClassCastException with spring-data-rest and openapi version 3.1 bug
  • #​2844 - PageableObject and SortObject are called Pageablenull and Sortnull

v2.8.1

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

v2.8.0

Added
  • #​2790 - Moving to OpenAPI 3.1 as the default implementation for springdoc-openapi
  • #​2817 - Obey annotations when flattening ParameterObject fields
  • #​2826 - Make it possible to mark parameters with @​RequestParam annotation to be sent in
    form instead of query.
  • #​2822 - Support returning null in ParameterCustomizer
  • #​2830 - Add support for deprecated fields.
  • #​2780 - Add Security Schema by AutoConfigure
Changed
  • Upgrade spring-boot to 3.4.1
  • Upgrade spring-cloud-function to 4.2.0
  • Upgrade swagger-core to 2.2.27
Fixed
  • #​2804 - Stable release 2.7.0 depends on Spring Cloud Milestone 4.2.0-M1
  • #​2828 - Required a bean of type '
    org.springframework.data.rest.webmvc.mapping.Associations' that could not be found.
  • #​2823 - Capturing pattern in identical paths only renders the path element of one method
  • #​2817 - Automatically add required if a field is @​notNull or @​NotBlank.
  • #​2814 - An unresolvable circular reference with
    management.endpoint.gateway.enabled=true.
  • #​2798 - Object schema generated for Unit Kotlin type.
  • #​2797 - Removing operationId via customizer does not work anymore.
  • #​2833 - Resolve infinite recursion and add example test with OpenAPI v3.1
  • #​2827 - Ignoring @​Parameter(required = false)

v2.7.0

Compare Source

Added
  • #​2777 - Add SortAsQueryParam annotation
  • #​2786 - No static resource swagger-ui/index.html error after migration to 2.7.0-RC1
Changed
  • Upgrade spring-boot to 3.4.0
  • Upgrade swagger-ui to 5.18.2
  • Upgrade spring-security-oauth2-authorization-server to 1.4.0
camunda-community-hub/camunda-platform-7-rest-client-spring-boot (org.camunda.community.rest:camunda-platform-7-rest-client-spring-boot-starter)

v7.24.1: -FINAL

Compare Source

⚡ Final Release

  • Relocate and mark final since C7-CE EOL
    This artifact has moved: please use io.holunda.c7._:c7-rest-client-spring-boot-parent.
    The org.camunda.community.rest:camunda-platform-7-rest-client-spring-boot-parent 7.24.x line is final; update your dependency coordinates. See https://github.com/holunda-io/c7 for the new location.

🛠️ Chore

  • fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.41 #​710
  • chore(deps): update actions/checkout action to v6 #​708
  • fix(deps): update spring boot to v3.5.8 #​707

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v7.24.0

Compare Source

🚀 Enhancements & Features

  • Camunda 7.24 is released .... support it #​699

🛠️ Chore

  • fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.40 #​703
  • fix(deps): update spring boot to v3.5.7 #​702
  • fix(deps): update kotlin monorepo to v2.2.21 #​701
  • chore(deps): update dependency org.jetbrains.dokka:dokka-maven-plugin to v2.1.0 #​700
  • fix(deps): update dependency org.camunda.spin:camunda-spin-bom to v7.24.0 #​698
  • fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.39 #​697
  • chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.14 #​696

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v7.23.5

Compare Source

🚀 Enhancements & Features

  • CustomValueMapper should have dedicated canXXX() checks for mapTo, serialialize/deserialize #​663
  • Support Variable serialization to "application/x-java-serialized-object" #​662
  • CustomValueMapper: use return value of serializeValue #​660

🐛 Bug Fixes

  • Serialization is failing if the VariableMap is used without type information #​661

🛠️ Chore

  • chore(deps): update dependency python to 3.14 #​694
  • chore(deps): update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.6.2 #​693
  • chore(deps): update dependency org.mockito.kotlin:mockito-kotlin to v6.1.0 #​692
  • fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.38 #​691
  • chore(deps): update dependency maven-wrapper to v3.3.4 #​690
  • chore(deps): update dependency org.assertj:assertj-core to v3.27.6 #​689
  • chore(deps): update dependency org.codehaus.mojo:license-maven-plugin to v2.7.0 #​688
  • chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.1 #​687
  • chore(deps): update dependency org.mockito:mockito-core to v5.20.0 #​686
  • chore(deps): update dependency org.assertj:assertj-core to v3.27.5 #​684
  • fix(deps): update spring boot to v3.5.6 - autoclosed #​683
  • fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.37 #​682
  • chore(deps): update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.5.4 #​680
  • fix(deps): update spring boot to v3.5.5 #​676
  • chore(deps): update actions/setup-java action to v5 #​675
  • chore(deps): update codecov/codecov-action action to v5.5.0 #​674
  • fix(deps): update dependency io.github.oshai:kotlin-logging-jvm to v7.0.13 #​673
  • fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.36 #​672
  • chore(deps): update dependency org.mockito:mockito-core to v5.19.0 #​671
  • fix(deps): update kotlin monorepo to v2.2.10 #​670
  • chore(deps): update actions/checkout action to v5 #​669
  • chore(deps): update dependency python to 3.13 - autoclosed #​668
  • fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.35 - autoclosed #​666
  • fix(deps): update dependency io.github.oshai:kotlin-logging-jvm to v7.0.12 #​665
  • chore(deps): update dependency org.assertj:assertj-core to v3.27.4 #​664

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v7.23.4

Compare Source

🛠️ Chore

  • Upgrade to Spring 3.5 and Spring Cloud 2025 #​651
  • fix(deps): update kotlin monorepo to v2.2.0 #​650
  • fix(deps): update dependency org.camunda.community:community-hub-release-parent to v2.0.3 #​649
  • chore(deps): update dependency org.codehaus.mojo:license-maven-plugin to v2.6.0 #​648
  • fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.34 #​647
  • fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.33 #​646
  • fix(deps): update dependency io.holunda.camunda-api:camunda-bpm-engine-api to v2025 #​645
  • chore(deps): update dependency maven to v3.9.10 #​644
  • chore(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.6.1 #​642

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v7.23.3

Compare Source

🐛 Bug Fixes

  • VariableMapper should handle null values correctly #​638

v7.23.2

Compare Source

🚀 Enhancements & Features

  • Create a SPB starter bundling the OpenAPI client with required feign libs #​637
  • Separate Error Decoder from Exception creation #​636
  • Make client switchable #​634
  • Exposed mapper in a separate module #​633
  • Expose ValueMapper in external module #​632

🛠️ Chore

  • chore(deps): update dependency org.mockito:mockito-core to v5.18.0 #​631

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v7.23.1

Compare Source

🚀 Enhancements & Features

  • Support LockedExternalTask createTime #​629

🐛 Bug Fixes

  • Fix missing create time in LockedExternalTask #​630

🛠️ Chore

  • chore(deps): update codecov/codecov-action action to v5.4.3 #​628
  • fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.32 #​627
  • fix(deps): update kotlin monorepo to v2.1.21 #​626

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v7.23.0

Compare Source

🚀 Enhancements & Features

🛠️ Chore

  • fix(deps): update spring boot to v3.4.5 #​622
  • fix(deps): update dependency org.camunda.spin:camunda-spin-bom to v7.23.0 #​611

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v7.22.4

Compare Source

What's Changed

  • Use locally created converter instead of exposing it as a bean interfering with Spring MVC by @​zambrovski in #​621

  • fix(deps): update spring boot to v3.4.3 by @​renovate in #​596

  • chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.0 by @​renovate in #​597

  • chore(deps): update codecov/codecov-action action to v5.4.0 by @​renovate in #​598

  • chore(deps): update dependency org.openapitools:openapi-generator-maven-plugin to v7.12.0 by @​renovate in #​599

  • chore(deps): update dependency org.mockito:mockito-core to v5.16.0 by @​renovate in #​600

  • fix(deps): update spring boot to v3.4.4 by @​renovate in #​606

  • fix(deps): update dependency io.github.oshai:kotlin-logging-jvm to v7.0.5 by @​renovate in #​601

  • chore(deps): update dependency org.mockito:mockito-core to v5.16.1 by @​renovate in #​603

  • fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.29 by @​renovate in #​602

  • chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.13 by @​renovate in #​610

  • fix(deps): update dependency io.github.oshai:kotlin-logging-jvm to v7.0.6 - autoclosed by @​renovate in #​609

  • chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.3 by @​renovate in #​608

  • fix(deps): update dependency org.springframework.cloud:spring-cloud-dependencies to v2024.0.1 - autoclosed by @​renovate in #​604

  • chore(deps): update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.5.3 by @​renovate in #​607

  • fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.30 by @​renovate in #​613

  • fix(deps): update dependency org.camunda.spin:camunda-spin-bom to v7.23.0 by @​renovate in #​611

  • fix(deps): update kotlin monorepo to v2.1.20 by @​renovate in #​605

  • chore(deps): update codecov/codecov-action action to v5.4.2 by @​renovate in #​617

  • chore(deps): update dependency org.mockito:mockito-core to v5.17.0 by @​renovate in #​612

  • fix(deps): update dependency io.github.oshai:kotlin-logging-jvm to v7.0.7 by @​renovate in #​620

Full Changelog: camunda-community-hub/camunda-platform-7-rest-client-spring-boot@7.22.3...7.22.4

v7.22.3

Compare Source

🚀 Enhancements & Features

  • Replace old version of kotlin-logging with the new one on different maven coords and adjusted usage #​595
  • Kotlin-logging changed location and group id, migrate to new one and update version. #​594

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v7.22.2

Compare Source

🚀 Enhancements & Features

  • RepositoryService suspend/activate methods #​593
  • Support suspending and activating on repositoryService #​592

🛠️ Chore

  • chore(deps): update camunda-community-hub/community-action-maven-release action to v1.2.3 #​591
  • fix(deps): update kotlin monorepo to v2.1.10 #​590
  • fix(deps): update spring boot to v3.4.2 #​589
  • chore(deps): update codecov/codecov-action action to v5.3.1 #​588
  • chore(deps): update dependency org.openapitools:openapi-generator-maven-plugin to v7.11.0 #​587
  • chore(deps): update dependency org.assertj:assertj-core to v3.27.3 - autoclosed #​586
  • fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.28 #​585
  • chore(deps): update dependency org.assertj:assertj-core to v3.27.2 #​584
  • chore(deps): update dependency org.mockito:mockito-core to v5.15.2 #​583
  • chore(deps): update dependency org.assertj:assertj-core to v3.27.1 #​582
  • fix(deps): update spring boot to v3.4.1 #​581
  • chore(deps): update codecov/codecov-action action to v5.1.2 - autoclosed #​580
  • chore(deps): update dependency org.jetbrains.dokka:dokka-maven-plugin to v2 #​579
  • fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.27 #​578
  • chore(deps): update codecov/codecov-action action to v5.1.1 #​577

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v7.22.1

Compare Source

🐛 Bug Fixes

  • Make the library work with SPB 3.4.0 and SpringCLoud 2024.0.0 #​576

🛠️ Chore

  • chore(deps): update dependency org.codehaus.mojo:license-maven-plugin to v2.5.0 #​574
  • chore(deps): update kotlin monorepo to v2.1.0 #​573
  • fix(deps): update dependency org.springframework.cloud:spring-cloud-dependencies to v2023.0.4 #​572
  • chore(deps): update dependency org.openapitools:openapi-generator-maven-plugin to v7.10.0 #​570
  • fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.26 #​569
  • chore(deps): update codecov/codecov-action action to v5 #​568
  • chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.2 #​567
  • chore(deps): update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.5.2 #​566
  • chore(deps): update spring boot to v3.3.5 #​565
  • chore(deps): update dependency org.mockito:mockito-core to v5.14.2 [#​564](https://redirect.github.com/camunda-community-hub/camunda

Configuration

📅 Schedule: Branch creation - "after 8am and before 11am every weekday" in timezone Europe/London, Automerge - "before 4pm every weekday" in timezone Europe/London.

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 16, 2026
@renovate renovate bot force-pushed the renovate/spring-boot-related branch from 14de344 to a1bed6e Compare March 19, 2026 14:30
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 20, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@mounikahmcts mounikahmcts enabled auto-merge (squash) April 14, 2026 07:42
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants