Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all-dependencies group across 1 directory with 14 updates #949

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2024

Bumps the all-dependencies group with 14 updates in the / directory:

Package From To
org.springframework.boot:spring-boot-starter-parent 3.3.1 3.3.2
io.confluent:kafka-avro-serializer 7.6.1 7.6.2
no.nav.familie.felles:sikkerhet 3.20240624143824_64bf8f2 3.20240715145751_fc025c1
no.nav.familie.felles:log 3.20240624143824_64bf8f2 3.20240715145751_fc025c1
no.nav.familie.felles:util 3.20240624143824_64bf8f2 3.20240715145751_fc025c1
no.nav.familie.felles:kafka 3.20240624143824_64bf8f2 3.20240715145751_fc025c1
no.nav.familie.felles:unleash 3.20240624143824_64bf8f2 3.20240715145751_fc025c1
no.nav.familie.felles:http-client 3.20240624143824_64bf8f2 3.20240715145751_fc025c1
org.flywaydb:flyway-database-postgresql 10.15.2 10.16.0
org.testcontainers:postgresql 1.19.8 1.20.0
io.mockk:mockk-jvm 1.13.11 1.13.12
io.cucumber:cucumber-java 7.18.0 7.18.1
io.cucumber:cucumber-junit-platform-engine 7.18.0 7.18.1
org.apache.maven.plugins:maven-surefire-plugin 3.3.0 3.3.1

Updates org.springframework.boot:spring-boot-starter-parent from 3.3.1 to 3.3.2

Release notes

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

v3.3.2

🐞 Bug Fixes

  • No configuration property for defaultTimeout setting that was introduced in Spring Integration 6.2 #41521
  • NPE during auto-configuration in OnClassCondition.resolveOutcomesThreaded because firstHalf is null #41504
  • Spring Authorization Server now defaults multipleIssuersAllowed to false and it cannot be easily re-enabled #41355
  • ServiceConnection does not work with @DataLdapTest #41325
  • PropertiesMigrationListener wrongly reports property as deprecated #41252
  • @NestedConfigurationProperty doesn't work on records #41251
  • TestcontainersLifecycleBeanPostProcessor does not work correctly with scoped beans #41238
  • Error message can be misleading if spring.config.import fails to resolve #41236
  • build-image failures after docker desktop update with 'Illegal char at index 5: npipe:////' #41234
  • When using Jetty, filters, listeners, and servlets are not initialized with the same thread context classloader #41225
  • DirtiesContext used with Webflux, a random port and multiple contexts causes multiple contexts to misbehave #41221
  • NoSuchMethodException on org.apache.activemq.ActiveMQConnectionFactory.<init> when using spring-boot-starter-activemq in a native image #41214

📔 Documentation

  • Fix documentation links in the README #41531
  • Document the types to which each spring.mvc.format and spring.webflux.format property applies #41518
  • Document that logging.file.name and logging.file.path cannot be used together #41516
  • Refine CDS how-to guide #41464
  • Fix typos in javadoc of BootstrapContext #41448
  • CDS link in "Efficient Deployments" documentation is broken #41321
  • Update Kotlin DSL examples that configure the environment of bootBuildImage to be additive #41270
  • Document tracing support for RestClient #41192
  • Documentation wrongly states that zipkin-sender-urlconnection is needed #41181

🔨 Dependency Upgrades

  • Upgrade to AspectJ 1.9.22.1 #41474
  • Upgrade to Byte Buddy 1.14.18 #41371
  • Upgrade to Dependency Management Plugin 1.1.6 #41372
  • Upgrade to GraphQL Java 22.1 #41219
  • Upgrade to Groovy 4.0.22 #41373
  • Upgrade to HttpCore5 5.2.5 #41374
  • Upgrade to Jackson Bom 2.17.2 #41375
  • Upgrade to Jetty 12.0.11 #41376
  • Upgrade to JsonAssert 1.5.3 #41377
  • Upgrade to JUnit Jupiter 5.10.3 #41378
  • Upgrade to Kafka 3.7.1 #41379
  • Upgrade to Lombok 1.18.34 #41380
  • Upgrade to Micrometer 1.13.2 #41298
  • Upgrade to Micrometer Tracing 1.3.2 #41299
  • Upgrade to MSSQL JDBC 12.6.3.jre11 #41381
  • Upgrade to Neo4j Java Driver 5.22.0 #41382
  • Upgrade to R2DBC MariaDB 1.2.1 #41383
  • Upgrade to Reactor Bom 2023.0.8 #41384
  • Upgrade to Spring Data Bom 2024.0.2 #41300
  • Upgrade to Spring Framework 6.1.11 #41301

... (truncated)

Commits
  • 2d0861d Release v3.3.2
  • 397f3f4 Merge branch '3.2.x' into 3.3.x
  • f5df7e7 Fix documentation links in the README
  • 6f745c7 Merge pull request #41531 from anbusampath
  • 3d29359 Update README to fix links to the docs
  • b7ff40e Merge pull request #41355 from opcooc
  • 1a6760e Polish "Add configuration property to allow multiple issuers"
  • b0b97fb Add configuration property to allow multiple issuers
  • f7780b4 Polish
  • 51646fb Upgrade to Spring Pulsar 1.1.2
  • Additional commits viewable in compare view

Updates io.confluent:kafka-avro-serializer from 7.6.1 to 7.6.2

Commits
  • 65843e3 Set Confluent to 7.6.2, Kafka to 7.6.2.
  • b454815 Merge pull request #3160 from confluentinc/revert-inmemory-cache-change
  • b169203 Revert recent change to in-memory cache
  • c7b2d0d Merge pull request #3158 from confluentinc/DGS-11418-2
  • ab26883 DGS-11418 Ensure aliases are properly qualified
  • 22f6421 Merge branch '7.5.x' into 7.6.x by rayokota
  • 3b280c4 Merge branch '7.4.x' into 7.5.x by rayokota
  • 0b6699d Merge pull request #3154 from confluentinc/pr_merge_from_7_3_x_to_7_4_x
  • 23e1655 Merge branch '7.4.x' into pr_merge_from_7_3_x_to_7_4_x
  • c7a36ec Merge branch '7.2.x' into 7.3.x by rayokota
  • Additional commits viewable in compare view

Updates no.nav.familie.felles:sikkerhet from 3.20240624143824_64bf8f2 to 3.20240715145751_fc025c1

Commits

Updates no.nav.familie.felles:log from 3.20240624143824_64bf8f2 to 3.20240715145751_fc025c1

Commits

Updates no.nav.familie.felles:util from 3.20240624143824_64bf8f2 to 3.20240715145751_fc025c1

Commits

Updates no.nav.familie.felles:kafka from 3.20240624143824_64bf8f2 to 3.20240715145751_fc025c1

Commits

Updates no.nav.familie.felles:unleash from 3.20240624143824_64bf8f2 to 3.20240715145751_fc025c1

Commits

Updates no.nav.familie.felles:http-client from 3.20240624143824_64bf8f2 to 3.20240715145751_fc025c1

Commits

Updates no.nav.familie.felles:log from 3.20240624143824_64bf8f2 to 3.20240715145751_fc025c1

Commits

Updates no.nav.familie.felles:util from 3.20240624143824_64bf8f2 to 3.20240715145751_fc025c1

Commits

Updates no.nav.familie.felles:kafka from 3.20240624143824_64bf8f2 to 3.20240715145751_fc025c1

Commits

Updates no.nav.familie.felles:unleash from 3.20240624143824_64bf8f2 to 3.20240715145751_fc025c1

Commits

Updates no.nav.familie.felles:http-client from 3.20240624143824_64bf8f2 to 3.20240715145751_fc025c1

Commits

Updates org.flywaydb:flyway-database-postgresql from 10.15.2 to 10.16.0

Updates org.testcontainers:postgresql from 1.19.8 to 1.20.0

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.20.0

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

... (truncated)

Commits

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

Release notes

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

1.13.12

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.11...1.13.12

Commits
  • cca4f1a Version bump
  • 5dc7491 Update bytebuddy dependency
  • 6b8c5eb Upgrade gradle
  • 4080a66 Upgrade the setup-gradle action
  • 69a861c Add Java 21
  • 8c45598 Merge pull request #1276 from xzhang-brex/multi-threading-support
  • cb0e2de Added doc for clearAllMocks(currentThreadOnly = true)
  • be36659 Added unit tests for currentThreadOnly.
  • 0d749b8 Updated the api definition files.
  • cead8a0 Removed unneccesary files.
  • Additional commits viewable in compare view

Updates io.cucumber:cucumber-java from 7.18.0 to 7.18.1

Release notes

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

v7.18.1

Changed

  • [Core] Include parameterized scenario name in JUnit and TestNG XML report

Fixed

Changelog

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

[7.18.1] - 2024-07-18

Changed

  • [Core] Include parameterized scenario name in JUnit and TestNG XML report

Fixed

Commits
  • d2929e3 Prepare release v7.18.1
  • 8112f7f Update dependency io.cucumber:html-formatter to v21.4.1 (#2907)
  • 6654102 chore(deps): update vertx.version to v4.5.9
  • 5a46bb9 fix(deps): update dependency org.springframework:spring-test to v6.1.11
  • 91d2d30 chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin...
  • dae8ec7 chore(deps): update dependency org.jsoup:jsoup to v1.18.1
  • d8d9618 fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.17.2
  • 85da54b Use import static for Assertions in archetype (#2899)
  • e9f99b1 chore(deps): update dependency org.skyscreamer:jsonassert to v1.5.3 (#2894)
  • 7b05275 fix(deps): update dependency org.junit:junit-bom to v5.10.3
  • Additional commits viewable in compare view

Updates io.cucumber:cucumber-junit-platform-engine from 7.18.0 to 7.18.1

Release notes

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

v7.18.1

Changed

  • [Core] Include parameterized scenario name in JUnit and TestNG XML report

Fixed

Changelog

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

[7.18.1] - 2024-07-18

Changed

  • [Core] Include parameterized scenario name in JUnit and TestNG XML report

Fixed

Commits
  • d2929e3 Prepare release v7.18.1
  • 8112f7f Update dependency io.cucumber:html-formatter to v21.4.1 (#2907)
  • 6654102 chore(deps): update vertx.version to v4.5.9
  • 5a46bb9 fix(deps): update dependency org.springframework:spring-test to v6.1.11
  • 91d2d30 chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin...
  • dae8ec7 chore(deps): update dependency org.jsoup:jsoup to v1.18.1
  • d8d9618 fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.17.2
  • 85da54b Use import static for Assertions in archetype (#2899)
  • e9f99b1 chore(deps): update dependency org.skyscreamer:jsonassert to v1.5.3 (#2894)
  • 7b05275 fix(deps): update dependency org.junit:junit-bom to v5.10.3
  • Additional commits viewable in compare view

Updates io.cucumber:cucumber-junit-platform-engine from 7.18.0 to 7.18.1

Release notes

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

v7.18.1

Changed

  • [Core] Include parameterized scenario name in JUnit and TestNG XML report

Fixed

Changelog

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

[7.18.1] - 2024-07-18

Changed

  • [Core] Include parameterized scenario name in JUnit and TestNG XML report

Fixed

Commits
  • d2929e3 Prepare release v7.18.1
  • 8112f7f Update dependency io.cucumber:html-formatter to v21.4.1 (#2907)
  • 6654102 chore(deps): update vertx.version to v4.5.9
  • 5a46bb9 fix(deps): update dependency org.springframework:spring-test to v6.1.11
  • 91d2d30 chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin...
  • dae8ec7 chore(deps): update dependency org.jsoup:jsoup to v1.18.1
  • d8d9618 fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.17.2
  • 85da54b Use import static for Assertions in archetype (#2899)
  • e9f99b1 chore(deps): update dependency org.skyscreamer:jsonassert to v1.5.3 (#2894)
  • 7b05275 fix(deps): update dependency org.junit:junit-bom to v5.10.3
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1

Commits
  • 7e45620 [maven-release-plugin] prepare release surefire-3.3.1
  • 561b4ca [SUREFIRE-2250] Surefire Test Report Schema properties element is not consist...
  • 6aaea8a [SUREFIRE-1360] Ability to disable properties for successfully passed tests
  • c17b92b Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.23 to 1.24
  • 748d9dc Fix typos
  • f8092e9 Improve time units
  • c670335 [SUREFIRE-1934] Ability to disable system-out/system-err for successfully pas...
  • bce1b39 Improve docs of linkXRef
  • 3c49ebd Bump org.htmlunit:htmlunit from 4.2.0 to 4.3.0
  • 6ff0f83 [SUREFIRE-2242] Plain test report does not include names of the skipped tests
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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-dependencies group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.3.1` | `3.3.2` |
| [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) | `7.6.1` | `7.6.2` |
| [no.nav.familie.felles:sikkerhet](https://github.com/navikt/familie-felles) | `3.20240624143824_64bf8f2` | `3.20240715145751_fc025c1` |
| [no.nav.familie.felles:log](https://github.com/navikt/familie-felles) | `3.20240624143824_64bf8f2` | `3.20240715145751_fc025c1` |
| [no.nav.familie.felles:util](https://github.com/navikt/familie-felles) | `3.20240624143824_64bf8f2` | `3.20240715145751_fc025c1` |
| [no.nav.familie.felles:kafka](https://github.com/navikt/familie-felles) | `3.20240624143824_64bf8f2` | `3.20240715145751_fc025c1` |
| [no.nav.familie.felles:unleash](https://github.com/navikt/familie-felles) | `3.20240624143824_64bf8f2` | `3.20240715145751_fc025c1` |
| [no.nav.familie.felles:http-client](https://github.com/navikt/familie-felles) | `3.20240624143824_64bf8f2` | `3.20240715145751_fc025c1` |
| org.flywaydb:flyway-database-postgresql | `10.15.2` | `10.16.0` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.19.8` | `1.20.0` |
| [io.mockk:mockk-jvm](https://github.com/mockk/mockk) | `1.13.11` | `1.13.12` |
| [io.cucumber:cucumber-java](https://github.com/cucumber/cucumber-jvm) | `7.18.0` | `7.18.1` |
| [io.cucumber:cucumber-junit-platform-engine](https://github.com/cucumber/cucumber-jvm) | `7.18.0` | `7.18.1` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.3.0` | `3.3.1` |



Updates `org.springframework.boot:spring-boot-starter-parent` from 3.3.1 to 3.3.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.1...v3.3.2)

Updates `io.confluent:kafka-avro-serializer` from 7.6.1 to 7.6.2
- [Commits](confluentinc/schema-registry@v7.6.1...v7.6.2)

Updates `no.nav.familie.felles:sikkerhet` from 3.20240624143824_64bf8f2 to 3.20240715145751_fc025c1
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:log` from 3.20240624143824_64bf8f2 to 3.20240715145751_fc025c1
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:util` from 3.20240624143824_64bf8f2 to 3.20240715145751_fc025c1
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:kafka` from 3.20240624143824_64bf8f2 to 3.20240715145751_fc025c1
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:unleash` from 3.20240624143824_64bf8f2 to 3.20240715145751_fc025c1
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:http-client` from 3.20240624143824_64bf8f2 to 3.20240715145751_fc025c1
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:log` from 3.20240624143824_64bf8f2 to 3.20240715145751_fc025c1
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:util` from 3.20240624143824_64bf8f2 to 3.20240715145751_fc025c1
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:kafka` from 3.20240624143824_64bf8f2 to 3.20240715145751_fc025c1
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:unleash` from 3.20240624143824_64bf8f2 to 3.20240715145751_fc025c1
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:http-client` from 3.20240624143824_64bf8f2 to 3.20240715145751_fc025c1
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `org.flywaydb:flyway-database-postgresql` from 10.15.2 to 10.16.0

Updates `org.testcontainers:postgresql` from 1.19.8 to 1.20.0
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.8...1.20.0)

Updates `io.mockk:mockk-jvm` from 1.13.11 to 1.13.12
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.11...1.13.12)

Updates `io.cucumber:cucumber-java` from 7.18.0 to 7.18.1
- [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.18.0...v7.18.1)

Updates `io.cucumber:cucumber-junit-platform-engine` from 7.18.0 to 7.18.1
- [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.18.0...v7.18.1)

Updates `io.cucumber:cucumber-junit-platform-engine` from 7.18.0 to 7.18.1
- [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.18.0...v7.18.1)

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

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: io.confluent:kafka-avro-serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.felles:sikkerhet
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.felles:log
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.felles:util
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.felles:kafka
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.felles:unleash
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.felles:http-client
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.felles:log
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.felles:util
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.felles:kafka
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.felles:unleash
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.felles:http-client
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: io.mockk:mockk-jvm
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: io.cucumber:cucumber-java
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: io.cucumber:cucumber-junit-platform-engine
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: io.cucumber:cucumber-junit-platform-engine
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner July 21, 2024 04:35
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 21, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 28, 2024

Superseded by #950.

@dependabot dependabot bot closed this Jul 28, 2024
@dependabot dependabot bot deleted the dependabot/maven/all-dependencies-9ec12f0507 branch July 28, 2024 04:12
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