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 dependencies group across 1 directory with 4 updates #18

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2024

Bumps the dependencies group with 4 updates in the /sample-api-client directory: io.ktor:ktor-bom, org.junit.jupiter:junit-jupiter, com.willowtreeapps.assertk:assertk-jvm and au.com.dius.pact.consumer:junit5.

Updates io.ktor:ktor-bom from 2.1.2 to 2.3.12

Release notes

Sourced from io.ktor:ktor-bom's releases.

2.3.12

Published 20 June 2024

Bugfixes

  • NoSuchMethodError when using coroutines 1.9.0-RC (KTOR-7054)
  • Server: Content-Type header for static js, css and svg resources misses charset (KTOR-6655)
  • Embedded Linux device without iso-8859-1 and UTF-16 cannot use ktor-network (KTOR-7016)

Improvements

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)

2.3.10

Published 8 April 2024

Bugfixes

  • CallLogging, StatusPages: response logged twice when status handler is used (KTOR-6839)
  • NodeJS WebSocket client sometimes drops a frame received immediately after handshake (KTOR-6883)
  • IPv6 addresses are not supported in NettyConnectionPoint and CIOConnectionPoint (KTOR-5383)
  • JS browser: "Maximum call stack size exceeded" on HTTP request when targeting es2015 (KTOR-6878)
  • CIO: File upload fails with NumberFormatException when uploading file larger than INT_MAX bytes (~2.1 GiB) since 2.3.0 (KTOR-6851)
  • CallLogging: the plugin completely overrides MDC if at least one entry is configured (KTOR-6642)
  • SSE plugin: Duplicated "Content-Type: text/event-stream" headers (KTOR-6735)
  • CIO: "getSubjectAlternativeNames(...) must not be null" when IP-addresses are verified and no SAN in the certificate (KTOR-6746)

Improvements

  • Inconsistent behavior of Netty and rest engines by returning null or empty string for query parameters without values (KTOR-6850)
  • Android: no logs are present in Logcat with Logger.ANDROID (KTOR-1219)

2.3.9

Published 4 March 2024

Improvements

  • Allow to set secure cookie even with http scheme (KTOR-3159)

Bugfixes

  • ContentNegotiation: the plugin appends duplicated MIME type to Accept header (KTOR-6684)

2.3.8

Published 31 January 2024

Bugfixes

  • "KeyStoreException: JKS not found" exception on Android when configuring secure connection (KTOR-6720)
  • URLBuilder crashes on React Native platforms (KTOR-6576)

... (truncated)

Changelog

Sourced from io.ktor:ktor-bom's changelog.

2.3.12

Published 20 June 2024

Bugfixes

  • NoSuchMethodError when using coroutines 1.9.0-RC (KTOR-7054)
  • Server: Content-Type header for static js, css and svg resources misses charset (KTOR-6655)
  • Embedded Linux device without iso-8859-1 and UTF-16 cannot use ktor-network (KTOR-7016)

Improvements

2.3.11

Published 8 May 2024

Bugfixes

  • Test client ignores socket timeout (KTOR-6909)

2.3.10

Published 8 April 2024

Bugfixes

  • CallLogging, StatusPages: response logged twice when status handler is used (KTOR-6839)
  • NodeJS WebSocket client sometimes drops a frame received immediately after handshake (KTOR-6883)
  • IPv6 addresses are not supported in NettyConnectionPoint and CIOConnectionPoint (KTOR-5383)
  • JS browser: "Maximum call stack size exceeded" on HTTP request when targeting es2015 (KTOR-6878)
  • CIO: File upload fails with NumberFormatException when uploading file larger than INT_MAX bytes (~2.1 GiB) since 2.3.0 (KTOR-6851)
  • CallLogging: the plugin completely overrides MDC if at least one entry is configured (KTOR-6642)
  • SSE plugin: Duplicated "Content-Type: text/event-stream" headers (KTOR-6735)
  • CIO: "getSubjectAlternativeNames(...) must not be null" when IP-addresses are verified and no SAN in the certificate (KTOR-6746)

Improvements

  • Inconsistent behavior of Netty and rest engines by returning null or empty string for query parameters without values (KTOR-6850)
  • Android: no logs are present in Logcat with Logger.ANDROID (KTOR-1219)

2.3.9

Published 4 March 2024

Improvements

  • Allow to set secure cookie even with http scheme (KTOR-3159)

Bugfixes

  • ContentNegotiation: the plugin appends duplicated MIME type to Accept header (KTOR-6684)

2.3.8

Published 31 January 2024

Bugfixes

  • "KeyStoreException: JKS not found" exception on Android when configuring secure connection (KTOR-6720)

... (truncated)

Commits
  • c22735c Release 2.3.12 (#4088)
  • b5d9213 Add changelog for 2.3.11 (#4027)
  • 8ca9632 KTOR-6909 Add SocketTimeout for Test Engine (#4021)
  • f8f8fe8 Add changelog for 2.3.10 (#4019)
  • 2cd05c6 KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)
  • dc0d311 KTOR-6839 Fix double logging response in CallLogging (#4016)
  • 4b0ed38 KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)
  • 28f1d00 KTOR-6883 Add callbacks before waiting for connection establishment to preven...
  • df04b16 KTOR-5383 Fix parsing server host and port when using NettyConnection… (#4014)
  • 7d3f6a9 [ktor-http/common/src/io/ktor/http/auth/AuthScheme.kt] Make doc to refer to c...
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter from 5.9.0 to 5.10.2

Release notes

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

JUnit 5.10.2 = Platform 1.10.2 + Jupiter 5.10.2 + Vintage 5.10.2

See Release Notes.

Full Changelog: junit-team/junit5@r5.10.1...r5.10.2

JUnit 5.10.1 = Platform 1.10.1 + Jupiter 5.10.1 + Vintage 5.10.1

See Release Notes.

Full Changelog: junit-team/junit5@r5.10.0...r5.10.1

JUnit 5.10.0 = Platform 1.10.0 + Jupiter 5.10.0 + Vintage 5.10.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit5@r5.9.3...r5.10.0

JUnit 5.10.0-RC2 = Platform 1.10.0-RC2+ Jupiter 5.10.0-RC2 + Vintage 5.10.0-RC2

See Release Notes.

JUnit 5.10.0-RC1 = Platform 1.10.0-RC1 + Jupiter 5.10.0-RC1 + Vintage 5.10.0-RC1

See Release Notes.

JUnit 5.10.0-M1 = Platform 1.10.0-M1 + Jupiter 5.10.0-M1 + Vintage 5.10.0-M1

See Release Notes.

JUnit 5.9.3 = Platform 1.9.3 + Jupiter 5.9.3 + Vintage 5.9.3

... (truncated)

Commits
  • 4c0ddda Release 5.10.2
  • 463a147 Finalize release notes for 5.10.2
  • 43c105a Revert "Apply method predicate before searching type hierarchy"
  • 63d464d Revert "Harmonize application of method and field filters in search algorithms"
  • 85ec2fc Revert "Apply field predicate before searching type hierarchy"
  • 6209006 Update release notes
  • 5ee499f Fix CI build
  • d919ba7 Namespace user-specific build parameters
  • e26cd83 Prepare release notes for 5.10.2
  • ec8d428 Include LauncherInterceptor in launcher module declaration
  • Additional commits viewable in compare view

Updates com.willowtreeapps.assertk:assertk-jvm from 0.25 to 0.28.1

Release notes

Sourced from com.willowtreeapps.assertk:assertk-jvm's releases.

0.28.1

[0.28.1] 2024-04-17

Added

  • Added core wasmWasi support, wasmJs to coroutines

v0.28.0

[0.28.0] 2023-12-05

Changed

  • Minimum supported kotlin version is 1.9.21
  • Rename isSameAs/isNotSameAs to isSameInstanceAs/isNotSameInstanceAs to make it more clear they use are about instance identity, old name is deprecated
  • Rename containsAll to containsAtLeast to make it more clear that the collection can contain additional elements, old name is deprecated
  • Bytes are shown as hex on all supported platforms (previously it was only on the jvm)
  • If isEqualTo fails and the expected and actual display the same string, print a disambiguation message, ex:
    expected:<4> with type:<class kotlin.Int> but was type:<class kotlin.Short> with the same string representation
    

Breaking Changes

  • Binary-breaking change as previous error-level deprecations were removed

Added

  • Added doesNotContainKey assertion for Map

Fixed

  • Fixed incorrect usage of contains in some kdoc examples
  • Exceptions being swallowed if thrown in a soft assertion block
  • More correctly re-throw fatal error in the jvm

v0.27.0

[0.27.0] 2023-09-13

Changed

  • Minimum supported kotlin version is 1.9.0
  • Added support for WASM targets (note: this only applies to the core library and not assertk-coroutines as the coroutines library doesn't have a stable release for it yet)

Breaking Changes

  • Previous assertThat {} deprecation warning is now an error

v0.26.1

[0.26.1] 2023-05-18

Fixed

  • Made assertFailure {} inline like assertThat {} was to allow testing suspend function failures.

... (truncated)

Changelog

Sourced from com.willowtreeapps.assertk:assertk-jvm's changelog.

[0.28.1] 2024-04-17

Added

  • Added core wasmWasi support, wasmJs to coroutines

[0.28.0] 2023-12-05

Changed

  • Minimum supported kotlin version is 1.9.21
  • Rename isSameAs/isNotSameAs to isSameInstanceAs/isNotSameInstanceAs to make it more clear they use are about instance identity, old name is deprecated
  • Rename containsAll to containsAtLeast to make it more clear that the collection can contain additional elements, old name is deprecated
  • Bytes are shown as hex on all supported platforms (previously it was only on the jvm)
  • If isEqualTo fails and the expected and actual display the same string, print a disambiguation message, ex:
    expected:<4> with type:<class kotlin.Int> but was type:<class kotlin.Short> with the same string representation
    

Breaking Changes

  • Binary-breaking change as previous error-level deprecations were removed

Added

  • Added doesNotContainKey assertion for Map

Fixed

  • Fixed incorrect usage of contains in some kdoc examples
  • Exceptions being swallowed if thrown in a soft assertion block
  • More correctly re-throw fatal error in the jvm

[0.27.0] 2023-09-13

Changed

  • Minimum supported kotlin version is 1.9.0
  • Added support for WASM targets (note: this only applies to the core library and not assertk-coroutines as the coroutines library doesn't have a stable release for it yet)

Breaking Changes

  • Previous assertThat {} deprecation warning is now an error

[0.26.1] 2023-05-18

Fixed

  • Made assertFailure {} inline like assertThat {} was to allow testing suspend function failures.

[0.26] 2023-05-12

Changed

  • Minimum supported kotlin version is 1.8.10

... (truncated)

Commits
  • 2fa29cd prepare release 0.28.1
  • 8791305 ci: replace deprecated deploy step with run
  • 0836bdb Add core wasmWasi support, wasmJs to coroutines
  • 59a43f7 Fix code samples in KDoc comments
  • 5ff8a09 bump version for dev, the next planned release is 1.0.0
  • 1829f1c Update docs
  • 2777987 prepare release v0.28.0
  • c9209ca update CHANGELOG with changes since last release
  • 82dfd5b remove error-level deprecations
  • 1034194 reformat tests
  • Additional commits viewable in compare view

Updates au.com.dius.pact.consumer:junit5 from 4.6.3 to 4.6.10

Release notes

Sourced from au.com.dius.pact.consumer:junit5's releases.

4.6.10

Updated DSL methods

  • 9d46d36f2 - feat: Allow reusing common DSL parts in different LambdaDslJsonBody objects #1796
  • 85b042cc2 - fix: Add user-agent to the list of single value headers

4.6.9

Bugfix Release

  • f835e2aca - chore: Removing publish test result step from CI
  • 9fea4e229 - fix: Add tests for generating URLs with null or empty query parameter values #1788
  • be1989d40 - fix: IndexOutOfBoundsException when query param without value #1788
  • b5bf1b33a - Update README.md (danifgxcom)

4.6.8

Maintenance Release

  • 6ced027af - chore: upgrade Netty to version 4.1.108.Final #1782
  • 71d8fee59 - feat(consumer/groovy): Support matchers on plain text bodies #443
  • 7f7093639 - feat(consumer-dsl): Support object and array expectation without specifying consumer in LambdaDSL #1737
  • 314f9c096 - feat(consumer-dsl): Support request body as byte array #1777
  • 245b17c39 - fix: allow synchronous messages to be saved in a v4 pact json report (Gert Jan Kersten)
  • 411fc8221 - docs: remove reference to scala-pact (Gaël Jourdan-Weil)
  • bc1e74468 - fix: Fix for failing Compatibility Suite build
  • 1f7d401ec - feat: Add interaction description to the verification payload sent to the Pact Broker
  • f5cc82338 - chore: Upgrade dependencies (groovy)
  • e89bf5bd6 - chore: Upgrade dependencies (ktor, netty)
  • a3358ce84 - chore: Upgrade dependencies (json, tika, pact plugin driver)
  • 7bada264d - chore: remove use of deplicated KLogging
  • 04458fca2 - chore: Upgrade kotlin-logging to 5.1.4

4.6.7

Bugfix Release

  • 2dd627172 - fix: Matching rules for query strings with square brackets were not bing written in V2 format correctly #1766
  • 9480fdc77 - fix: Provider branch not sent to Pact Broker in consumer version selectors if enablePending=false #1769
  • d50ad0876 - chore: Disable query with [] test for now #1766
  • 24b14a357 - chore: Add a query with [] test #1766
  • 152c7bc5f - fix: matchPath should validate that the example provided explicitly matches the regex #1767

4.6.6

Bugfix Release

  • 01058b318 - fix: when Preemptive Authentication is enabled, basic auth creds were not being set correctly #1764
  • 111ae7962 - fix: Implemented missing atLeast and atMost options with matching rule definitions
  • a4509a047 - docs: update content type override system property
  • fffc9ccdc - docs: update how to override body data type

4.6.5

... (truncated)

Changelog

Sourced from au.com.dius.pact.consumer:junit5's changelog.

4.6.10 - Updated DSL methods

  • 0131eb2e8 - Update README.md (Ronald Holshausen, Mon May 27 09:43:50 2024 +1000)
  • 9d46d36f2 - feat: Allow reusing common DSL parts in different LambdaDslJsonBody objects #1796 (Ronald Holshausen, Wed May 22 11:50:39 2024 +1000)
  • 4752365ad - chore(ci): allow wf dispatch for docs trigger (Yousaf Nabi, Tue Apr 23 15:40:06 2024 +0100)
  • 85b042cc2 - fix: Add user-agent to the list of single value headers (Ronald Holshausen, Tue Apr 23 09:45:37 2024 +1000)
  • dd23af126 - bump version to 4.6.10 (Ronald Holshausen, Thu Apr 18 14:34:04 2024 +1000)

4.6.9 - Bugfix Release

  • f835e2aca - chore: Removing publish test result step from CI (Ronald Holshausen, Thu Apr 18 11:29:20 2024 +1000)
  • 9fea4e229 - fix: Add tests for generating URLs with null or empty query parameter values #1788 (Ronald Holshausen, Thu Apr 18 11:20:45 2024 +1000)
  • be1989d40 - fix: IndexOutOfBoundsException when query param without value #1788 (Ronald Holshausen, Wed Apr 17 17:28:56 2024 +1000)
  • 78b265ece - Merge pull request #1785 from danifgxcom/patch-1 (Ronald Holshausen, Wed Apr 17 09:45:48 2024 +1000)
  • b5bf1b33a - Update README.md (danifgxcom, Wed Apr 3 01:16:30 2024 +0200)
  • da146a02b - bump version to 4.6.9 (Ronald Holshausen, Wed Mar 27 15:07:21 2024 +1100)

4.6.8 - Maintenance Release

  • 6ced027af - chore: upgrade Netty to version 4.1.108.Final #1782 (Ronald Holshausen, Wed Mar 27 14:36:04 2024 +1100)
  • 71d8fee59 - feat(consumer/groovy): Support matchers on plain text bodies #443 (Ronald Holshausen, Tue Mar 26 16:44:35 2024 +1100)
  • 7f7093639 - feat(consumer-dsl): Support object and array expectation without specifying consumer in LambdaDSL #1737 (Ronald Holshausen, Tue Mar 26 15:52:18 2024 +1100)
  • 314f9c096 - feat(consumer-dsl): Support request body as byte array #1777 (Ronald Holshausen, Tue Mar 26 15:03:32 2024 +1100)
  • 4f3177a42 - Merge pull request #1780 from gjkersten/fix-v4-syn-msg-json-report (Ronald Holshausen, Thu Mar 21 11:22:10 2024 +1100)
  • 245b17c39 - fix: allow synchronous messages to be saved in a v4 pact json report (Gert Jan Kersten, Wed Mar 20 08:14:38 2024 +0100)
  • ca1afe425 - Merge pull request #1772 from gaeljw/patch-1 (Ronald Holshausen, Mon Mar 18 12:03:03 2024 +1100)
  • 411fc8221 - docs: remove reference to scala-pact (Gaël Jourdan-Weil, Sat Mar 2 20:38:15 2024 +0100)
  • bc1e74468 - fix: Fix for failing Compatibility Suite build (Ronald Holshausen, Tue Feb 20 14:29:04 2024 +1100)
  • 1f7d401ec - feat: Add interaction description to the verification payload sent to the Pact Broker (Ronald Holshausen, Tue Feb 20 13:57:56 2024 +1100)
  • 30c462b23 - Merge commit 'fa1f85fd4e37374d207e14f69984cb332c61e6dc' (Ronald Holshausen, Mon Feb 19 13:15:39 2024 +1100)
  • fa1f85fd4 - Squashed 'compatibility-suite/pact-compatibility-suite/' changes from d22d4667c..416f3a64d (Ronald Holshausen, Mon Feb 19 13:15:39 2024 +1100)
  • f5cc82338 - chore: Upgrade dependencies (groovy) (Ronald Holshausen, Fri Feb 16 16:18:18 2024 +1100)
  • e89bf5bd6 - chore: Upgrade dependencies (ktor, netty) (Ronald Holshausen, Fri Feb 16 16:12:15 2024 +1100)
  • a3358ce84 - chore: Upgrade dependencies (json, tika, pact plugin driver) (Ronald Holshausen, Fri Feb 16 16:06:24 2024 +1100)
  • 7bada264d - chore: remove use of deplicated KLogging (Ronald Holshausen, Fri Feb 16 15:54:31 2024 +1100)
  • 04458fca2 - chore: Upgrade kotlin-logging to 5.1.4 (Ronald Holshausen, Fri Feb 16 15:32:14 2024 +1100)
  • dac93d75a - bump version to 4.6.8 (Ronald Holshausen, Fri Feb 16 15:10:16 2024 +1100)

4.6.7 - Bugfix Release

  • 2dd627172 - fix: Matching rules for query strings with square brackets were not bing written in V2 format correctly #1766 (Ronald Holshausen, Fri Feb 16 14:17:12 2024 +1100)
  • 9480fdc77 - fix: Provider branch not sent to Pact Broker in consumer version selectors if enablePending=false #1769 (Ronald Holshausen, Fri Feb 16 10:25:53 2024 +1100)
  • d50ad0876 - chore: Disable query with [] test for now #1766 (Ronald Holshausen, Fri Feb 16 10:25:00 2024 +1100)
  • 24b14a357 - chore: Add a query with [] test #1766 (Ronald Holshausen, Fri Feb 16 09:29:14 2024 +1100)
  • 152c7bc5f - fix: matchPath should validate that the example provided explicitly matches the regex #1767 (Ronald Holshausen, Thu Feb 15 12:05:33 2024 +1100)
  • b52f5a7c5 - Update README.md (Ronald Holshausen, Tue Jan 30 17:32:50 2024 +1100)
  • 4806c6294 - bump version to 4.6.7 (Ronald Holshausen, Tue Jan 30 17:28:57 2024 +1100)

4.6.6 - Bugfix Release

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 4 updates in the /sample-api-client directory: [io.ktor:ktor-bom](https://github.com/ktorio/ktor), [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5), [com.willowtreeapps.assertk:assertk-jvm](https://github.com/willowtreeapps/assertk) and [au.com.dius.pact.consumer:junit5](https://github.com/pact-foundation/pact-jvm).


Updates `io.ktor:ktor-bom` from 2.1.2 to 2.3.12
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.12/CHANGELOG.md)
- [Commits](ktorio/ktor@2.1.2...2.3.12)

Updates `org.junit.jupiter:junit-jupiter` from 5.9.0 to 5.10.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.0...r5.10.2)

Updates `com.willowtreeapps.assertk:assertk-jvm` from 0.25 to 0.28.1
- [Release notes](https://github.com/willowtreeapps/assertk/releases)
- [Changelog](https://github.com/willowtreeapps/assertk/blob/main/CHANGELOG.md)
- [Commits](willowtreeapps/assertk@v0.25...v0.28.1)

Updates `au.com.dius.pact.consumer:junit5` from 4.6.3 to 4.6.10
- [Release notes](https://github.com/pact-foundation/pact-jvm/releases)
- [Changelog](https://github.com/pact-foundation/pact-jvm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pact-foundation/pact-jvm/commits)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.willowtreeapps.assertk:assertk-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: au.com.dius.pact.consumer:junit5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 24, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 25, 2024

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

@dependabot dependabot bot closed this Jun 25, 2024
@dependabot dependabot bot deleted the dependabot/gradle/sample-api-client/dependencies-cbda226cdd branch June 25, 2024 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
0 participants