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 with 9 updates #327

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2024

Bumps the all-dependencies group with 9 updates:

Package From To
org.opensearch.client:opensearch-rest-high-level-client 2.11.1 2.12.0
no.nav.security:token-validation-spring 3.2.0 4.1.3
no.nav.security:token-client-spring 3.2.0 4.1.3
no.nav.security:token-client-spring 3.2.0 4.1.3
no.nav.klage:klage-kodeverk 1.7.29 1.7.33
org.testcontainers:testcontainers 1.19.3 1.19.6
org.testcontainers:junit-jupiter 1.19.3 1.19.6
org.testcontainers:elasticsearch 1.19.3 1.19.6
org.testcontainers:junit-jupiter 1.19.3 1.19.6
org.testcontainers:elasticsearch 1.19.3 1.19.6
io.mockk:mockk 1.13.8 1.13.9
org.springframework.boot 3.2.1 3.2.3

Updates org.opensearch.client:opensearch-rest-high-level-client from 2.11.1 to 2.12.0

Release notes

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

2.12.0

2024-02-09 Version 2.12.0 Release Notes

[2.12.0]

Added

  • [Admission control] Add Resource usage collector service and resource usage tracker (#9890)
  • [Admission control] Add enhancements to FS stats to include read/write time, queue size and IO time (#10541)
  • [Remote cluster state] Change file names for remote cluster state (#10557)
  • [Search Pipelines] Add request-scoped state shared between processors (and three new processors) (#9405)
  • Per request phase latency (#10351)
  • [Remote Store] Add repository stats for remote store(#10567)
  • [Remote cluster state] Upload global metadata in cluster state to remote store(#10404)
  • [Remote cluster state] Download functionality of global metadata from remote store (#10535)
  • [Remote cluster state] Restore global metadata from remote store when local state is lost after quorum loss (#10404)
  • [Remote cluster state] Make index and global metadata upload timeout dynamic cluster settings (#10814)
  • Add search query categorizer (#10255)
  • Per request phase latency (#10351)
  • Add cluster state stats (#10670)
  • Remove ingest processor supports excluding fields (#10967, #11983)
  • [Tiered caching] Enabling serialization for IndicesRequestCache key object (#10275)
  • [Tiered caching] Defining interfaces, listeners and extending IndicesRequestCache with Tiered cache support (#10753)
  • [Remote cluster state] Restore cluster state version during remote state auto restore (#10853)
  • Update the indexRandom function to create more segments for concurrent search tests (10247)
  • Add support for query profiler with concurrent aggregation (#9248)
  • Introduce ConcurrentQueryProfiler to profile query using concurrent segment search path and support concurrency during rewrite and create weight (10352)
  • Implement on behalf of token passing for extensions (#8679)
  • Provide service accounts tokens to extensions (#9618)
  • [Streaming Indexing] Introduce new experimental server HTTP transport based on Netty 4 and Project Reactor (Reactor Netty) (#9672)
  • Enable must_exist parameter for update aliases API (#11210)
  • Add back half_float BKD based sort query optimization (#11024)
  • Request level coordinator slow logs (#10650)
  • Add template snippets support for field and target_field in KV ingest processor (#10040)
  • Allowing pipeline processors to access index mapping info by passing ingest service ref as part of the processor factory parameters (#10307)
  • Add experimental SIMD implementation of B-tree to round down dates (#11194)
  • Make number of segment metadata files in remote segment store configurable (#11329)
  • Allow changing number of replicas of searchable snapshot index (#11317)
  • Adding slf4j license header to LoggerMessageFormat.java (#11069)
  • [BWC and API enforcement] Introduce checks for enforcing the API restrictions (#11175)
  • Maintainer approval check (#11378)
  • Create separate transport action for render search template action (#11170)
  • Add additional handling in SearchTemplateRequest when simulate is set to true (#11591)
  • Introduce cluster level setting cluster.index.restrict.replication.type to prevent replication type setting override during index creations(#11583)
  • Add match_only_text field that is optimized for storage by trading off positional queries performance (#6836)
  • Add copy ingest processor (#11870)
  • Introduce new feature flag "WRITEABLE_REMOTE_INDEX" to gate the writeable remote index functionality (#11717)
  • Bump OpenTelemetry from 1.32.0 to 1.34.1 (#11891)
  • Add remove_by_pattern ingest processor (#11920)
  • Support index level allocation filtering for searchable snapshot index (#11563)
  • Add org.opensearch.rest.MethodHandlers and RestController#getAllHandlers (11876)
  • New DateTime format for RFC3339 compatible date fields (#11465)

... (truncated)

Commits
  • 2c355ce Disable concurrent search path for composite aggregations (#12380)
  • d26b0be Clean up changelog on 2.12 branch (#12309)
  • a9c03c2 [Backport 2.x] Apply fast date histogram optimization at the segment level (#...
  • eafa416 Apply the fast filter optimization to composite aggregation (#11505) (#11914)...
  • 3ff62da fix flaky test - handle IllegalStateException and throw AssertionError to use...
  • 684dd74 [Bugfix] Pass TwoPhaseIterator from subQueryScorer (#11954) (#12213)
  • da3c1a5 [BugFix] Fixing Span operation names generated from RestActions (#12005) (#12...
  • 5be018e Added custom sampler support based on action in request (#10136) (#12223)
  • ac37b38 Add remove_by_pattern ingest processor (#11920) (#12217)
  • 8855344 [Backport 2.x] Top N Queries by latency implementation (#12203) (#12214)
  • Additional commits viewable in compare view

Updates no.nav.security:token-validation-spring from 3.2.0 to 4.1.3

Release notes

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

4.1.3

What's Changed

  • No changes

4.1.2

What's Changed

⬆️ Dependency upgrades

  • build(deps): bump advanced-security/maven-dependency-submission-action from 3 to 4 (#842) @​dependabot

4.1.1

What's Changed

⬆️ Dependency upgrades

4.1.0

What's Changed

4.0.5

What's Changed

  • No changes

4.0.4

What's Changed

⬆️ Dependency upgrades

  • build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 (#833) @​dependabot
  • build(deps): bump com.nimbusds:oauth2-oidc-sdk from 11.9 to 11.9.1 (#832) @​dependabot
  • build(deps-dev): bump org.junit.jupiter:junit-jupiter-engine from 5.9.1 to 5.10.1 (#831) @​dependabot
  • build(deps): bump org.jetbrains.dokka:dokka-maven-plugin from 1.9.0 to 1.9.10 (#830) @​dependabot

4.0.3

What's Changed

  • No changes

4.0.2

What's Changed

⬆️ Dependency upgrades

  • build(deps-dev): bump com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.16.1 (#829) @​dependabot
  • build(deps-dev): bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.16.0 to 2.16.1 (#828) @​dependabot

... (truncated)

Commits
  • 01c42ee disable mysterious tests
  • 1f41776 build(deps): bump ktor.version from 2.3.7 to 2.3.8 (#843)
  • b7345ac build(deps): bump advanced-security/maven-dependency-submission-action (#842)
  • ed8d033 build(deps): bump spring-boot.version from 3.2.1 to 3.2.2 (#841)
  • e20f7d1 nullability and sealing (#840)
  • 093a28e fix(token-validation-ktor): support optional claims in IssuerConfig construct...
  • cb33892 not nullable post againt endpoint (#838)
  • 870dfd8 build(deps): bump actions/cache from 3 to 4 (#837)
  • f0a4366 build(deps): bump no.nav.security:mock-oauth2-server from 2.1.0 to 2.1.1 (#836)
  • eeb6fb9 force
  • Additional commits viewable in compare view

Updates no.nav.security:token-client-spring from 3.2.0 to 4.1.3

Release notes

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

4.1.3

What's Changed

  • No changes

4.1.2

What's Changed

⬆️ Dependency upgrades

  • build(deps): bump advanced-security/maven-dependency-submission-action from 3 to 4 (#842) @​dependabot

4.1.1

What's Changed

⬆️ Dependency upgrades

4.1.0

What's Changed

4.0.5

What's Changed

  • No changes

4.0.4

What's Changed

⬆️ Dependency upgrades

  • build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 (#833) @​dependabot
  • build(deps): bump com.nimbusds:oauth2-oidc-sdk from 11.9 to 11.9.1 (#832) @​dependabot
  • build(deps-dev): bump org.junit.jupiter:junit-jupiter-engine from 5.9.1 to 5.10.1 (#831) @​dependabot
  • build(deps): bump org.jetbrains.dokka:dokka-maven-plugin from 1.9.0 to 1.9.10 (#830) @​dependabot

4.0.3

What's Changed

  • No changes

4.0.2

What's Changed

⬆️ Dependency upgrades

  • build(deps-dev): bump com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.16.1 (#829) @​dependabot
  • build(deps-dev): bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.16.0 to 2.16.1 (#828) @​dependabot

... (truncated)

Commits
  • 01c42ee disable mysterious tests
  • 1f41776 build(deps): bump ktor.version from 2.3.7 to 2.3.8 (#843)
  • b7345ac build(deps): bump advanced-security/maven-dependency-submission-action (#842)
  • ed8d033 build(deps): bump spring-boot.version from 3.2.1 to 3.2.2 (#841)
  • e20f7d1 nullability and sealing (#840)
  • 093a28e fix(token-validation-ktor): support optional claims in IssuerConfig construct...
  • cb33892 not nullable post againt endpoint (#838)
  • 870dfd8 build(deps): bump actions/cache from 3 to 4 (#837)
  • f0a4366 build(deps): bump no.nav.security:mock-oauth2-server from 2.1.0 to 2.1.1 (#836)
  • eeb6fb9 force
  • Additional commits viewable in compare view

Updates no.nav.security:token-client-spring from 3.2.0 to 4.1.3

Release notes

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

4.1.3

What's Changed

  • No changes

4.1.2

What's Changed

⬆️ Dependency upgrades

  • build(deps): bump advanced-security/maven-dependency-submission-action from 3 to 4 (#842) @​dependabot

4.1.1

What's Changed

⬆️ Dependency upgrades

4.1.0

What's Changed

4.0.5

What's Changed

  • No changes

4.0.4

What's Changed

⬆️ Dependency upgrades

  • build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 (#833) @​dependabot
  • build(deps): bump com.nimbusds:oauth2-oidc-sdk from 11.9 to 11.9.1 (#832) @​dependabot
  • build(deps-dev): bump org.junit.jupiter:junit-jupiter-engine from 5.9.1 to 5.10.1 (#831) @​dependabot
  • build(deps): bump org.jetbrains.dokka:dokka-maven-plugin from 1.9.0 to 1.9.10 (#830) @​dependabot

4.0.3

What's Changed

  • No changes

4.0.2

What's Changed

⬆️ Dependency upgrades

  • build(deps-dev): bump com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.16.1 (#829) @​dependabot
  • build(deps-dev): bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.16.0 to 2.16.1 (#828) @​dependabot

... (truncated)

Commits
  • 01c42ee disable mysterious tests
  • 1f41776 build(deps): bump ktor.version from 2.3.7 to 2.3.8 (#843)
  • b7345ac build(deps): bump advanced-security/maven-dependency-submission-action (#842)
  • ed8d033 build(deps): bump spring-boot.version from 3.2.1 to 3.2.2 (#841)
  • e20f7d1 nullability and sealing (#840)
  • 093a28e fix(token-validation-ktor): support optional claims in IssuerConfig construct...
  • cb33892 not nullable post againt endpoint (#838)
  • 870dfd8 build(deps): bump actions/cache from 3 to 4 (#837)
  • f0a4366 build(deps): bump no.nav.security:mock-oauth2-server from 2.1.0 to 2.1.1 (#836)
  • eeb6fb9 force
  • Additional commits viewable in compare view

Updates no.nav.klage:klage-kodeverk from 1.7.29 to 1.7.33

Commits
  • 192c040 Merge pull request #193 from navikt/prosjektehjemler_and_spelling
  • cc95953 Prosjekthjemler for all FOR ytelser. Fixed spelling error in "Anke i trygdere...
  • d962b81 Merge pull request #192 from navikt/prosjekthjemler
  • 6ff9fe3 Prosjekthjemler for FOR_FOR and DAG_DAG.
  • 81261ea Merge pull request #191 from navikt/lonnsgaranti
  • f15a98e Different enhet for GEN_GEN.
  • d76f155 Merge pull request #190 from navikt/Coordinate_YRK
  • 5f2a7ef Same set of registreringshjemler for all YRK ytelser.
  • See full diff in compare view

Updates org.testcontainers:testcontainers from 1.19.3 to 1.19.6

Release notes

Sourced from org.testcontainers:testcontainers's releases.

1.19.6

Testcontainers for Java 1.19.6

Modules

New modules

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

1.19.5

Testcontainers for Java 1.19.5

[!IMPORTANT]
This version has downgraded the commons-compress version to 1.24.0 in order to avoid classpath conflicts due to a recent change in commons-compress 1.25.0. See testcontainers/testcontainers-java#8169 for more details.

1.19.4

Testcontainers for Java 1.19.4

Core

Modules

Elasticsearch

  • Deprecate support for docker.elastic.co/elasticsearch/elasticsearch-oss (#4574) @​dadoonet

JDBC

... (truncated)

Commits

Updates org.testcontainers:junit-jupiter from 1.19.3 to 1.19.6

Release notes

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

1.19.6

Testcontainers for Java 1.19.6

Modules

New modules

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

1.19.5

Testcontainers for Java 1.19.5

[!IMPORTANT]
This version has downgraded the commons-compress version to 1.24.0 in order to avoid classpath conflicts due to a recent change in commons-compress 1.25.0. See testcontainers/testcontainers-java#8169 for more details.

1.19.4

Testcontainers for Java 1.19.4

Core

Modules

Elasticsearch

  • Deprecate support for docker.elastic.co/elasticsearch/elasticsearch-oss (#4574) @​dadoonet

JDBC

... (truncated)

Commits

Updates org.testcontainers:elasticsearch from 1.19.3 to 1.19.6

Release notes

Sourced from org.testcontainers:elasticsearch's releases.

1.19.6

Testcontainers for Java 1.19.6

Modules

New modules

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

1.19.5

Testcontainers for Java 1.19.5

[!IMPORTANT]
This version has downgraded the commons-compress version to 1.24.0 in order to avoid classpath conflicts due to a recent change in commons-compress 1.25.0. See testcontainers/testcontainers-java#8169 for more details.

1.19.4

Testcontainers for Java 1.19.4

Core

Modules

Elasticsearch

  • Deprecate support for docker.elastic.co/elasticsearch/elasticsearch-oss (#4574) @​dadoonet

JDBC

... (truncated)

Commits

Updates org.testcontainers:junit-jupiter from 1.19.3 to 1.19.6

Release notes

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

1.19.6

Testcontainers for Java 1.19.6

Modules

New modules

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

1.19.5

Testcontainers for Java 1.19.5

[!IMPORTANT]
This version has downgraded the commons-compress version to 1.24.0 in order to avoid classpath conflicts due to a recent change in commons-compress 1.25.0. See testcontainers/testcontainers-java#8169 for more details.

1.19.4

Testcontainers for Java 1.19.4

Core

Modules

Elasticsearch

  • Deprecate support for docker.elastic.co/elasticsearch/elasticsearch-oss (#4574) @​dadoonet

JDBC

... (truncated)

Commits

Updates org.testcontainers:elasticsearch from 1.19.3 to 1.19.6

Release notes

Sourced from org.testcontainers:elasticsearch's releases.

1.19.6

Testcontainers for Java 1.19.6

Modules

New modules

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

1.19.5

Testcontainers for Java 1.19.5

[!IMPORTANT]
This version has downgraded the commons-compress version to 1.24.0 in order to avoid classpath conflicts due to a recent change in commons-compress 1.25.0. See testcontainers/testcontainers-java#8169 for more details.

1.19.4

Testcontainers for Java 1.19.4

Core

Modules

Elasticsearch

  • Deprecate support for docker.elastic.co/elasticsearch/elasticsearch-oss (#4574) @​dadoonet

JDBC

Bumps the all-dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [org.opensearch.client:opensearch-rest-high-level-client](https://github.com/opensearch-project/OpenSearch) | `2.11.1` | `2.12.0` |
| [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `3.2.0` | `4.1.3` |
| [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `3.2.0` | `4.1.3` |
| [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `3.2.0` | `4.1.3` |
| [no.nav.klage:klage-kodeverk](https://github.com/navikt/klage-kodeverk) | `1.7.29` | `1.7.33` |
| [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.19.3` | `1.19.6` |
| [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.19.3` | `1.19.6` |
| [org.testcontainers:elasticsearch](https://github.com/testcontainers/testcontainers-java) | `1.19.3` | `1.19.6` |
| [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.19.3` | `1.19.6` |
| [org.testcontainers:elasticsearch](https://github.com/testcontainers/testcontainers-java) | `1.19.3` | `1.19.6` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.8` | `1.13.9` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.2.1` | `3.2.3` |


Updates `org.opensearch.client:opensearch-rest-high-level-client` from 2.11.1 to 2.12.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.11.1...2.12.0)

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

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

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

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

Updates `org.testcontainers:testcontainers` from 1.19.3 to 1.19.6
- [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.3...1.19.6)

Updates `org.testcontainers:junit-jupiter` from 1.19.3 to 1.19.6
- [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.3...1.19.6)

Updates `org.testcontainers:elasticsearch` from 1.19.3 to 1.19.6
- [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.3...1.19.6)

Updates `org.testcontainers:junit-jupiter` from 1.19.3 to 1.19.6
- [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.3...1.19.6)

Updates `org.testcontainers:elasticsearch` from 1.19.3 to 1.19.6
- [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.3...1.19.6)

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

Updates `org.springframework.boot` from 3.2.1 to 3.2.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.1...v3.2.3)

---
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: no.nav.security:token-validation-spring
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: no.nav.security:token-client-spring
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: no.nav.security:token-client-spring
  dependency-type: direct:production
  update-type: version-update:semver-major
  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.testcontainers:testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:elasticsearch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:elasticsearch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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
...

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

dependabot bot commented on behalf of github Feb 28, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 28, 2024
@dependabot dependabot bot deleted the dependabot/gradle/all-dependencies-cd4d7c97e7 branch February 28, 2024 10:50
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