Skip to content

build(deps): bump the backend-dependencies group with 22 updates#6

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/backend-dependencies-34b12b4bbc
Open

build(deps): bump the backend-dependencies group with 22 updates#6
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/backend-dependencies-34b12b4bbc

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the backend-dependencies group with 22 updates:

Package From To
org.springframework.boot:spring-boot-dependencies 3.5.10 4.0.5
org.springframework.boot:spring-boot-maven-plugin 3.5.10 4.0.5
io.camunda:camunda-spring-boot-starter 8.8.10 8.8.21
io.camunda:camunda-process-test-spring 8.8.10 8.8.21
org.postgresql:postgresql 42.7.9 42.7.10
org.mockito:mockito-core 5.21.0 5.23.0
org.mockito:mockito-junit-jupiter 5.21.0 5.23.0
org.apache.maven.plugins:maven-surefire-plugin 3.5.4 3.5.5
org.jetbrains.kotlin:kotlin-bom 2.3.0 2.3.20
org.jetbrains.kotlin:kotlin-maven-allopen 2.3.0 2.3.20
org.jetbrains.kotlin:kotlin-maven-noarg 2.3.0 2.3.20
org.jetbrains.kotlin:kotlin-maven-plugin 2.3.0 2.3.20
org.mockito.kotlin:mockito-kotlin 6.2.3 6.3.0
com.fasterxml.jackson.module:jackson-module-kotlin 2.21.0 2.21.2
org.junit:junit-bom 6.0.2 6.0.3
io.camunda.connector:connector-core 8.8.7 8.8.8
io.camunda.connector:connector-validation 8.8.7 8.8.8
io.camunda.connector:element-template-generator-core 8.8.7 8.8.8
io.camunda.connector:connector-test 8.8.7 8.8.8
io.camunda.connector:spring-boot-starter-camunda-connectors 8.8.7 8.8.8
org.projectlombok:lombok 1.18.42 1.18.44
org.apache.maven.plugins:maven-shade-plugin 3.6.1 3.6.2

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

Release notes

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

v4.0.5

🐞 Bug Fixes

  • Test starter for Spring Integration does not include Spring Integration test module #49784
  • Some sliced tests that import TransactionAutoConfiguration do not import TransactionManagerCustomizationAutoConfiguration #49782
  • WebSocket messaging's task executors are only auto-configured and stompWebSocketHandlerMapping is only forced to be eager when using Jackson #49753
  • WebSocket app fails to start when Jackson is on the classpath but there's no JsonMapper bean #49749
  • Metadata annotation processor ignores method-level @NestedConfigurationProperty when using constructor binding #49738
  • Override of property in external 'application.properties' or 'application.yaml' is ignored #49731
  • NativeImageResourceProvider does not find Flyway migration scripts in subdirectories #49706
  • Add @ConditionalOnWebApplication to NettyReactiveWebServerAutoConfiguration #49695
  • @GraphQlTest does not include @ControllerAdvice #49672

📔 Documentation

  • Fix incorrect indefinite articles in Javadoc #49727
  • Add some more Kotlin examples and trivial style fixes #49714
  • Overhaul Spring Session documentation following modularization #49704

🔨 Dependency Upgrades

  • Upgrade to Brave 6.3.1 #49763
  • Upgrade to Jackson 2 Bom 2.21.2 #49764
  • Upgrade to jOOQ 3.19.31 #49765
  • Upgrade to Netty 4.2.12.Final #49794
  • Upgrade to Tomcat 11.0.20 #49767
  • Upgrade to Zipkin Reporter 3.5.3 #49762

❤️ Contributors

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

@​Joowon-Seo, @​deejay1, @​dlwldnjs1009, @​kwondh5217, @​ljrmorgan, and @​quaff

v4.0.4

⚠️ Attention Required

  • OpenTelemetry's ZipkinSpanExporter has been deprecated and its support will be removed in Spring Boot 4.2. #49453
  • Jackson 2 has been upgraded to 2.21.1 in response to the Jackson team ending support for Jackson 2.20.x. #49389
  • Jackson has been upgraded to 3.1.0 in response to the Jackson team ending support for Jackson 3.0.x. #49383
  • The default value for server.tomcat.max-part-count has been increased from 10 to 50. This aligns it with Tomcat's own default and the default in Spring Boot 3.x. #49311

🐞 Bug Fixes

  • EndpointRequest request matcher for health groups is too complex #49649
  • "/cloudfoundryapplication" web path is not limited to Actuator #49646
  • Fix EndpointRequest.toLinks() when base-path is '/' #49617
  • Docker fails when a 'tcp://' address ends with a slash (for example 'tcp://docker:2375/') #49596
  • RSocket exposes duplicate endpoint for websocket setups #49593
  • Failure analysis for a missing mail sender is misleading #49582

... (truncated)

Commits
  • fe74b31 Release v4.0.5
  • e1d6e5a Merge branch '3.5.x' into 4.0.x
  • 6c9e52a Next development version (v3.5.14-SNAPSHOT)
  • a413e95 Upgrade to Netty 4.2.12.Final
  • c1694b5 Add missing Spring Integration test module to the relevant starter
  • 51ffdc6 Merge branch '3.5.x' into 4.0.x
  • 696a60e Full auto-configure transaction management in slice tests
  • ba70d41 Upgrade to Tomcat 11.0.20
  • fd94ca0 Upgrade to Netty 4.2.11.Final
  • 7e6833b Upgrade to jOOQ 3.19.31
  • Additional commits viewable in compare view

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

Release notes

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

v4.0.5

🐞 Bug Fixes

  • Test starter for Spring Integration does not include Spring Integration test module #49784
  • Some sliced tests that import TransactionAutoConfiguration do not import TransactionManagerCustomizationAutoConfiguration #49782
  • WebSocket messaging's task executors are only auto-configured and stompWebSocketHandlerMapping is only forced to be eager when using Jackson #49753
  • WebSocket app fails to start when Jackson is on the classpath but there's no JsonMapper bean #49749
  • Metadata annotation processor ignores method-level @NestedConfigurationProperty when using constructor binding #49738
  • Override of property in external 'application.properties' or 'application.yaml' is ignored #49731
  • NativeImageResourceProvider does not find Flyway migration scripts in subdirectories #49706
  • Add @ConditionalOnWebApplication to NettyReactiveWebServerAutoConfiguration #49695
  • @GraphQlTest does not include @ControllerAdvice #49672

📔 Documentation

  • Fix incorrect indefinite articles in Javadoc #49727
  • Add some more Kotlin examples and trivial style fixes #49714
  • Overhaul Spring Session documentation following modularization #49704

🔨 Dependency Upgrades

  • Upgrade to Brave 6.3.1 #49763
  • Upgrade to Jackson 2 Bom 2.21.2 #49764
  • Upgrade to jOOQ 3.19.31 #49765
  • Upgrade to Netty 4.2.12.Final #49794
  • Upgrade to Tomcat 11.0.20 #49767
  • Upgrade to Zipkin Reporter 3.5.3 #49762

❤️ Contributors

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

@​Joowon-Seo, @​deejay1, @​dlwldnjs1009, @​kwondh5217, @​ljrmorgan, and @​quaff

v4.0.4

⚠️ Attention Required

  • OpenTelemetry's ZipkinSpanExporter has been deprecated and its support will be removed in Spring Boot 4.2. #49453
  • Jackson 2 has been upgraded to 2.21.1 in response to the Jackson team ending support for Jackson 2.20.x. #49389
  • Jackson has been upgraded to 3.1.0 in response to the Jackson team ending support for Jackson 3.0.x. #49383
  • The default value for server.tomcat.max-part-count has been increased from 10 to 50. This aligns it with Tomcat's own default and the default in Spring Boot 3.x. #49311

🐞 Bug Fixes

  • EndpointRequest request matcher for health groups is too complex #49649
  • "/cloudfoundryapplication" web path is not limited to Actuator #49646
  • Fix EndpointRequest.toLinks() when base-path is '/' #49617
  • Docker fails when a 'tcp://' address ends with a slash (for example 'tcp://docker:2375/') #49596
  • RSocket exposes duplicate endpoint for websocket setups #49593
  • Failure analysis for a missing mail sender is misleading #49582

... (truncated)

Commits
  • fe74b31 Release v4.0.5
  • e1d6e5a Merge branch '3.5.x' into 4.0.x
  • 6c9e52a Next development version (v3.5.14-SNAPSHOT)
  • a413e95 Upgrade to Netty 4.2.12.Final
  • c1694b5 Add missing Spring Integration test module to the relevant starter
  • 51ffdc6 Merge branch '3.5.x' into 4.0.x
  • 696a60e Full auto-configure transaction management in slice tests
  • ba70d41 Upgrade to Tomcat 11.0.20
  • fd94ca0 Upgrade to Netty 4.2.11.Final
  • 7e6833b Upgrade to jOOQ 3.19.31
  • Additional commits viewable in compare view

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

Release notes

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

8.8.21

version:8.8.21

Bug Fixes

Misc

  • C8Run fails to start due to low disk space and then never starts again (#41726)
  • The C8Run Docker distribution can't be shut down using './shutdown.sh --docker' command (#37323)

Task

  • Add missing unit test for flush timer (#50003)

Merged Pull Requests

  • test: verify that after when batch is empty delay is not zero (#50015)
  • fix: removed unused jars in packager (#42684)
  • fix: skip check free disk space for ES to start (#41918)
  • fix: C8Run Docker shutdown docker fix (#41403)

8.8.20

version:8.8.20

Bug Fixes

Misc

  • Scheduled flush timer in CamundaExporter get starved under sustained load (#49820)
  • Clarify NOT_FOUND when correlating message start event with existing active instance (#49802)
  • NullPointerException for OperationType when handling BatchOperationChunkRecordValue (#49765)
  • Tasklist v2 variables search endpoint returns fewer variables (#46967)
  • Optimize cannot output JSON logs with Stackdriver (#45223)
  • Operate V1 decision instance search fails for standalone evaluated decisions (#44592)
  • C8Run doesn't start after it got terminated by a Windows reboot (#41727)
  • Timer Start events with a time cycle and start date in the past will not be executed on deployment (#38987)
  • NullPointerException in BpmnStateTransitionBehavior when executing runtime instructions for terminated process instance (#38481)
  • Release: Maven Release Plugin commits fail spotless check due to XML formatting inconsistency (#35247)
  • NullPointerException in FormResourceTransformer while formatting the parsing failure message (#26640)
  • Allow to change ilmMinAgeForDeleteArchivedIndices of retention policy (#22564)

Task

  • Make it easier to run Playwright tests in Operate (#48944)
  • Process instance archiving reindexes already archived process instances (#48200)
  • Only store task data when a user task is present (#47843)
  • Fix flakiness in OperateInternalApiGroupPermissionsIT.shouldBePermittedToSearchUsingInternalApi (#40672)
  • [CPT] Optimize integration tests (#36201)

Merged Pull Requests

  • Use G3-M cluster in e2e tests instead of Production M (#49843)
  • ci: CPT use empty connectors secret prefix as it's now mandatory (#49842)
  • fix: Trigger Exporter Flush If Flush Timer Exceded (#49832)
  • fix: Handle null operationType in BatchOperations gracefully (#49827)
  • fix: clarify NOT_FOUND error when correlating blocked message start events with active instances (#49804)
  • fix: disable system proxy in REST client WireMock tests to prevent flaky HTML 404s (#49747)
  • fix: when entry cannot be processed in time we should mark it as dropped (#49712)
  • test(cpt): Merge integration tests (#49687)
  • ci: trigger helm integration workflow on parent/pom.xml changes (#49686)
  • ci: add nodeSelector and tolerations for identity, optimize, and keycloak (#49554)
  • test: improve Playwright DX for all Tasklist tests (#49540)
  • feat: support configurable rate unit and fractional rates in load tester (#49531)
  • build: add skip-fe-build variable, overridable from command line (#49515)

... (truncated)

Commits
  • 9ca3988 [maven-release-plugin] prepare release 8.8.21
  • fcc9ce1 deps(identity): update identity to 8.8.10
  • e19ebe7 [Backport stable/8.8] test: verify that after when batch is empty delay is no...
  • c91b84a [Backport stable/8.8] fix: skip check free disk space for ES to start (#42144)
  • 852b76a Release 8.8.20 (#50032)
  • 89f4bf0 [Backport stable/8.8] fix: removed unused jars in packager (#43865)
  • aabfdf9 test: remove unnecessary config change from exporter test
  • d2c41a6 test: adjust CamundaExporter tests
  • 4728b24 build(project): update java compat versions
  • fdf9a60 fix: removed unused jars in packager
  • Additional commits viewable in compare view

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

Release notes

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

8.8.21

version:8.8.21

Bug Fixes

Misc

  • C8Run fails to start due to low disk space and then never starts again (#41726)
  • The C8Run Docker distribution can't be shut down using './shutdown.sh --docker' command (#37323)

Task

  • Add missing unit test for flush timer (#50003)

Merged Pull Requests

  • test: verify that after when batch is empty delay is not zero (#50015)
  • fix: removed unused jars in packager (#42684)
  • fix: skip check free disk space for ES to start (#41918)
  • fix: C8Run Docker shutdown docker fix (#41403)

8.8.20

version:8.8.20

Bug Fixes

Misc

  • Scheduled flush timer in CamundaExporter get starved under sustained load (#49820)
  • Clarify NOT_FOUND when correlating message start event with existing active instance (#49802)
  • NullPointerException for OperationType when handling BatchOperationChunkRecordValue (#49765)
  • Tasklist v2 variables search endpoint returns fewer variables (#46967)
  • Optimize cannot output JSON logs with Stackdriver (#45223)
  • Operate V1 decision instance search fails for standalone evaluated decisions (#44592)
  • C8Run doesn't start after it got terminated by a Windows reboot (#41727)
  • Timer Start events with a time cycle and start date in the past will not be executed on deployment (#38987)
  • NullPointerException in BpmnStateTransitionBehavior when executing runtime instructions for terminated process instance (#38481)
  • Release: Maven Release Plugin commits fail spotless check due to XML formatting inconsistency (#35247)
  • NullPointerException in FormResourceTransformer while formatting the parsing failure message (#26640)
  • Allow to change ilmMinAgeForDeleteArchivedIndices of retention policy (#22564)

Task

  • Make it easier to run Playwright tests in Operate (#48944)
  • Process instance archiving reindexes already archived process instances (#48200)
  • Only store task data when a user task is present (#47843)
  • Fix flakiness in OperateInternalApiGroupPermissionsIT.shouldBePermittedToSearchUsingInternalApi (#40672)
  • [CPT] Optimize integration tests (#36201)

Merged Pull Requests

  • Use G3-M cluster in e2e tests instead of Production M (#49843)
  • ci: CPT use empty connectors secret prefix as it's now mandatory (#49842)
  • fix: Trigger Exporter Flush If Flush Timer Exceded (#49832)
  • fix: Handle null operationType in BatchOperations gracefully (#49827)
  • fix: clarify NOT_FOUND error when correlating blocked message start events with active instances (#49804)
  • fix: disable system proxy in REST client WireMock tests to prevent flaky HTML 404s (#49747)
  • fix: when entry cannot be processed in time we should mark it as dropped (#49712)
  • test(cpt): Merge integration tests (#49687)
  • ci: trigger helm integration workflow on parent/pom.xml changes (#49686)
  • ci: add nodeSelector and tolerations for identity, optimize, and keycloak (#49554)
  • test: improve Playwright DX for all Tasklist tests (#49540)
  • feat: support configurable rate unit and fractional rates in load tester (#49531)
  • build: add skip-fe-build variable, overridable from command line (#49515)

... (truncated)

Commits
  • 9ca3988 [maven-release-plugin] prepare release 8.8.21
  • fcc9ce1 deps(identity): update identity to 8.8.10
  • e19ebe7 [Backport stable/8.8] test: verify that after when batch is empty delay is no...
  • c91b84a [Backport stable/8.8] fix: skip check free disk space for ES to start (#42144)
  • 852b76a Release 8.8.20 (#50032)
  • 89f4bf0 [Backport stable/8.8] fix: removed unused jars in packager (#43865)
  • aabfdf9 test: remove unnecessary config change from exporter test
  • d2c41a6 test: adjust CamundaExporter tests
  • 4728b24 build(project): update java compat versions
  • fdf9a60 fix: removed unused jars in packager
  • 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.21

Release notes

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

8.8.21

version:8.8.21

Bug Fixes

Misc

  • C8Run fails to start due to low disk space and then never starts again (#41726)
  • The C8Run Docker distribution can't be shut down using './shutdown.sh --docker' command (#37323)

Task

  • Add missing unit test for flush timer (#50003)

Merged Pull Requests

  • test: verify that after when batch is empty delay is not zero (#50015)
  • fix: removed unused jars in packager (#42684)
  • fix: skip check free disk space for ES to start (#41918)
  • fix: C8Run Docker shutdown docker fix (#41403)

8.8.20

version:8.8.20

Bug Fixes

Misc

  • Scheduled flush timer in CamundaExporter get starved under sustained load (#49820)
  • Clarify NOT_FOUND when correlating message start event with existing active instance (#49802)
  • NullPointerException for OperationType when handling BatchOperationChunkRecordValue (#49765)
  • Tasklist v2 variables search endpoint returns fewer variables (#46967)
  • Optimize cannot output JSON logs with Stackdriver (#45223)
  • Operate V1 decision instance search fails for standalone evaluated decisions (#44592)
  • C8Run doesn't start after it got terminated by a Windows reboot (#41727)
  • Timer Start events with a time cycle and start date in the past will not be executed on deployment (#38987)
  • NullPointerException in BpmnStateTransitionBehavior when executing runtime instructions for terminated process instance (#38481)
  • Release: Maven Release Plugin commits fail spotless check due to XML formatting inconsistency (#35247)
  • NullPointerException in FormResourceTransformer while formatting the parsing failure message (#26640)
  • Allow to change ilmMinAgeForDeleteArchivedIndices of retention policy (#22564)

Task

  • Make it easier to run Playwright tests in Operate (#48944)
  • Process instance archiving reindexes already archived process instances (#48200)
  • Only store task data when a user task is present (#47843)
  • Fix flakiness in OperateInternalApiGroupPermissionsIT.shouldBePermittedToSearchUsingInternalApi (#40672)
  • [CPT] Optimize integration tests (#36201)

Merged Pull Requests

  • Use G3-M cluster in e2e tests instead of Production M (#49843)
  • ci: CPT use empty connectors secret prefix as it's now mandatory (#49842)
  • fix: Trigger Exporter Flush If Flush Timer Exceded (#49832)
  • fix: Handle null operationType in BatchOperations gracefully (#49827)
  • fix: clarify NOT_FOUND error when correlating blocked message start events with active instances (#49804)
  • fix: disable system proxy in REST client WireMock tests to prevent flaky HTML 404s (#49747)
  • fix: when entry cannot be processed in time we should mark it as dropped (#49712)
  • test(cpt): Merge integration tests (#49687)
  • ci: trigger helm integration workflow on parent/pom.xml changes (#49686)
  • ci: add nodeSelector and tolerations for identity, optimize, and keycloak (#49554)
  • test: improve Playwright DX for all Tasklist tests (#49540)
  • feat: support configurable rate unit and fractional rates in load tester (#49531)
  • build: add skip-fe-build variable, overridable from command line (#49515)

... (truncated)

Commits
  • 9ca3988 [maven-release-plugin] prepare release 8.8.21
  • fcc9ce1 deps(identity): update identity to 8.8.10
  • e19ebe7 [Backport stable/8.8] test: verify that after when batch is empty delay is no...
  • c91b84a [Backport stable/8.8] fix: skip check free disk space for ES to start (#42144)
  • 852b76a Release 8.8.20 (#50032)
  • 89f4bf0 [Backport stable/8.8] fix: removed unused jars in packager (#43865)
  • aabfdf9 test: remove unnecessary config change from exporter test
  • d2c41a6 test: adjust CamundaExporter tests
  • 4728b24 build(project): update java compat versions
  • fdf9a60 fix: removed unused jars in packager
  • Additional commits viewable in compare view

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

Release notes

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

v5.23.0

NOTE: Breaking change for Android

The mockito-android artifact has a breaking change: tests now require a device or emulator based on API 28+ (Android P). This is to enable new support for mocking Kotlin classes. See #3788 for more details.


Changelog generated by Shipkit Changelog Gradle Plugin

5.23.0

v5.22.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.22.0

Commits
  • a231205 Fix StackOverflowError with AbstractList after using mockSingleton (#3790)
  • f6a91a6 Replace mockito-android mock maker implementation with dexmaker-mockito-inlin...
  • aa2298a fix: make spotless happy
  • a6729d6 chore: update BDDMockito with jspecify annotation
  • bb83c92 chore: move jspecify as a compile only dependency
  • 47a4695 chore: add jspecify with minimal change. Fixes #3503
  • 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)
  • Additional commits viewable in compare view

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

Release notes

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

v5.23.0

NOTE: Breaking change for Android

The mockito-android artifact has a breaking change: tests now require a device or emulator based on API 28+ (Android P). This is to enable new support for mocking Kotlin classes. See #3788 for more details.


Changelog generated by Shipkit Changelog Gradle Plugin

5.23.0

v5.22.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.22.0

Commits
  • a231205 Fix StackOverflowError with AbstractList after using mockSingleton (#3790)
  • f6a91a6 Replace mockito-android mock maker implementation with dexmaker-mockito-inlin...
  • aa2298a fix: make spotless happy
  • a6729d6 chore: update BDDMockito with jspecify annotation
  • bb83c92 chore: move jspecify as a compile only dependency
  • 47a4695 chore: add jspecify with minimal change. Fixes #3503
  • 25f1395 Add core API to enable Kotlin singleton mocking (

Bumps the backend-dependencies group with 22 updates:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `3.5.10` | `4.0.5` |
| [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) | `3.5.10` | `4.0.5` |
| [io.camunda:camunda-spring-boot-starter](https://github.com/camunda/camunda) | `8.8.10` | `8.8.21` |
| [io.camunda:camunda-process-test-spring](https://github.com/camunda/camunda) | `8.8.10` | `8.8.21` |
| [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.23.0` |
| [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | `5.21.0` | `5.23.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.20` |
| org.jetbrains.kotlin:kotlin-maven-allopen | `2.3.0` | `2.3.20` |
| org.jetbrains.kotlin:kotlin-maven-noarg | `2.3.0` | `2.3.20` |
| org.jetbrains.kotlin:kotlin-maven-plugin | `2.3.0` | `2.3.20` |
| [org.mockito.kotlin:mockito-kotlin](https://github.com/mockito/mockito-kotlin) | `6.2.3` | `6.3.0` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.21.0` | `2.21.2` |
| [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `6.0.2` | `6.0.3` |
| io.camunda.connector:connector-core | `8.8.7` | `8.8.8` |
| io.camunda.connector:connector-validation | `8.8.7` | `8.8.8` |
| io.camunda.connector:element-template-generator-core | `8.8.7` | `8.8.8` |
| io.camunda.connector:connector-test | `8.8.7` | `8.8.8` |
| io.camunda.connector:spring-boot-starter-camunda-connectors | `8.8.7` | `8.8.8` |
| [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.42` | `1.18.44` |
| [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) | `3.6.1` | `3.6.2` |


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

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

Updates `io.camunda:camunda-spring-boot-starter` from 8.8.10 to 8.8.21
- [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.21)

Updates `io.camunda:camunda-process-test-spring` from 8.8.10 to 8.8.21
- [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.21)

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

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

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

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

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

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

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

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

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

Updates `org.mockito.kotlin:mockito-kotlin` from 6.2.3 to 6.3.0
- [Release notes](https://github.com/mockito/mockito-kotlin/releases)
- [Commits](mockito/mockito-kotlin@v6.2.3...v6.3.0)

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

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

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

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

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)

Updates `io.camunda.connector:connector-core` from 8.8.7 to 8.8.8

Updates `io.camunda.connector:connector-validation` from 8.8.7 to 8.8.8

Updates `io.camunda.connector:element-template-generator-core` from 8.8.7 to 8.8.8

Updates `io.camunda.connector:connector-test` from 8.8.7 to 8.8.8

Updates `io.camunda.connector:spring-boot-starter-camunda-connectors` from 8.8.7 to 8.8.8

Updates `io.camunda.connector:connector-validation` from 8.8.7 to 8.8.8

Updates `io.camunda.connector:element-template-generator-core` from 8.8.7 to 8.8.8

Updates `org.projectlombok:lombok` from 1.18.42 to 1.18.44
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.42...v1.18.44)

Updates `io.camunda.connector:connector-test` from 8.8.7 to 8.8.8

Updates `io.camunda.connector:spring-boot-starter-camunda-connectors` from 8.8.7 to 8.8.8

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

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-version: 4.0.5
  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.5
  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.21
  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.21
  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.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.23.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.23.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.23.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.5
  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.20
  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.20
  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.20
  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.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: org.mockito.kotlin:mockito-kotlin
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-version: 2.3.20
  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.20
  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.20
  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.2
  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
- dependency-name: io.camunda.connector:connector-core
  dependency-version: 8.8.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: io.camunda.connector:connector-validation
  dependency-version: 8.8.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: io.camunda.connector:element-template-generator-core
  dependency-version: 8.8.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: io.camunda.connector:connector-test
  dependency-version: 8.8.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: io.camunda.connector:spring-boot-starter-camunda-connectors
  dependency-version: 8.8.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: io.camunda.connector:connector-validation
  dependency-version: 8.8.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: io.camunda.connector:element-template-generator-core
  dependency-version: 8.8.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: org.projectlombok:lombok
  dependency-version: 1.18.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: io.camunda.connector:connector-test
  dependency-version: 8.8.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: io.camunda.connector:spring-boot-starter-camunda-connectors
  dependency-version: 8.8.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-version: 3.6.2
  dependency-type: direct:development
  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 Apr 1, 2026
@dependabot dependabot bot requested a review from emaarco as a code owner April 1, 2026 00:35
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.

0 participants