Skip to content

build(deps): bump the all group across 1 directory with 8 updates#97

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/applications/all-180523fdc0
Open

build(deps): bump the all group across 1 directory with 8 updates#97
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/applications/all-180523fdc0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the all group with 7 updates in the /applications directory:

Package From To
org.springframework.boot:spring-boot-starter-parent 4.0.2 4.0.5
io.opentelemetry:opentelemetry-bom 1.58.0 1.60.1
io.cucumber:cucumber-java 7.34.2 7.34.3
io.cucumber:cucumber-spring 7.34.2 7.34.3
io.cucumber:cucumber-junit 7.34.2 7.34.3
io.cucumber:cucumber-junit-platform-engine 7.34.2 7.34.3
org.pitest:pitest-maven 1.22.1 1.23.0

Updates org.springframework.boot:spring-boot-starter-parent from 4.0.2 to 4.0.5

Release notes

Sourced from org.springframework.boot:spring-boot-starter-parent'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.opentelemetry:opentelemetry-bom from 1.58.0 to 1.60.1

Release notes

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

Version 1.60.1

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

SDK

Extensions

  • Autoconfigure: fix warning always emitted (#8157)

Version 1.60.0

API

  • Support W3C trace context random flag (#8012)
  • Clarify that SpanBuilder.setAttribute allows null values (#8072)

Incubating

  • Implement environment variable context propagation carriers (#8074)
  • Deprecate ExtendedAttributes, ExtendedAttributeKey, ExtendedAttributeType, ExtendedAttributesBuilder (#8060)
  • Deprecate peerServiceMapping accessor from InstrumentationConfigUtil (#8088)

SDK

Traces

  • Disable warning when using TraceIdRatioBasedSampler as root sampler (#8065)
  • User-supplied attributes take precedence over exception-derived attributes (#7993)
  • Exclude META-INF/maven from traces SDK shaded dependencies (#8096)
  • Fix inverted condition in LegacySpanProcessorInstrumentation#finishSpans (#8145)

Metrics

  • Split out cumulative vs. delta storage (#8015)
  • Add metrics for PeriodicMetricReader (#8038)
  • Allow configuring min/max in histograms (#8095)
  • Remove deprecated otel.experimental.metrics.cardinality.limit property (#8124)
  • BREAKING bug fix: GlobUtil and IncludePatternMatching, used in views and declarative config matching, previously were inconsistent in case sensitivity. If a glob char (* or ?) was present, it was evaluated with case sensitivity. If no glob chars were present, it was evaluated with case insensitivity. Now, all are consistently evaluated with case sensitivity. (#8152)

Logs

  • Stabilize LogRecordBuilder.setException (#8089)
  • Clarify setTimestamp javadoc for event timestamp behavior (#8104)

Exporters

  • OTLP: Fix marshaling for empty string attributes (#8014)
  • Prometheus: Update Prometheus client to 1.5.0 (#8080)
  • OTLP: Serialize exponential histogram sum as optional double (#8107)
  • OTLP: Use KeyManagerFactory.getDefaultAlgorithm() in TlsUtil.keyManager() (#8122)
  • OTLP: Ensure proto serializer idCache is cleared when exception is thrown (#8147)

... (truncated)

Changelog

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

Version 1.60.1 (2026-03-08)

SDK

Extensions

  • Autoconfigure: fix warning always emitted (#8157)

Version 1.60.0 (2026-03-06)

API

  • Support W3C trace context random flag (#8012)
  • Clarify that SpanBuilder.setAttribute allows null values (#8072)

Incubating

  • Implement environment variable context propagation carriers (#8074)
  • Deprecate ExtendedAttributes, ExtendedAttributeKey, ExtendedAttributeType, ExtendedAttributesBuilder (#8060)
  • Deprecate peerServiceMapping accessor from InstrumentationConfigUtil (#8088)

SDK

Traces

  • Disable warning when using TraceIdRatioBasedSampler as root sampler (#8065)
  • User-supplied attributes take precedence over exception-derived attributes (#7993)
  • Exclude META-INF/maven from traces SDK shaded dependencies (#8096)
  • Fix inverted condition in LegacySpanProcessorInstrumentation#finishSpans (#8145)

Metrics

  • Split out cumulative vs. delta storage (#8015)
  • Add metrics for PeriodicMetricReader (#8038)
  • Allow configuring min/max in histograms (#8095)
  • Remove deprecated otel.experimental.metrics.cardinality.limit property

... (truncated)

Commits
  • b1273b5 [release/v1.60.x] Prepare release 1.60.1 (#8161)
  • 76e74af Prepare changelog for 1.60.1 (#8160)
  • e4235e2 [release/v1.60.x] Fix warning always emitted (#8158)
  • 58a5590 [release/v1.60.x] Change GlobUtil, IncludeExcludePredicate to use case sensit...
  • 299d893 Add changelog entry for #8152 to 1.60.x release branch (#8154)
  • 5d329ae [release/v1.60.x] Prepare release 1.60.0 (#8151)
  • 99857c6 Prepare for 1.60.0 release (#8146)
  • 50f5607 Fix proto serializer (#8147)
  • e8920e7 Fix inverted condition in LegacySpanProcessorInstrumentation#finishSpans (#8145)
  • f08b49c fix(deps): update dependency com.squareup.wire:wire-bom to v5.5.1 (#8144)
  • Additional commits viewable in compare view

Updates io.cucumber:cucumber-java from 7.34.2 to 7.34.3

Release notes

Sourced from io.cucumber:cucumber-java's releases.

v7.34.3

Fixed

  • [Core] Update dependency io.cucumber:messages-ndjson to v0.3.2
  • [Core] Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1
Changelog

Sourced from io.cucumber:cucumber-java's changelog.

[7.34.3] - 2026-03-04

Fixed

  • [Core] Update dependency io.cucumber:messages-ndjson to v0.3.2
  • [Core] Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1
Commits
  • 590b109 Prepare release v7.34.3
  • 97e988d Update CHANGELOG
  • 3325250 Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1
  • dfb30e6 Prepare for the next development iteration
  • See full diff in compare view

Updates io.cucumber:cucumber-spring from 7.34.2 to 7.34.3

Release notes

Sourced from io.cucumber:cucumber-spring's releases.

v7.34.3

Fixed

  • [Core] Update dependency io.cucumber:messages-ndjson to v0.3.2
  • [Core] Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1
Changelog

Sourced from io.cucumber:cucumber-spring's changelog.

[7.34.3] - 2026-03-04

Fixed

  • [Core] Update dependency io.cucumber:messages-ndjson to v0.3.2
  • [Core] Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1
Commits
  • 590b109 Prepare release v7.34.3
  • 97e988d Update CHANGELOG
  • 3325250 Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1
  • dfb30e6 Prepare for the next development iteration
  • See full diff in compare view

Updates io.cucumber:cucumber-junit from 7.34.2 to 7.34.3

Release notes

Sourced from io.cucumber:cucumber-junit's releases.

v7.34.3

Fixed

  • [Core] Update dependency io.cucumber:messages-ndjson to v0.3.2
  • [Core] Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1
Changelog

Sourced from io.cucumber:cucumber-junit's changelog.

[7.34.3] - 2026-03-04

Fixed

  • [Core] Update dependency io.cucumber:messages-ndjson to v0.3.2
  • [Core] Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1
Commits
  • 590b109 Prepare release v7.34.3
  • 97e988d Update CHANGELOG
  • 3325250 Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1
  • dfb30e6 Prepare for the next development iteration
  • See full diff in compare view

Updates io.cucumber:cucumber-junit-platform-engine from 7.34.2 to 7.34.3

Release notes

Sourced from io.cucumber:cucumber-junit-platform-engine's releases.

v7.34.3

Fixed

  • [Core] Update dependency io.cucumber:messages-ndjson to v0.3.2
  • [Core] Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1
Changelog

Sourced from io.cucumber:cucumber-junit-platform-engine's changelog.

[7.34.3] - 2026-03-04

Fixed

  • [Core] Update dependency io.cucumber:messages-ndjson to v0.3.2
  • [Core] Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1
Commits
  • 590b109 Prepare release v7.34.3
  • 97e988d Update CHANGELOG
  • 3325250 Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1
  • dfb30e6 Prepare for the next development iteration
  • See full diff in compare view

Updates io.cucumber:cucumber-spring from 7.34.2 to 7.34.3

Release notes

Sourced from io.cucumber:cucumber-spring's releases.

v7.34.3

Fixed

  • [Core] Update dependency io.cucumber:messages-ndjson to v0.3.2
  • [Core] Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1
Changelog

Sourced from io.cucumber:cucumber-spring's changelog.

[7.34.3] - 2026-03-04

Fixed

  • [Core] Update dependency io.cucumber:messages-ndjson to v0.3.2
  • [Core] Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1
Commits
  • 590b109 Prepare release v7.34.3
  • 97e988d Update CHANGELOG
  • 3325250 Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1
  • dfb30e6 Prepare for the next development iteration
  • See full diff in compare view

Updates io.cucumber:cucumber-junit from 7.34.2 to 7.34.3

Release notes

Sourced from io.cucumber:cucumber-junit's releases.

v7.34.3

Fixed

  • [Core] Update dependency io.cucumber:messages-ndjson to v0.3.2
  • [Core] Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1
Changelog

Sourced from io.cucumber:cucumber-junit's changelog.

[7.34.3] - 2026-03-04

Fixed

  • [Core] Update dependency io.cucumber:messages-ndjson to v0.3.2
  • [Core] Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1
Commits
  • 590b109 Prepare release v7.34.3
  • 97e988d Update CHANGELOG
  • 3325250 Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1
  • dfb30e6 Prepare for the next development iteration
  • See full diff in compare view

Updates io.cucumber:cucumber-junit-platform-engine from 7.34.2 to 7.34.3

Release notes

Sourced from io.cucumber:cucumber-junit-platform-engine's releases.

v7.34.3

Fixed

  • [Core] Update dependency io.cucumber:messages-ndjson to v0.3.2
  • [Core] Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1
Changelog

Sourced from io.cucumber:cucumber-junit-platform-engine's changelog.

[7.34.3] - 2026-03-04

Fixed

  • [Core] Update dependency io.cucumber:messages-ndjson to v0.3.2
  • [Core] Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1
Commits
  • 590b109 Prepare release v7.34.3
  • 97e988d Update CHANGELOG
  • 3325250 Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1
  • dfb30e6 Prepare for the next development iteration
  • See full diff in compare view

Updates org.pitest:pitest-maven from 1.22.1 to 1.23.0

Release notes

Sourced from org.pitest:pitest-maven's releases.

1.23.0

  • #1455 move default history analysis to plugin
  • #1457 introduce new parameter for configuration directory
  • #1458 speculative measures to kill stubborn child processes
Commits
  • 7122150 Merge pull request #1458 from hcoles/feature/harder_shutdown
  • 614db4b rudely kill process from within shutdown hook
  • 39fa8c6 destroy child processes forcibly
  • 39f808e Merge pull request #1457 from hcoles/feature/config_dir
  • 61abe1e make config directory available to commandline and gradle
  • aedafe2 introduce new parameter for configuration directory
  • a98ee27 Merge pull request #1455 from hcoles/feature/move_incremental_analysis
  • 1b87fdd remove default history analysis
  • 15c8a25 Merge pull request #1453 from mlachenmayr-celonis/feat/token-permissions
  • dd74a3d EP-87 add token permissions to workflows
  • See full diff in compare view

Updates org.projectlombok:lombok from 1.18.42 to 1.18.44

Changelog

Sourced from org.projectlombok:lombok's changelog.

v1.18.44 (March 11th, 2026)

  • FEATURE: @Jacksonized now supports both Jackson2 and Jackson3; you'll get a warning until you configure which one (or even both!) you want lombok to generate. #3950.
  • BUGFIX: On JDK25, val and @ExtensionMethod could sometimes cause erroneous errors (in that you see errors but compilation succeeds anyway) using javac. #3947.
  • BUGFIX: @Jacksonized + fields marked transient would result in those transient fields being serialised which is surprising (and thus undesired) behaviour. #3936.
Commits
  • 17c78fe [version] pre-release version bump
  • 1edca70 [test][@Jacksonized] Test emission of warning when not choosing jackson ver...
  • e789e82 [test] Update the generation of eclipse test targets from JDK14 to JDK25.
  • a54cecd [trivial][changelog]
  • 3db0a6c [bugfix][@Jacksonized] javac handler of jacksonized checked for existing ja...
  • 12572fc [test] Adjusted tests to the new 'jackson version is a list' config key setup.
  • 0e9699c [changelog] Document implementation of Jackson3 support: #3950.
  • d441be1 [jacksonized] infrastructure for previous merge resolution: Changed to the co...
  • d62b2d5 Merge branch 'master' into cachescrubber-gh-3950
  • f49f0fe [test] Remove tests for deprecated @Logger(access = MODULE). They're deprec...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 7 updates in the /applications directory:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `4.0.2` | `4.0.5` |
| [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) | `1.58.0` | `1.60.1` |
| [io.cucumber:cucumber-java](https://github.com/cucumber/cucumber-jvm) | `7.34.2` | `7.34.3` |
| [io.cucumber:cucumber-spring](https://github.com/cucumber/cucumber-jvm) | `7.34.2` | `7.34.3` |
| [io.cucumber:cucumber-junit](https://github.com/cucumber/cucumber-jvm) | `7.34.2` | `7.34.3` |
| [io.cucumber:cucumber-junit-platform-engine](https://github.com/cucumber/cucumber-jvm) | `7.34.2` | `7.34.3` |
| [org.pitest:pitest-maven](https://github.com/hcoles/pitest) | `1.22.1` | `1.23.0` |



Updates `org.springframework.boot:spring-boot-starter-parent` from 4.0.2 to 4.0.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v4.0.2...v4.0.5)

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

Updates `io.cucumber:cucumber-java` from 7.34.2 to 7.34.3
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-jvm@v7.34.2...v7.34.3)

Updates `io.cucumber:cucumber-spring` from 7.34.2 to 7.34.3
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-jvm@v7.34.2...v7.34.3)

Updates `io.cucumber:cucumber-junit` from 7.34.2 to 7.34.3
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-jvm@v7.34.2...v7.34.3)

Updates `io.cucumber:cucumber-junit-platform-engine` from 7.34.2 to 7.34.3
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-jvm@v7.34.2...v7.34.3)

Updates `io.cucumber:cucumber-spring` from 7.34.2 to 7.34.3
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-jvm@v7.34.2...v7.34.3)

Updates `io.cucumber:cucumber-junit` from 7.34.2 to 7.34.3
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-jvm@v7.34.2...v7.34.3)

Updates `io.cucumber:cucumber-junit-platform-engine` from 7.34.2 to 7.34.3
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-jvm@v7.34.2...v7.34.3)

Updates `org.pitest:pitest-maven` from 1.22.1 to 1.23.0
- [Release notes](https://github.com/hcoles/pitest/releases)
- [Commits](hcoles/pitest@1.22.1...1.23.0)

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)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.opentelemetry:opentelemetry-bom
  dependency-version: 1.60.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: io.cucumber:cucumber-java
  dependency-version: 7.34.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.cucumber:cucumber-spring
  dependency-version: 7.34.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.cucumber:cucumber-junit
  dependency-version: 7.34.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.cucumber:cucumber-junit-platform-engine
  dependency-version: 7.34.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.cucumber:cucumber-spring
  dependency-version: 7.34.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.cucumber:cucumber-junit
  dependency-version: 7.34.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.cucumber:cucumber-junit-platform-engine
  dependency-version: 7.34.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.pitest:pitest-maven
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.projectlombok:lombok
  dependency-version: 1.18.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

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