Skip to content

build(deps): bump the backend-dependencies group with 14 updates#5

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/backend-dependencies-297755a0a2
Closed

build(deps): bump the backend-dependencies group with 14 updates#5
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/backend-dependencies-297755a0a2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the backend-dependencies group with 14 updates:

Package From To
org.springframework.boot:spring-boot-dependencies 3.5.10 4.0.3
org.springframework.boot:spring-boot-maven-plugin 3.5.10 4.0.3
io.camunda:camunda-spring-boot-starter 8.8.10 8.8.14
io.camunda:camunda-process-test-spring 8.8.10 8.8.14
org.postgresql:postgresql 42.7.9 42.7.10
org.mockito:mockito-core 5.21.0 5.22.0
org.mockito:mockito-junit-jupiter 5.21.0 5.22.0
org.apache.maven.plugins:maven-surefire-plugin 3.5.4 3.5.5
org.jetbrains.kotlin:kotlin-bom 2.3.0 2.3.10
org.jetbrains.kotlin:kotlin-maven-allopen 2.3.0 2.3.10
org.jetbrains.kotlin:kotlin-maven-noarg 2.3.0 2.3.10
org.jetbrains.kotlin:kotlin-maven-plugin 2.3.0 2.3.10
com.fasterxml.jackson.module:jackson-module-kotlin 2.21.0 2.21.1
org.junit:junit-bom 6.0.2 6.0.3

Updates org.springframework.boot:spring-boot-dependencies from 3.5.10 to 4.0.3

Release notes

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

v4.0.3

⭐ New Features

  • Add TWENTY_SIX to JavaVersion enum #49193

🐞 Bug Fixes

  • Jackson properties may not be applied correctly to RestClients #49223
  • ClassNotFoundException when using Actuator without spring-boot-health #49196
  • Using the OTel and Zipkin starters together creates invalid configuration #49183
  • Whitespace can be incorrectly removed when spring-boot-configuration-processor runs on multi-line javadoc #49060
  • Jackson2HttpMessageConvertersConfiguration uses ConditionOn Jackson3 XMLMapper class #49015
  • server.jetty.threads.max is ignored when using virtual threads #48989
  • Slice test includes fail to load when using spring-boot-starter-test-classic #48981
  • Docker credential helpers with file extensions cannot be executed on Windows #48979
  • Java version requirement check for native image is confusing if AOT didn't run #48963
  • TestPropertyValues.Pair.fromMapEntry(Entry<String, String>) does not comply with its nullability contract #48948

📔 Documentation

  • Couchbase and Kafka are incorrectly listed as supporting SSL with Docker Compose #49212
  • Document that use of non idiomatic format for '@Value' still apply for environment variables #49109
  • Document naming convention for custom test-scoped starters #49017
  • Delay removal of Jackson 2 support until 4.3 at the earliest #49010
  • LICENSE.txt and NOTICE.txt files have the wrong content in the latest releases #49003
  • ApplicationContextAssert documents a non-existent assertion in getFailure() #48977
  • Highlight the importance of the preStop hook when configuring Kubernetes probes #48946

🔨 Dependency Upgrades

  • Upgrade to AssertJ 3.27.7 #49095
  • Upgrade to Elasticsearch Client 9.2.5 #49184
  • Upgrade to Groovy 5.0.4 #49097
  • Upgrade to Hibernate 7.2.3.Final #49098
  • Upgrade to Hibernate 7.2.4.Final #49167
  • Upgrade to Jaybird 6.0.4 #49099
  • Upgrade to JBoss Logging 3.6.2.Final #49100
  • Upgrade to Jersey 4.0.2 #49101
  • Upgrade to Jetty 12.1.6 #49102
  • Upgrade to jOOQ 3.19.30 #49103
  • Upgrade to JUnit Jupiter 6.0.3 #49233
  • Upgrade to Logback 1.5.29 #49169
  • Upgrade to Logback 1.5.32 #49245
  • Upgrade to Micrometer 1.16.3 #49111
  • Upgrade to Micrometer Tracing 1.6.3 #49112
  • Upgrade to MongoDB 5.6.3 #49105
  • Upgrade to MySQL 9.6.0 #49106
  • Upgrade to Netty 4.2.10.Final #49107
  • Upgrade to Postgresql 42.7.10 #49202
  • Upgrade to Reactor Bom 2025.0.3 #49087

... (truncated)

Commits
  • 1ab1436 Release v4.0.3
  • 5cc488d Merge branch '3.5.x' into 4.0.x
  • 9138ae2 Next development version (v3.5.12-SNAPSHOT)
  • a7e63a7 Merge branch '3.5.x' into 4.0.x
  • 54ab3c5 Align "noteworthy" issues in release notes with Spring Framework
  • b3ae5b1 Merge branch '3.5.x' into 4.0.x
  • 996664f Temporarily switch Docker to overlay2
  • 1ce8743 Revert "Temporarily disable containerd snapshotter"
  • 5ba88c6 Temporarily disable containerd snapshotter
  • 1f1a88c Revert "Temporarily update system tests to use specific platform"
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-maven-plugin from 3.5.10 to 4.0.3

Release notes

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

v4.0.3

⭐ New Features

  • Add TWENTY_SIX to JavaVersion enum #49193

🐞 Bug Fixes

  • Jackson properties may not be applied correctly to RestClients #49223
  • ClassNotFoundException when using Actuator without spring-boot-health #49196
  • Using the OTel and Zipkin starters together creates invalid configuration #49183
  • Whitespace can be incorrectly removed when spring-boot-configuration-processor runs on multi-line javadoc #49060
  • Jackson2HttpMessageConvertersConfiguration uses ConditionOn Jackson3 XMLMapper class #49015
  • server.jetty.threads.max is ignored when using virtual threads #48989
  • Slice test includes fail to load when using spring-boot-starter-test-classic #48981
  • Docker credential helpers with file extensions cannot be executed on Windows #48979
  • Java version requirement check for native image is confusing if AOT didn't run #48963
  • TestPropertyValues.Pair.fromMapEntry(Entry<String, String>) does not comply with its nullability contract #48948

📔 Documentation

  • Couchbase and Kafka are incorrectly listed as supporting SSL with Docker Compose #49212
  • Document that use of non idiomatic format for '@Value' still apply for environment variables #49109
  • Document naming convention for custom test-scoped starters #49017
  • Delay removal of Jackson 2 support until 4.3 at the earliest #49010
  • LICENSE.txt and NOTICE.txt files have the wrong content in the latest releases #49003
  • ApplicationContextAssert documents a non-existent assertion in getFailure() #48977
  • Highlight the importance of the preStop hook when configuring Kubernetes probes #48946

🔨 Dependency Upgrades

  • Upgrade to AssertJ 3.27.7 #49095
  • Upgrade to Elasticsearch Client 9.2.5 #49184
  • Upgrade to Groovy 5.0.4 #49097
  • Upgrade to Hibernate 7.2.3.Final #49098
  • Upgrade to Hibernate 7.2.4.Final #49167
  • Upgrade to Jaybird 6.0.4 #49099
  • Upgrade to JBoss Logging 3.6.2.Final #49100
  • Upgrade to Jersey 4.0.2 #49101
  • Upgrade to Jetty 12.1.6 #49102
  • Upgrade to jOOQ 3.19.30 #49103
  • Upgrade to JUnit Jupiter 6.0.3 #49233
  • Upgrade to Logback 1.5.29 #49169
  • Upgrade to Logback 1.5.32 #49245
  • Upgrade to Micrometer 1.16.3 #49111
  • Upgrade to Micrometer Tracing 1.6.3 #49112
  • Upgrade to MongoDB 5.6.3 #49105
  • Upgrade to MySQL 9.6.0 #49106
  • Upgrade to Netty 4.2.10.Final #49107
  • Upgrade to Postgresql 42.7.10 #49202
  • Upgrade to Reactor Bom 2025.0.3 #49087

... (truncated)

Commits
  • 1ab1436 Release v4.0.3
  • 5cc488d Merge branch '3.5.x' into 4.0.x
  • 9138ae2 Next development version (v3.5.12-SNAPSHOT)
  • a7e63a7 Merge branch '3.5.x' into 4.0.x
  • 54ab3c5 Align "noteworthy" issues in release notes with Spring Framework
  • b3ae5b1 Merge branch '3.5.x' into 4.0.x
  • 996664f Temporarily switch Docker to overlay2
  • 1ce8743 Revert "Temporarily disable containerd snapshotter"
  • 5ba88c6 Temporarily disable containerd snapshotter
  • 1f1a88c Revert "Temporarily update system tests to use specific platform"
  • Additional commits viewable in compare view

Updates io.camunda:camunda-spring-boot-starter from 8.8.10 to 8.8.14

Release notes

Sourced from io.camunda:camunda-spring-boot-starter's releases.

8.8.14

version:8.8.14

Bug Fixes

Misc

  • OC API: custom requestTimeout is ignored for create process instance with result (#43991)
  • bpmnXML should not be requested when serving /v1/process-definitions/search endpoint (#30372)

Task

  • bpmnXML should not be requested when serving /v1/process-definitions/search endpoint (#30372)

Merged Pull Requests

  • fix: add wait between zcl operations for eventual consistency (#46152)
  • ci: re-enable failure notifications (#46105)
  • fix: exclude BPMN XML from search results in Elasticsearch and Opensearch (#45998)
  • fix: apply requestTimeout for createProcessInstanceWithResult in REST API and Java client (#45703)
  • feat: add Docker Build and Helm Integration Test workflow (#43480)
  • build: bump feel-scala to 1.19.5 (#46227)

8.8.13

version:8.8.13

Task

  • Add new commands for fetching resources to Camunda Java client (#31111)

Merged Pull Requests

  • fix: ensure ISM policy does not need recreating constantly (#45993)
  • perf: do not call getLength in LogAppendEntrySerializer (#45929)
  • feat: BufferWriter.write returns the written length (#44818)
  • fix: added client methods for resource endpoints (#43086)

8.8.12

version:8.8.12

Enhancements

Misc

  • [Spring SDK] Workflow for compatibility tests (#41948)
  • [Spring SDK] Add integration tests (#41947)
  • [CPT] Compatibility tests workflow (#41917)
  • [Camunda Client] Workflow for compatibility tests (#41916)

Bug Fixes

Java Client

  • [CPT] Slow test execution and test failures if the client prefers REST (#45667)

Misc

  • Unable to log in without explicitly configuring the OIDC callback/redirect URI (#45555)
  • Processes with variables with a dot in the name are breaking when a variable that's a prefix of the exist in the same process instance (#45136)
  • [CPT] Wait until remote engine is ready (#44995)
  • Client with revoked authorization can keep access by keeping authorization cache alive (#44844)
  • CPT: User task response does not return customHeaders field (#44731)
  • Big API response causes the Operate UI to crash when retrieving incidents (#44596)
  • Form from different tenant returned by Tasklist V1 (#44493)

Task

  • Flaky test: CamundaProcessTestExtensionMultiTenancyIT / CamundaSpringProcessMultiTenancyTestListenerIT (#44168)
  • Use alternative approach to size estimation using kyro serialisation when exporting (#44131)

Merged Pull Requests

  • fix: use sed to manually override client versions (#45953)

... (truncated)

Commits
  • a69d2de [maven-release-plugin] prepare release 8.8.14
  • 114376b build: bump feel-scala to 1.19.5 (#46227)
  • b1e0f3e Merge Release/optimize 8.8.6 into stable/8.8 (#46201)
  • cd2fd15 build: bump feel-scala to 1.19.5
  • 97817db [Backport stable/8.8] fix: add wait between zcl operations for eventual consi...
  • 79a2866 fix: add wait between zcl operations for eventual consistency
  • 8d39c81 build: fix XML formatting in POM files for spotless
  • 069212c build: add upgrade plan for 8.8.7
  • 9311b21 build: revert zeebe version to be dynamic
  • f45cf8a AlwaysGreen - Add SaaS Smoke Tests To 8.8 Branch (#46186)
  • Additional commits viewable in compare view

Updates io.camunda:camunda-process-test-spring from 8.8.10 to 8.8.14

Release notes

Sourced from io.camunda:camunda-process-test-spring's releases.

8.8.14

version:8.8.14

Bug Fixes

Misc

  • OC API: custom requestTimeout is ignored for create process instance with result (#43991)
  • bpmnXML should not be requested when serving /v1/process-definitions/search endpoint (#30372)

Task

  • bpmnXML should not be requested when serving /v1/process-definitions/search endpoint (#30372)

Merged Pull Requests

  • fix: add wait between zcl operations for eventual consistency (#46152)
  • ci: re-enable failure notifications (#46105)
  • fix: exclude BPMN XML from search results in Elasticsearch and Opensearch (#45998)
  • fix: apply requestTimeout for createProcessInstanceWithResult in REST API and Java client (#45703)
  • feat: add Docker Build and Helm Integration Test workflow (#43480)
  • build: bump feel-scala to 1.19.5 (#46227)

8.8.13

version:8.8.13

Task

  • Add new commands for fetching resources to Camunda Java client (#31111)

Merged Pull Requests

  • fix: ensure ISM policy does not need recreating constantly (#45993)
  • perf: do not call getLength in LogAppendEntrySerializer (#45929)
  • feat: BufferWriter.write returns the written length (#44818)
  • fix: added client methods for resource endpoints (#43086)

8.8.12

version:8.8.12

Enhancements

Misc

  • [Spring SDK] Workflow for compatibility tests (#41948)
  • [Spring SDK] Add integration tests (#41947)
  • [CPT] Compatibility tests workflow (#41917)
  • [Camunda Client] Workflow for compatibility tests (#41916)

Bug Fixes

Java Client

  • [CPT] Slow test execution and test failures if the client prefers REST (#45667)

Misc

  • Unable to log in without explicitly configuring the OIDC callback/redirect URI (#45555)
  • Processes with variables with a dot in the name are breaking when a variable that's a prefix of the exist in the same process instance (#45136)
  • [CPT] Wait until remote engine is ready (#44995)
  • Client with revoked authorization can keep access by keeping authorization cache alive (#44844)
  • CPT: User task response does not return customHeaders field (#44731)
  • Big API response causes the Operate UI to crash when retrieving incidents (#44596)
  • Form from different tenant returned by Tasklist V1 (#44493)

Task

  • Flaky test: CamundaProcessTestExtensionMultiTenancyIT / CamundaSpringProcessMultiTenancyTestListenerIT (#44168)
  • Use alternative approach to size estimation using kyro serialisation when exporting (#44131)

Merged Pull Requests

  • fix: use sed to manually override client versions (#45953)

... (truncated)

Commits
  • a69d2de [maven-release-plugin] prepare release 8.8.14
  • 114376b build: bump feel-scala to 1.19.5 (#46227)
  • b1e0f3e Merge Release/optimize 8.8.6 into stable/8.8 (#46201)
  • cd2fd15 build: bump feel-scala to 1.19.5
  • 97817db [Backport stable/8.8] fix: add wait between zcl operations for eventual consi...
  • 79a2866 fix: add wait between zcl operations for eventual consistency
  • 8d39c81 build: fix XML formatting in POM files for spotless
  • 069212c build: add upgrade plan for 8.8.7
  • 9311b21 build: revert zeebe version to be dynamic
  • f45cf8a AlwaysGreen - Add SaaS Smoke Tests To 8.8 Branch (#46186)
  • Additional commits viewable in compare view

Updates org.postgresql:postgresql from 42.7.9 to 42.7.10

Release notes

Sourced from org.postgresql:postgresql's releases.

v42.7.10

Changes

🐛 Bug Fixes

  • fix: process pending responses before fastpath to avoid protocol errors @​vlsi (#3913)

⬆️ Dependencies

Changelog

Sourced from org.postgresql:postgresql's changelog.

[42.7.10] (2026-02-11)

Changed

Fixed

Reverted

Commits
  • 27571c8 Update site for 42.7.10 release (#3936)
  • c7b512d Create DisabledIfServerGreater annotation for disabling tests for newer serve...
  • 47f7e3b fix non-standard strings failing test for version 19 (#3934)
  • d4cf420 Revert "fix: make all Calendar instances proleptic Gregorian (#3837) (#3887)"...
  • 6ea732c fix small issues in ConnectionFactoryImpl (#3929)
  • 95cecdb Migrate to Shadow 9
  • 5762c42 style: fix empty line before javadoc for checkstyle compliance
  • 1ac8d99 style: fix lambda argument indentation for checkstyle compliance
  • 3fab588 test: add autosave=always|never|conservative and cleanupSavepoints=true|false...
  • 9c20cc2 chore(deps): update github/codeql-action digest to 4bdb89f
  • Additional commits viewable in compare view

Updates io.camunda:camunda-process-test-spring from 8.8.10 to 8.8.14

Release notes

Sourced from io.camunda:camunda-process-test-spring's releases.

8.8.14

version:8.8.14

Bug Fixes

Misc

  • OC API: custom requestTimeout is ignored for create process instance with result (#43991)
  • bpmnXML should not be requested when serving /v1/process-definitions/search endpoint (#30372)

Task

  • bpmnXML should not be requested when serving /v1/process-definitions/search endpoint (#30372)

Merged Pull Requests

  • fix: add wait between zcl operations for eventual consistency (#46152)
  • ci: re-enable failure notifications (#46105)
  • fix: exclude BPMN XML from search results in Elasticsearch and Opensearch (#45998)
  • fix: apply requestTimeout for createProcessInstanceWithResult in REST API and Java client (#45703)
  • feat: add Docker Build and Helm Integration Test workflow (#43480)
  • build: bump feel-scala to 1.19.5 (#46227)

8.8.13

version:8.8.13

Task

  • Add new commands for fetching resources to Camunda Java client (#31111)

Merged Pull Requests

  • fix: ensure ISM policy does not need recreating constantly (#45993)
  • perf: do not call getLength in LogAppendEntrySerializer (#45929)
  • feat: BufferWriter.write returns the written length (#44818)
  • fix: added client methods for resource endpoints (#43086)

8.8.12

version:8.8.12

Enhancements

Misc

  • [Spring SDK] Workflow for compatibility tests (#41948)
  • [Spring SDK] Add integration tests (#41947)
  • [CPT] Compatibility tests workflow (#41917)
  • [Camunda Client] Workflow for compatibility tests (#41916)

Bug Fixes

Java Client

  • [CPT] Slow test execution and test failures if the client prefers REST (#45667)

Misc

  • Unable to log in without explicitly configuring the OIDC callback/redirect URI (#45555)
  • Processes with variables with a dot in the name are breaking when a variable that's a prefix of the exist in the same process instance (#45136)
  • [CPT] Wait until remote engine is ready (#44995)
  • Client with revoked authorization can keep access by keeping authorization cache alive (#44844)
  • CPT: User task response does not return customHeaders field (#44731)
  • Big API response causes the Operate UI to crash when retrieving incidents (#44596)
  • Form from different tenant returned by Tasklist V1 (#44493)

Task

  • Flaky test: CamundaProcessTestExtensionMultiTenancyIT / CamundaSpringProcessMultiTenancyTestListenerIT (#44168)
  • Use alternative approach to size estimation using kyro serialisation when exporting (#44131)

Merged Pull Requests

  • fix: use sed to manually override client versions (#45953)

... (truncated)

Commits
  • a69d2de [maven-release-plugin] prepare release 8.8.14
  • 114376b build: bump feel-scala to 1.19.5 (#46227)
  • b1e0f3e Merge Release/optimize 8.8.6 into stable/8.8 (#46201)
  • cd2fd15 build: bump feel-scala to 1.19.5
  • 97817db [Backport stable/8.8] fix: add wait between zcl operations for eventual consi...
  • 79a2866 fix: add wait between zcl operations for eventual consistency
  • 8d39c81 build: fix XML formatting in POM files for spotless
  • 069212c build: add upgrade plan for 8.8.7
  • 9311b21 build: revert zeebe version to be dynamic
  • f45cf8a AlwaysGreen - Add SaaS Smoke Tests To 8.8 Branch (#46186)
  • Additional commits viewable in compare view

Updates org.mockito:mockito-core from 5.21.0 to 5.22.0

Release notes

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

v5.22.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.22.0

Commits
  • 25f1395 Add core API to enable Kotlin singleton mocking (#3762)
  • ef9ee55 Avoids mocking private static methods, as well as package-private static meth...
  • d16fcfc Bump graalvm/setup-graalvm from 1.4.4 to 1.4.5 (#3780)
  • 27eb8a3 Clarify RETURNS_MOCKS behavior with sealed abstract enums (Java 15+) (#3773)
  • 9e5d449 Add tests for Sets utility class (#3771)
  • 8d9a62f Bump actions/upload-artifact from 5 to 6 (#3774)
  • See full diff in compare view

Updates org.mockito:mockito-junit-jupiter from 5.21.0 to 5.22.0

Release notes

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

v5.22.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.22.0

Commits
  • 25f1395 Add core API to enable Kotlin singleton mocking (#3762)
  • ef9ee55 Avoids mocking private static methods, as well as package-private static meth...
  • d16fcfc Bump graalvm/setup-graalvm from 1.4.4 to 1.4.5 (#3780)
  • 27eb8a3 Clarify RETURNS_MOCKS behavior with sealed abstract enums (Java 15+) (#3773)
  • 9e5d449 Add tests for Sets utility class (#3771)
  • 8d9a62f Bump actions/upload-artifact from 5 to 6 (#3774)
  • See full diff in compare view

Updates org.mockito:mockito-junit-jupiter from 5.21.0 to 5.22.0

Release notes

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

v5.22.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.22.0

Commits
  • 25f1395 Add core API to enable Kotlin singleton mocking (#3762)
  • ef9ee55 Avoids mocking private static methods, as well as package-private static meth...
  • d16fcfc Bump graalvm/setup-graalvm from 1.4.4 to 1.4.5 (#3780)
  • 27eb8a3 Clarify RETURNS_MOCKS behavior with sealed abstract enums (Java 15+) (#3773)
  • 9e5d449 Add tests for Sets utility class (#3771)
  • 8d9a62f Bump actions/upload-artifact from 5 to 6 (#3774)
  • See full diff in compare view

Updates org.springframework.boot:spring-boot-maven-plugin from 3.5.10 to 4.0.3

Release notes

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

v4.0.3

⭐ New Features

  • Add TWENTY_SIX to JavaVersion enum #49193

🐞 Bug Fixes

  • Jackson properties may not be applied correctly to RestClients #49223
  • ClassNotFoundException when using Actuator without spring-boot-health #49196
  • Using the OTel and Zipkin starters together creates invalid configuration #49183
  • Whitespace can be incorrectly removed when spring-boot-configuration-processor runs on multi-line javadoc #49060
  • Jackson2HttpMessageConvertersConfiguration uses ConditionOn Jackson3 XMLMapper class #49015
  • server.jetty.threads.max is ignored when using virtual threads #48989
  • Slice test includes fail to load when using spring-boot-starter-test-classic #48981
  • Docker credential helpers with file extensions cannot be executed on Windows #48979
  • Java version requirement check for native image is confusing if AOT didn't run #48963
  • TestPropertyValues.Pair.fromMapEntry(Entry<String, String>) does not comply with its nullability contract #48948

📔 Documentation

  • Couchbase and Kaf...

    Description has been truncated

Bumps the backend-dependencies group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `3.5.10` | `4.0.3` |
| [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) | `3.5.10` | `4.0.3` |
| [io.camunda:camunda-spring-boot-starter](https://github.com/camunda/camunda) | `8.8.10` | `8.8.14` |
| [io.camunda:camunda-process-test-spring](https://github.com/camunda/camunda) | `8.8.10` | `8.8.14` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.9` | `42.7.10` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.21.0` | `5.22.0` |
| [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | `5.21.0` | `5.22.0` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.4` | `3.5.5` |
| [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) | `2.3.0` | `2.3.10` |
| org.jetbrains.kotlin:kotlin-maven-allopen | `2.3.0` | `2.3.10` |
| org.jetbrains.kotlin:kotlin-maven-noarg | `2.3.0` | `2.3.10` |
| org.jetbrains.kotlin:kotlin-maven-plugin | `2.3.0` | `2.3.10` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.21.0` | `2.21.1` |
| [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `6.0.2` | `6.0.3` |


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

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

Updates `io.camunda:camunda-spring-boot-starter` from 8.8.10 to 8.8.14
- [Release notes](https://github.com/camunda/camunda/releases)
- [Changelog](https://github.com/camunda/camunda/blob/main/CHANGELOG.md)
- [Commits](camunda/camunda@8.8.10...8.8.14)

Updates `io.camunda:camunda-process-test-spring` from 8.8.10 to 8.8.14
- [Release notes](https://github.com/camunda/camunda/releases)
- [Changelog](https://github.com/camunda/camunda/blob/main/CHANGELOG.md)
- [Commits](camunda/camunda@8.8.10...8.8.14)

Updates `org.postgresql:postgresql` from 42.7.9 to 42.7.10
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.9...REL42.7.10)

Updates `io.camunda:camunda-process-test-spring` from 8.8.10 to 8.8.14
- [Release notes](https://github.com/camunda/camunda/releases)
- [Changelog](https://github.com/camunda/camunda/blob/main/CHANGELOG.md)
- [Commits](camunda/camunda@8.8.10...8.8.14)

Updates `org.mockito:mockito-core` from 5.21.0 to 5.22.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.21.0...v5.22.0)

Updates `org.mockito:mockito-junit-jupiter` from 5.21.0 to 5.22.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.21.0...v5.22.0)

Updates `org.mockito:mockito-junit-jupiter` from 5.21.0 to 5.22.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.21.0...v5.22.0)

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

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.4 to 3.5.5
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.4...surefire-3.5.5)

Updates `org.jetbrains.kotlin:kotlin-bom` from 2.3.0 to 2.3.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.3.0...v2.3.10)

Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 2.3.0 to 2.3.10

Updates `org.jetbrains.kotlin:kotlin-maven-noarg` from 2.3.0 to 2.3.10

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.3.0 to 2.3.10

Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 2.3.0 to 2.3.10

Updates `org.jetbrains.kotlin:kotlin-maven-noarg` from 2.3.0 to 2.3.10

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.3.0 to 2.3.10

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.21.0 to 2.21.1
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.21.0...jackson-module-kotlin-2.21.1)

Updates `org.junit:junit-bom` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.2...r6.0.3)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-version: 4.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend-dependencies
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-version: 4.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend-dependencies
- dependency-name: io.camunda:camunda-spring-boot-starter
  dependency-version: 8.8.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: io.camunda:camunda-process-test-spring
  dependency-version: 8.8.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: io.camunda:camunda-process-test-spring
  dependency-version: 8.8.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-dependencies
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-version: 5.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-dependencies
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-version: 5.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-dependencies
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-version: 4.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend-dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-version: 3.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-bom
  dependency-version: 2.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-version: 2.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-noarg
  dependency-version: 2.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-version: 2.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-version: 2.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-noarg
  dependency-version: 2.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-version: 2.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-version: 2.21.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: org.junit:junit-bom
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
...

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 Mar 1, 2026
@dependabot dependabot bot requested a review from emaarco as a code owner March 1, 2026 00:25
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 1, 2026
@emaarco
Copy link
Copy Markdown
Member

emaarco commented Mar 4, 2026

zeebe not yet spring boot 4 ready before 8.9 (or via adding a new dependency)

@emaarco emaarco closed this Mar 4, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 4, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/maven/backend-dependencies-297755a0a2 branch March 4, 2026 12:05
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