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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 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.17.1
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.45 1.8.52
org.springframework.retry:spring-retry 2.0.6 2.0.9
org.testcontainers:testcontainers 1.19.8 1.20.2
org.testcontainers:junit-jupiter 1.19.8 1.20.2
org.testcontainers:elasticsearch 1.19.8 1.20.2
io.mockk:mockk 1.13.11 1.13.13
org.springframework.boot 3.3.2 3.3.4
jvm 2.0.0 2.0.21
plugin.spring 2.0.0 2.0.21

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

Release notes

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

2.17.1

2024-10-01 Version 2.17.1 Release Notes

[2.17.1]

Added

  • Add path prefix support to hashed prefix snapshots (#15664)
  • Memory optimisations in _cluster/health API (#15492)

Dependencies

Changed

Deprecated

Removed

Fixed

2.17.0

2024-09-17 Version 2.17.0 Release Notes

[2.17.0]

Added

  • [Workload Management] Add Settings for Workload Management feature (#15028)
  • Fix for hasInitiatedFetching to fix allocation explain and manual reroute APIs ((#14972)
  • [Workload Management] Add queryGroupId to Task (14708)
  • Add setting to ignore throttling nodes for allocation of unassigned primaries in remote restore (#14991)
  • [Workload Management] Add Delete QueryGroup API Logic (#14735)
  • [Streaming Indexing] Enhance RestClient with a new streaming API support (#14437)
  • Add basic aggregation support for derived fields (#14618)
  • [Workload Management] Add Create QueryGroup API Logic (#14680)- [Workload Management] Add Create QueryGroup API Logic (#14680)
  • Add ThreadContextPermission for markAsSystemContext and allow core to perform the method (#15016)
  • Add ThreadContextPermission for stashAndMergeHeaders and stashWithOrigin (#15039)
  • [Concurrent Segment Search] Support composite aggregations with scripting (#15072)
  • Add rangeQuery and regexpQuery for constant_keyword field type (#14711)
  • Add took time to request nodes stats (#15054)
  • [Workload Management] Add Get QueryGroup API Logic (14709)
  • [Workload Management] Add Update QueryGroup API Logic (#14775)
  • [Workload Management] QueryGroup resource tracking framework changes (#13897)
  • Support filtering on a large list encoded by bitmap (#14774)
  • Add slice execution listeners to SearchOperationListener interface (#15153)
  • Make balanced shards allocator timebound (#15239)
  • Add allowlist setting for ingest-geoip and ingest-useragent (#15325)
  • Adding access to noSubMatches and noOverlappingMatches in Hyphenation (#13895)
  • Star tree mapping changes (#14605)
  • Add support for index level max slice count setting for concurrent segment search (#15336)
  • Support cancellation for cat shards and node stats API.(#13966)
  • [Streaming Indexing] Introduce bulk HTTP API streaming flavor (#15381)
  • Add support for centralize snapshot creation with pinned timestamp (#15124)
  • Add concurrent search support for Derived Fields (#15326)

... (truncated)

Commits
  • 1893d20 [AUTO] Increment version to 2.17.1. (#15964)
  • 5c586ef Fix flaky org.opensearch.rest.ReactorNetty4StreamingStressIT.testCloseClientS...
  • 8586481 [Backport 2.17] Add restriction to have a single repository with shallow snap...
  • 1dba8c3 [Backport 2.x] [BUG] Bug fix for checksum validation for mapping metadata #15...
  • 07d1e16 Fixing MacOS 13 assemble workflows (once again) (#15898) (#15900)
  • 6729220 Making _cat/allocation API use indexLevelStats (#15790)
  • 4b8f9c8 Optimise memory for rest cluster health calls with inline shard aggregations ...
  • 16782e5 Mute RemoteMigration flaky test (#15795) (#15801)
  • 0c3f2b4 [Backport 2.17] [Remote State] Upload incremental cluster state on master re-...
  • fc1bf2c Add path prefix support to hashed prefix snapshots (#15664) (#15759)
  • Additional commits viewable in compare view

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.45 to 1.8.52

Commits
  • f747897 Merge pull request #257 from navikt/tso_hjemler
  • 3cb91f7 Added TRRL hjemler to TSO_TSO.
  • 267e370 Merge pull request #256 from navikt/remove_tilbakekreving
  • 274721a Remove FTRL_22_15_TILBAKEKREVING, as there is now an option for this.
  • 454bf68 Merge pull request #255 from navikt/tilbakekreving
  • 6b2d06d Added FTRL_22_15_TILBAKEKREVING to all ytelser. Remove after included in kval...
  • 7b829eb Merge pull request #254 from navikt/4291
  • 97574df New klageenhet for TSO_TSO.
  • b0a24bb Merge pull request #253 from navikt/FOR_Hjemmel
  • 96de5dc Added missing hjemmel to FOR_FOR.
  • Additional commits viewable in compare view

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

Release notes

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

v2.0.9

⭐ New Features

  • Populate MethodInvocation to RetryPolicy (via RetryContext) #229
  • Can't chose correct @Recover method #188

🐞 Bug Fixes

  • Support concurrent behavior on MetricsRetryListener #467
  • UniformRandomBackOffPolicy is throwing IllegalArgumentException on calling backOff when maxBackOffPeriod is less than minBackOffPeriod. #464

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
  • 8ecb5ac Release v2.0.9
  • d0585fd Update test dependencies; prepare for release
  • dfc95fe GH-229: Expose method & methodArgs into ctx from `RetryOperationsIntercep...
  • 5493ab7 GH-148: Test for @Retryable with an XML config
  • 74b7ae2 Remove @Import(RetryConfiguration.class) from @Recover
  • 97ca28f GH-188: Expose @CircuitBreaker(recover) attribute
  • 993526c Add GHA workflow to announce milestone planning in chat
  • 42158ba GH-467: Support concurrent behavior on MetricsRetryListener
  • c0a4941 GH-464: Fix backOff API in UniformRandomBackOffPolicy
  • db47bc6 Next development version (v2.0.9-SNAPSHOT)
  • Additional commits viewable in compare view

Updates org.testcontainers:testcontainers from 1.19.8 to 1.20.2

Release notes

Sourced from org.testcontainers:testcontainers's releases.

1.20.2

What's Changed

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.17.1` |
| [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.45` | `1.8.52` |
| [org.springframework.retry:spring-retry](https://github.com/spring-projects/spring-retry) | `2.0.6` | `2.0.9` |
| [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.19.8` | `1.20.2` |
| [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.19.8` | `1.20.2` |
| [org.testcontainers:elasticsearch](https://github.com/testcontainers/testcontainers-java) | `1.19.8` | `1.20.2` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.11` | `1.13.13` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.3.2` | `3.3.4` |
| [jvm](https://github.com/JetBrains/kotlin) | `2.0.0` | `2.0.21` |
| [plugin.spring](https://github.com/JetBrains/kotlin) | `2.0.0` | `2.0.21` |



Updates `org.opensearch.client:opensearch-rest-high-level-client` from 2.15.0 to 2.17.1
- [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.17.1)

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.45 to 1.8.52
- [Release notes](https://github.com/navikt/klage-kodeverk/releases)
- [Commits](navikt/klage-kodeverk@1.8.45...1.8.52)

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

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

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

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

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

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

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

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

Updates `jvm` from 2.0.0 to 2.0.21
- [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.21)

Updates `plugin.spring` from 2.0.0 to 2.0.21
- [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.21)

Updates `plugin.spring` from 2.0.0 to 2.0.21
- [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.21)

---
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 Oct 17, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 18, 2024

Superseded by #403.

@dependabot dependabot bot closed this Oct 18, 2024
@dependabot dependabot bot deleted the dependabot/gradle/all-dependencies-eb624f61fa branch October 18, 2024 23: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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants