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

Merged
merged 1 commit into from
Feb 27, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

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

Package From To
no.nav.klage:klage-kodeverk 1.9.11 1.9.20
net.javacrumbs.shedlock:shedlock-spring 6.2.0 6.3.0
net.javacrumbs.shedlock:shedlock-provider-jdbc-template 6.2.0 6.3.0
org.springdoc:springdoc-openapi-starter-webmvc-ui 2.8.3 2.8.5
no.nav.security:token-validation-spring 5.0.14 5.0.17
no.nav.security:token-client-spring 5.0.14 5.0.17
org.testcontainers:testcontainers 1.20.4 1.20.5
org.testcontainers:junit-jupiter 1.20.4 1.20.5
org.testcontainers:postgresql 1.20.4 1.20.5
com.tngtech.archunit:archunit-junit5 1.3.0 1.4.0
org.springframework.boot 3.4.2 3.4.3
jvm 2.1.0 2.1.10
plugin.spring 2.1.0 2.1.10
plugin.jpa 2.1.0 2.1.10

Updates no.nav.klage:klage-kodeverk from 1.9.11 to 1.9.20

Commits

Updates net.javacrumbs.shedlock:shedlock-spring from 6.2.0 to 6.3.0

Changelog

Sourced from net.javacrumbs.shedlock:shedlock-spring's changelog.

6.3.0 (2025-01-06)

Commits
  • f49d8d0 [maven-release-plugin] prepare release shedlock-parent-6.3.0
  • 082beee Test with SB 3.5.9-M1
  • 19c3960 Merge pull request #2401 from lukas-krecan/awss3v2
  • 7057e48 Merge pull request #2402 from lukas-krecan/dependabot/maven/providers/ignite/...
  • beae025 Cleanup
  • a6fe5f3 Bump org.apache.ignite:ignite-core
  • 4e56784 Spotless
  • 9ffa08a Merge pull request #2399 from lukas-krecan/dependabot/maven/org.opensearch.cl...
  • 2baabb9 Merge pull request #2400 from lukas-krecan/dependabot/maven/org.springframewo...
  • dc6ecb9 Bump org.springframework.data:spring-data-redis from 3.4.2 to 3.4.3
  • Additional commits viewable in compare view

Updates net.javacrumbs.shedlock:shedlock-provider-jdbc-template from 6.2.0 to 6.3.0

Updates net.javacrumbs.shedlock:shedlock-provider-jdbc-template from 6.2.0 to 6.3.0

Updates org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.3 to 2.8.5

Release notes

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

springdoc-openapi v2.8.5 released!

What's Changed

Added

  • #2696 - Do not require JsonSubType annotation for sealed classes
  • #2898 - add needed runtime reflection hints for native image
  • #2891 - Refactor trimIndent Method

Changed

  • Upgrade swagger-ui to v5.18.3

Fixed

  • #2902 - Schema replaced by String when using @​ApiResponse with RepresentationModel (Hateoas links)
  • #2876 - Restentpoints with same name get mix up
  • #2895 - Only filter out actuator endpoints with double asterisks.
  • #2894 - respect @​JsonUnwrapped & @​Schema on props not fields only
  • #2881 - fix defaultValue when using @​PageableDefault together with one-indexed-parameters
  • #2888 - Provide a better consistency for parameters and responses order.

New Contributors

Full Changelog: springdoc/springdoc-openapi@v2.8.4...v2.8.5

springdoc-openapi v2.8.4 released!

What's Changed

Added

  • #2873 - Improve performance of getGenericMapResponse
  • #2836 - Provide option to set allowed locales
  • #2862 - Align Swagger-UI Prefix Path with Swagger-WebMvc Behavior

Changed

  • Upgrade spring-boot to 3.4.2
  • Upgrade spring-cloud-function to 4.2.1
  • Upgrade swagger-core to 2.2.28

... (truncated)

Changelog

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

[2.8.5] - 2025-02-16

Added

  • #2696 - Do not require JsonSubType annotation for sealed classes
  • #2898 - add needed runtime reflection hints for native image
  • #2891 - Refactor trimIndent Method

Changed

  • Upgrade swagger-ui to v5.18.3

Fixed

  • #2902 - Schema replaced by String when using @​ApiResponse with RepresentationModel (Hateoas links)
  • #2876 - Restentpoints with same name get mix up
  • #2895 - Only filter out actuator endpoints with double asterisks.
  • #2894 - respect @​JsonUnwrapped & @​Schema on props not fields only
  • #2881 - fix defaultValue when using @​PageableDefault together with one-indexed-parameters
  • #2888 - Provide a better consistency for parameters and responses order.

[2.8.4] - 2025-01-25

Added

  • #2873 - Improve performance of getGenericMapResponse
  • #2836 - Provide option to set allowed locales
  • 2862 - Align Swagger-UI Prefix Path with Swagger-WebMvc Behavior

Changed

  • Upgrade spring-boot to 3.4.2
  • Upgrade spring-cloud-function to 4.2.1
  • Upgrade swagger-core to 2.2.28

Fixed

  • #2870 - Springdoc 2.8.x + Spring Boot 3.4.1 breaks native image support
  • #2869 - Exception logged when generating schema for delete method of Spring Data repository.
  • #2856 - @​JsonUnwrapped is ignored in new version of lib.
  • #2852 - @​Schema(types = "xxx") does not work for multipart param with enabled springdoc.default-support-form-data config option.
Commits
  • 9006225 [maven-release-plugin] prepare release v2.8.5
  • 2186984 CHANGELOG.md update for 2.8.5
  • f4e632b Do not require JsonSubType annotation for sealed classes #2696
  • 7c0229f Merge branch 'sahil-ramagiri-sealed-classes'
  • 8f98a39 PR review
  • a329910 Schema replaced by String when using @​ApiResponse with RepresentationModel (H...
  • cdfaf63 Restentpoints with same name get mix up. Fixes #2876
  • ee5ab03 Restentpoints with same name get mix up. Fixes #2876
  • 0775180 Restentpoints with same name get mix up. Fixes #2876
  • 54ea28e Merge pull request #2898 from lorenzbaier/native-runtime-hints
  • Additional commits viewable in compare view

Updates no.nav.security:token-validation-spring from 5.0.14 to 5.0.17

Release notes

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

5.0.17

No release notes provided.

5.0.16

What's Changed

  • No changes

5.0.15

What's Changed

⬆️ Dependency upgrades

Commits
  • 606d9bf Bump com.nimbusds:oauth2-oidc-sdk from 11.22.2 to 11.23 (#998)
  • 4ee9a36 Bump org.wiremock:wiremock-standalone from 3.11.0 to 3.12.0 (#997)
  • 2b9d108 Bump com.nimbusds:oauth2-oidc-sdk from 11.22.1 to 11.22.2 (#996)
  • 981238c Bump commons-logging:commons-logging from 1.3.4 to 1.3.5 (#994)
  • 5d6da3b Bump com.nimbusds:oauth2-oidc-sdk from 11.22 to 11.22.1 (#995)
  • 01a1129 Bump com.nimbusds:oauth2-oidc-sdk from 11.21.3 to 11.22 (#993)
  • 743307e Bump org.wiremock:wiremock-standalone from 3.10.0 to 3.11.0 (#992)
  • 9a64f54 Bump com.nimbusds:oauth2-oidc-sdk from 11.21.2 to 11.21.3 (#991)
  • c06bc26 log less
  • c5adea3 log less
  • Additional commits viewable in compare view

Updates no.nav.security:token-client-spring from 5.0.14 to 5.0.17

Release notes

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

5.0.17

No release notes provided.

5.0.16

What's Changed

  • No changes

5.0.15

What's Changed

⬆️ Dependency upgrades

Commits
  • 606d9bf Bump com.nimbusds:oauth2-oidc-sdk from 11.22.2 to 11.23 (#998)
  • 4ee9a36 Bump org.wiremock:wiremock-standalone from 3.11.0 to 3.12.0 (#997)
  • 2b9d108 Bump com.nimbusds:oauth2-oidc-sdk from 11.22.1 to 11.22.2 (#996)
  • 981238c Bump commons-logging:commons-logging from 1.3.4 to 1.3.5 (#994)
  • 5d6da3b Bump com.nimbusds:oauth2-oidc-sdk from 11.22 to 11.22.1 (#995)
  • 01a1129 Bump com.nimbusds:oauth2-oidc-sdk from 11.21.3 to 11.22 (#993)
  • 743307e Bump org.wiremock:wiremock-standalone from 3.10.0 to 3.11.0 (#992)
  • 9a64f54 Bump com.nimbusds:oauth2-oidc-sdk from 11.21.2 to 11.21.3 (#991)
  • c06bc26 log less
  • c5adea3 log less
  • Additional commits viewable in compare view

Updates no.nav.security:token-client-spring from 5.0.14 to 5.0.17

Release notes

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

5.0.17

No release notes provided.

5.0.16

What's Changed

  • No changes

5.0.15

What's Changed

⬆️ Dependency upgrades

Commits
  • 606d9bf Bump com.nimbusds:oauth2-oidc-sdk from 11.22.2 to 11.23 (#998)
  • 4ee9a36 Bump org.wiremock:wiremock-standalone from 3.11.0 to 3.12.0 (#997)
  • 2b9d108 Bump com.nimbusds:oauth2-oidc-sdk from 11.22.1 to 11.22.2 (#996)
  • 981238c Bump commons-logging:commons-logging from 1.3.4 to 1.3.5 (#994)
  • 5d6da3b Bump com.nimbusds:oauth2-oidc-sdk from 11.22 to 11.22.1 (#995)
  • 01a1129 Bump com.nimbusds:oauth2-oidc-sdk from 11.21.3 to 11.22 (#993)
  • 743307e Bump org.wiremock:wiremock-standalone from 3.10.0 to 3.11.0 (#992)
  • 9a64f54 Bump com.nimbusds:oauth2-oidc-sdk from 11.21.2 to 11.21.3 (#991)
  • c06bc26 log less
  • c5adea3 log less
  • Additional commits viewable in compare view

Updates org.testcontainers:testcontainers from 1.20.4 to 1.20.5

Release notes

Sourced from org.testcontainers:testcontainers's releases.

1.20.5

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

Commits
  • 13b6365 Rename Picone implementation
  • c34ed90 Rename EventHubs and ServiceBus implementations
  • aad1ee5 Add more configuration for LLdapContainer
  • 85697fd Add method to return LDAP URL to LLdapContainer
  • 2ac4ed6 Add ldap module (#9987)
  • aa7ddc0 Fix reuse support for CouchbaseContainer (#9957)
  • 2fa7f65 Don't extend configuration compileOnly and testCompile from shaded (#9579)
  • 99981f8 Fix typos (#9783)
  • df40cd8 Fix SolrContainer start parameters for version >= 9.7.0 (#9926)
  • 6139e5e Fix clickhouse authentication (#9942)
  • Additional commits viewable in compare view

Updates org.testcontainers:junit-jupiter from 1.20.4 to 1.20.5

Release notes

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

1.20.5

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

Commits
  • 13b6365 Rename Picone implementation
  • c34ed90 Rename EventHubs and ServiceBus implementations
  • aad1ee5 Add more configuration for LLdapContainer
  • 85697fd Add method to return LDAP URL to LLdapContainer
  • 2ac4ed6 Add ldap module (#9987)
  • aa7ddc0 Fix reuse support for CouchbaseContainer (#9957)
  • 2fa7f65 Don't extend configuration compileOnly and testCompile from shaded (#9579)
  • 99981f8 Fix typos (#9783)
  • df40cd8 Fix SolrContainer start parameters for version >= 9.7.0 (#9926)
  • 6139e5e Fix clickhouse authentication (#9942)
  • Additional commits viewable in compare view

Updates org.testcontainers:postgresql from 1.20.4 to 1.20.5

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.20.5

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

Commits
  • 13b6365 Rename Picone implementation
  • c34ed90 Rename EventHubs and ServiceBus implementations
  • aad1ee5 Add more configuration for LLdapContainer
  • 85697fd Add method to return LDAP URL to LLdapContainer
  • 2ac4ed6 Add ldap module (#9987)
  • aa7ddc0 Fix reuse support for CouchbaseContainer (#9957)
  • 2fa7f65 Don't extend configuration compileOnly and testCompile from shaded (#9579)
  • 99981f8 Fix typos (#9783)
  • df40cd8 Fix SolrContainer start parameters for version >= 9.7.0 (#9926)
  • 6139e5e Fix clickhouse authentication (#9942)
  • Additional commits viewable in compare view

Updates org.testcontainers:junit-jupiter from 1.20.4 to 1.20.5

Release notes

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

1.20.5

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

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

| Package | From | To |
| --- | --- | --- |
| [no.nav.klage:klage-kodeverk](https://github.com/navikt/klage-kodeverk) | `1.9.11` | `1.9.20` |
| [net.javacrumbs.shedlock:shedlock-spring](https://github.com/lukas-krecan/ShedLock) | `6.2.0` | `6.3.0` |
| net.javacrumbs.shedlock:shedlock-provider-jdbc-template | `6.2.0` | `6.3.0` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.8.3` | `2.8.5` |
| [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `5.0.14` | `5.0.17` |
| [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `5.0.14` | `5.0.17` |
| [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.20.4` | `1.20.5` |
| [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.20.4` | `1.20.5` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.20.4` | `1.20.5` |
| [com.tngtech.archunit:archunit-junit5](https://github.com/TNG/ArchUnit) | `1.3.0` | `1.4.0` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.4.2` | `3.4.3` |
| [jvm](https://github.com/JetBrains/kotlin) | `2.1.0` | `2.1.10` |
| [plugin.spring](https://github.com/JetBrains/kotlin) | `2.1.0` | `2.1.10` |
| [plugin.jpa](https://github.com/JetBrains/kotlin) | `2.1.0` | `2.1.10` |



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

Updates `net.javacrumbs.shedlock:shedlock-spring` from 6.2.0 to 6.3.0
- [Changelog](https://github.com/lukas-krecan/ShedLock/blob/master/RELEASES.md)
- [Commits](lukas-krecan/ShedLock@shedlock-parent-6.2.0...shedlock-parent-6.3.0)

Updates `net.javacrumbs.shedlock:shedlock-provider-jdbc-template` from 6.2.0 to 6.3.0

Updates `net.javacrumbs.shedlock:shedlock-provider-jdbc-template` from 6.2.0 to 6.3.0

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.3 to 2.8.5
- [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.8.3...v2.8.5)

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

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

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

Updates `org.testcontainers:testcontainers` from 1.20.4 to 1.20.5
- [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.20.4...1.20.5)

Updates `org.testcontainers:junit-jupiter` from 1.20.4 to 1.20.5
- [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.20.4...1.20.5)

Updates `org.testcontainers:postgresql` from 1.20.4 to 1.20.5
- [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.20.4...1.20.5)

Updates `org.testcontainers:junit-jupiter` from 1.20.4 to 1.20.5
- [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.20.4...1.20.5)

Updates `org.testcontainers:postgresql` from 1.20.4 to 1.20.5
- [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.20.4...1.20.5)

Updates `com.tngtech.archunit:archunit-junit5` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](TNG/ArchUnit@v1.3.0...v1.4.0)

Updates `org.springframework.boot` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3)

Updates `jvm` from 2.1.0 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.1.0...v2.1.10)

Updates `plugin.spring` from 2.1.0 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.1.0...v2.1.10)

Updates `plugin.jpa` from 2.1.0 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.1.0...v2.1.10)

Updates `plugin.spring` from 2.1.0 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.1.0...v2.1.10)

Updates `plugin.jpa` from 2.1.0 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.1.0...v2.1.10)

---
updated-dependencies:
- dependency-name: no.nav.klage:klage-kodeverk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: net.javacrumbs.shedlock:shedlock-spring
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: net.javacrumbs.shedlock:shedlock-provider-jdbc-template
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: net.javacrumbs.shedlock:shedlock-provider-jdbc-template
  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-patch
  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: 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:postgresql
  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:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: com.tngtech.archunit:archunit-junit5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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.jpa
  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.jpa
  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 24, 2025
@flexable777 flexable777 merged commit bc4c4a4 into main Feb 27, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/gradle/all-dependencies-babbe8b566 branch February 27, 2025 06:27
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.

1 participant