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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

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

Package From To
org.opensearch.client:opensearch-rest-high-level-client 2.15.0 2.16.0
org.springdoc:springdoc-openapi-starter-webmvc-ui 2.5.0 2.6.0
net.logstash.logback:logstash-logback-encoder 7.4 8.0
no.nav.security:token-validation-spring 5.0.1 5.0.5
no.nav.security:token-client-spring 5.0.1 5.0.5
no.nav.klage:klage-kodeverk 1.8.39 1.8.40
org.springframework.retry:spring-retry 2.0.6 2.0.8
org.testcontainers:testcontainers 1.19.8 1.20.1
org.testcontainers:junit-jupiter 1.19.8 1.20.1
org.testcontainers:elasticsearch 1.19.8 1.20.1
io.mockk:mockk 1.13.11 1.13.12
org.springframework.boot 3.3.2 3.3.3
jvm 2.0.0 2.0.20
plugin.spring 2.0.0 2.0.20

Updates org.opensearch.client:opensearch-rest-high-level-client from 2.15.0 to 2.16.0

Release notes

Sourced from org.opensearch.client:opensearch-rest-high-level-client's releases.

2.16.0

2024-07-24 Version 2.16.0 Release Notes

[2.16.0]

Added

  • Add fingerprint ingest processor (#13724)
  • [Remote Store] Rate limiter for remote store low priority uploads (#14374)
  • Apply the date histogram rewrite optimization to range aggregation (#13865)
  • [Writable Warm] Add composite directory implementation and integrate it with FileCache (12782)
  • [Workload Management] Add QueryGroup schema (13669)
  • Add batching supported processor base type AbstractBatchingProcessor (#14554)
  • Fix race condition while parsing derived fields from search definition (14445)
  • Add strict_allow_templates dynamic mapping option (#14555)
  • Add allowlist setting for ingest-common and search-pipeline-common processors (#14439)
  • [Workload Management] add queryGroupId header propagator across requests and nodes (#14614)
  • Create SystemIndexRegistry with helper method matchesSystemIndex (#14415)
  • Print reason why parent task was cancelled (#14604)
  • Add matchesPluginSystemIndexPattern to SystemIndexRegistry (#14750)
  • Add Plugin interface for loading application based configuration templates ((#14659))
  • Refactor remote-routing-table service inline with remote state interfaces(#14668)
  • Add shard-diff path to diff manifest to reduce number of read calls remote store ((#14684))
  • Add SortResponseProcessor to Search Pipelines ((#14785))
  • Add prefix mode verification setting for repository verification ((#14790))
  • Add SplitResponseProcessor to Search Pipelines ((#14800))
  • Optimize TransportNodesAction to not send DiscoveryNodes for NodeStats, NodesInfo and ClusterStats call (14749)
  • Reduce logging in DEBUG for MasterService:run (#14795)
  • Refactor remote-routing-table service inline with remote state interfaces(#14668)
  • Add rest, transport layer changes for hot to warm tiering - dedicated setup ((#13980)
  • Enabling term version check on local state for all ClusterManager Read Transport Actions (#14273)
  • Optimize Cluster Stats Indices to precomute node level stats (#14426)
  • Create listener to refresh search thread resource usage (#14832)
  • Add logic to create index templates (v2) using context field (#14811)

Dependencies

  • Update to Apache Lucene 9.11.1 (#14042, #14576)
  • Bump netty from 4.1.110.Final to 4.1.111.Final (#14356)
  • Bump org.wiremock:wiremock-standalone from 3.3.1 to 3.6.0 (#14361)
  • Bump reactor from 3.5.17 to 3.5.19 (#14395, #14697)
  • Bump reactor-netty from 1.1.19 to 1.1.21 (#14395, #14697)
  • Bump commons-net:commons-net from 3.10.0 to 3.11.1 (#14396)
  • Bump com.nimbusds:nimbus-jose-jwt from 9.37.3 to 9.40 (#14398)
  • Bump org.apache.commons:commons-configuration2 from 2.10.1 to 2.11.0 (#14399)
  • Bump com.gradle.develocity from 3.17.4 to 3.17.5 (#14397)
  • Bump opentelemetry from 1.36.0 to 1.40.0 (#14457, #14674)
  • Bump opentelemetry-semconv from 1.25.0-alpha to 1.26.0-alpha (#14674)
  • Bump azure-identity from 1.11.4 to 1.13.0, Bump msal4j from 1.14.3 to 1.15.1, Bump msal4j-persistence-extension from 1.2.0 to 1.3.0 (#14506)
  • Bump com.azure:azure-storage-common from 12.21.2 to 12.25.1 (#14517)
  • Bump com.microsoft.azure:msal4j from 1.15.1 to 1.16.0 (#14610)
  • Bump com.github.spullara.mustache.java:compiler from 0.9.13 to 0.9.14 (#14672)
  • Bump net.minidev:accessors-smart from 2.5.0 to 2.5.1 (#14673)

... (truncated)

Commits

Updates org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.5.0 to 2.6.0

Release notes

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's releases.

springdoc-openapi v2.6.0 released!

What's Changed

New Contributors

Added

  • #2561 - NPE occurs when outputting an OpenAPI document since 2.5.0
  • #2579 - Add support for leading tab characters with trim-kotlin-indent.
  • #2589 - Pass HttpRequest to ServerBaseUrlCustomizer
  • #2596, #2600 - consumes and produces calculation. Fixes
  • #2625, #2626 - Replace Page schema with PagedModel when pageSerializationMode is set to VIA_DTO
  • #2627 - Ensure compatibility with previous version of spring data
  • #2576 - GroupedApi orders by displayName instead of name.
  • #2584 - Dynamically define ApiGroups does not work.
  • #2595 - Spring security support of @​RegisteredOAuth2AuthorizedClient

Changed

  • Upgrade spring-boot to 3.3.0
  • Upgrade swagger-core to 2.2.22
  • Upgrade swagger-ui to 5.17.14
  • Upgrade spring-cloud-function to 4.1.2
  • Upgrade spring-security-oauth2-authorization-server to 1.3.0

Fixed

  • #2577 - Fix missing exception response types in OpenAPI spec
  • #2591 - When an entity class contains fields of Class type, an infinite loop.
  • #2603 - PolymorphicModelConverter only handles direct subtypes and misses indirect.
  • #2606 - Spring Authorization Server Metadata Endpoint not compatible.
  • #2621 - Content-type for POST endpoints with multipart/form-data does not work since v2.4.0.
  • #2622 - Kotlin enums are always marked as required if used in Java controllers.
  • #2601 - Multiple Superclasses Are Not Mapped To Multiple allOf If Used In Different Services.
  • #2597 - Polymorphic fields on polymorphic parents don't get correct oneOf docs generated.

Full Changelog: springdoc/springdoc-openapi@v2.5.0...v2.6.0

Changelog

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's changelog.

[2.6.0] - 2024-06-30

Added

  • #2561 - NPE occurs when outputting an OpenAPI document since 2.5.0
  • #2579 - Add support for leading tab characters with trim-kotlin-indent.
  • #2589 - Pass HttpRequest to ServerBaseUrlCustomizer
  • #2596, #2600 - consumes and produces calculation. Fixes
  • #2625, #2626 - Replace Page schema with PagedModel when pageSerializationMode is set to VIA_DTO
  • #2627 - Ensure compatibility with previous version of spring data
  • #2576 - GroupedApi orders by displayName instead of name.
  • #2584 - Dynamically define ApiGroups does not work.
  • #2595 - Spring security support of @​RegisteredOAuth2AuthorizedClient

Changed

  • Upgrade spring-boot to 3.3.0
  • Upgrade swagger-core to 2.2.22
  • Upgrade swagger-ui to 5.17.14
  • Upgrade spring-cloud-function to 4.1.2
  • Upgrade spring-security-oauth2-authorization-server to 1.3.0

Fixed

  • #2577 - Fix missing exception response types in OpenAPI spec
  • #2591 - When an entity class contains fields of Class type, an infinite loop.
  • #2603 - PolymorphicModelConverter only handles direct subtypes and misses indirect.
  • #2606 - Spring Authorization Server Metadata Endpoint not compatible.
  • #2621 - Content-type for POST endpoints with multipart/form-data does not work since v2.4.0.
  • #2622 - Kotlin enums are always marked as required if used in Java controllers.
  • #2601 - Multiple Superclasses Are Not Mapped To Multiple allOf If Used In Different Services.
  • #2597 - Polymorphic fields on polymorphic parents don't get correct oneOf docs generated.
Commits
  • c1523b5 [maven-release-plugin] prepare release v2.6.0
  • 935b984 Polymorphic fields on polymorphic parents don't get correct oneOf docs genera...
  • 8a1e0ad Multiple Superclasses Are Not Mapped To Multiple allOf If Used In Different S...
  • fa35308 @​Schema and description not picked up for polymorphic attributes. Fixes #2620
  • cd9778f Kotlin enums are always marked as required if used in Java controllers. Fixes...
  • 42de831 Kotlin enums are always marked as required if used in Java controllers. Fixes...
  • 524c5fa Kotlin enums are always marked as required if used in Java controllers. Fixes...
  • cf12547 Content-type for POST endpoints with multipart/form-data does not work since ...
  • 6c24eb6 Spring Authorization Server Metadata Endpoint not compatible. fixes #2606
  • 497bfae PolymorphicModelConverter only handles direct subtypes and misses indirect. F...
  • Additional commits viewable in compare view

Updates net.logstash.logback:logstash-logback-encoder from 7.4 to 8.0

Release notes

Sourced from net.logstash.logback:logstash-logback-encoder's releases.

logstash-logback-encoder-8.0

This release supports the new logback-access 2.x artifacts at group id ch.qos.logback.access. This release does not support the old logback-access artifact at ch.qos.logback:logback-access. Special thanks to @​sondemar for this contribution!

This release requires Java 11 or newer.

Recommended versions of dependencies are as follows (Earlier versions might work, but have not been tested):

  • logback-core/classic 1.5.x.
  • logback-access 2.0.x
  • jackson-* 2.17.x

What's Changed

✨ New features and improvements

🐞 Bug fixes

📖 Documentation, Tests and Build

🆙 Dependency Upgrades

New Contributors

Full Changelog: logfellow/logstash-logback-encoder@logstash-logback-encoder-7.4...logstash-logback-encoder-8.0

Commits

Updates no.nav.security:token-validation-spring from 5.0.1 to 5.0.5

Release notes

Sourced from no.nav.security:token-validation-spring's releases.

5.0.5

What's Changed

5.0.4

What's Changed

5.0.3

What's Changed

⬆️ Dependency upgrades

5.0.2

What's Changed

⬆️ Dependency upgrades

Commits
  • c6a39a1 stdlib (#942)
  • 571a54c cleanup kotlin deps (#940)
  • 5012478 Bump com.nimbusds:oauth2-oidc-sdk from 11.18 to 11.19 (#939)
  • 787d28e Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 (#938)
  • a31198c Bump spring-boot.version from 3.3.2 to 3.3.3 (#937)
  • 4d8c260 Bump kotlin.version from 2.0.10 to 2.0.20 (#936)
  • 4bf4459 Bump com.nimbusds:oauth2-oidc-sdk from 11.17 to 11.18 (#935)
  • cf6cfe1 ci: fix conditional for dependabot merge workflow
  • dba131c Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 (#933)
  • 2f51f3c Bump commons-logging:commons-logging from 1.3.3 to 1.3.4 (#934)
  • Additional commits viewable in compare view

Updates no.nav.security:token-client-spring from 5.0.1 to 5.0.5

Release notes

Sourced from no.nav.security:token-client-spring's releases.

5.0.5

What's Changed

5.0.4

What's Changed

5.0.3

What's Changed

⬆️ Dependency upgrades

5.0.2

What's Changed

⬆️ Dependency upgrades

Commits
  • c6a39a1 stdlib (#942)
  • 571a54c cleanup kotlin deps (#940)
  • 5012478 Bump com.nimbusds:oauth2-oidc-sdk from 11.18 to 11.19 (#939)
  • 787d28e Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 (#938)
  • a31198c Bump spring-boot.version from 3.3.2 to 3.3.3 (#937)
  • 4d8c260 Bump kotlin.version from 2.0.10 to 2.0.20 (#936)
  • 4bf4459 Bump com.nimbusds:oauth2-oidc-sdk from 11.17 to 11.18 (#935)
  • cf6cfe1 ci: fix conditional for dependabot merge workflow
  • dba131c Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 (#933)
  • 2f51f3c Bump commons-logging:commons-logging from 1.3.3 to 1.3.4 (#934)
  • Additional commits viewable in compare view

Updates no.nav.security:token-client-spring from 5.0.1 to 5.0.5

Release notes

Sourced from no.nav.security:token-client-spring's releases.

5.0.5

What's Changed

5.0.4

What's Changed

5.0.3

What's Changed

⬆️ Dependency upgrades

5.0.2

What's Changed

⬆️ Dependency upgrades

Commits
  • c6a39a1 stdlib (#942)
  • 571a54c cleanup kotlin deps (#940)
  • 5012478 Bump com.nimbusds:oauth2-oidc-sdk from 11.18 to 11.19 (#939)
  • 787d28e Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 (#938)
  • a31198c Bump spring-boot.version from 3.3.2 to 3.3.3 (#937)
  • 4d8c260 Bump kotlin.version from 2.0.10 to 2.0.20 (#936)
  • 4bf4459 Bump com.nimbusds:oauth2-oidc-sdk from 11.17 to 11.18 (#935)
  • cf6cfe1 ci: fix conditional for dependabot merge workflow
  • dba131c Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 (#933)
  • 2f51f3c Bump commons-logging:commons-logging from 1.3.3 to 1.3.4 (#934)
  • Additional commits viewable in compare view

Updates no.nav.klage:klage-kodeverk from 1.8.39 to 1.8.40

Commits

Updates org.springframework.retry:spring-retry from 2.0.6 to 2.0.8

Release notes

Sourced from org.springframework.retry:spring-retry's releases.

v2.0.8

⭐ New Features

  • Built-in support for Micrometer metrics publishing #458
  • Add @Nullable in RetryContext to easier detect possible NPE #457

📔 Documentation

  • Wrong value for JDK (1.7) needed for building the project #460

🔨 Dependency Upgrades

  • Upgrade to Spring Framework 6.0.23 #462

❤️ Contributors

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

@​szpak

v2.0.7

⭐ New Features

  • Allow use of custom (binary) exception classifier in RestTemplateBuilder #441

🔨 Dependency Upgrades

  • Upgade to Spring Framework 6.0.22 #449

❤️ Contributors

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

@​marcingrzejszczak

Commits

Updates org.testcontainers:testcontainers from 1.19.8 to 1.20.1

Release notes

Sourced from org.testcontainers:testcontainers's releases.

1.20.1

What's Changed

🚀 Features & Enhancements

  • Add support for Apache Kafka native image (#8993) @​eddumelendez
  • Couchbase: Don't configure e...

    Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [org.opensearch.client:opensearch-rest-high-level-client](https://github.com/opensearch-project/OpenSearch) | `2.15.0` | `2.16.0` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.5.0` | `2.6.0` |
| [net.logstash.logback:logstash-logback-encoder](https://github.com/logfellow/logstash-logback-encoder) | `7.4` | `8.0` |
| [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `5.0.1` | `5.0.5` |
| [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `5.0.1` | `5.0.5` |
| [no.nav.klage:klage-kodeverk](https://github.com/navikt/klage-kodeverk) | `1.8.39` | `1.8.40` |
| [org.springframework.retry:spring-retry](https://github.com/spring-projects/spring-retry) | `2.0.6` | `2.0.8` |
| [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.19.8` | `1.20.1` |
| [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.19.8` | `1.20.1` |
| [org.testcontainers:elasticsearch](https://github.com/testcontainers/testcontainers-java) | `1.19.8` | `1.20.1` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.11` | `1.13.12` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.3.2` | `3.3.3` |
| [jvm](https://github.com/JetBrains/kotlin) | `2.0.0` | `2.0.20` |
| [plugin.spring](https://github.com/JetBrains/kotlin) | `2.0.0` | `2.0.20` |



Updates `org.opensearch.client:opensearch-rest-high-level-client` from 2.15.0 to 2.16.0
- [Release notes](https://github.com/opensearch-project/OpenSearch/releases)
- [Changelog](https://github.com/opensearch-project/OpenSearch/blob/main/CHANGELOG.md)
- [Commits](opensearch-project/OpenSearch@2.15.0...2.16.0)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.5.0 to 2.6.0
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.5.0...v2.6.0)

Updates `net.logstash.logback:logstash-logback-encoder` from 7.4 to 8.0
- [Release notes](https://github.com/logfellow/logstash-logback-encoder/releases)
- [Commits](logfellow/logstash-logback-encoder@logstash-logback-encoder-7.4...logstash-logback-encoder-8.0)

Updates `no.nav.security:token-validation-spring` from 5.0.1 to 5.0.5
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@5.0.1...5.0.5)

Updates `no.nav.security:token-client-spring` from 5.0.1 to 5.0.5
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@5.0.1...5.0.5)

Updates `no.nav.security:token-client-spring` from 5.0.1 to 5.0.5
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@5.0.1...5.0.5)

Updates `no.nav.klage:klage-kodeverk` from 1.8.39 to 1.8.40
- [Release notes](https://github.com/navikt/klage-kodeverk/releases)
- [Commits](navikt/klage-kodeverk@1.8.39...1.8.40)

Updates `org.springframework.retry:spring-retry` from 2.0.6 to 2.0.8
- [Release notes](https://github.com/spring-projects/spring-retry/releases)
- [Commits](spring-projects/spring-retry@v2.0.6...v2.0.8)

Updates `org.testcontainers:testcontainers` from 1.19.8 to 1.20.1
- [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.1)

Updates `org.testcontainers:junit-jupiter` from 1.19.8 to 1.20.1
- [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.1)

Updates `org.testcontainers:elasticsearch` from 1.19.8 to 1.20.1
- [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.1)

Updates `org.testcontainers:junit-jupiter` from 1.19.8 to 1.20.1
- [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.1)

Updates `org.testcontainers:elasticsearch` from 1.19.8 to 1.20.1
- [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.1)

Updates `io.mockk:mockk` 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 `org.springframework.boot` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.2...v3.3.3)

Updates `jvm` from 2.0.0 to 2.0.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.0.20)

Updates `plugin.spring` from 2.0.0 to 2.0.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.0.20)

Updates `plugin.spring` from 2.0.0 to 2.0.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.0.20)

---
updated-dependencies:
- dependency-name: org.opensearch.client:opensearch-rest-high-level-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: net.logstash.logback:logstash-logback-encoder
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: no.nav.security:token-validation-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: no.nav.security:token-client-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: no.nav.security:token-client-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: no.nav.klage:klage-kodeverk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.springframework.retry:spring-retry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:elasticsearch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:elasticsearch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: plugin.spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: plugin.spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 3, 2024

Superseded by #386.

@dependabot dependabot bot closed this Sep 3, 2024
@dependabot dependabot bot deleted the dependabot/gradle/all-dependencies-070fa420fa branch September 3, 2024 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants