Skip to content

Bump the android-go-minor-patch group in /app/src/main/assets/android-client with 5 updates - #22

Merged
XXcipherX merged 1 commit into
main-newfrom
dependabot/go_modules/app/src/main/assets/android-client/android-go-minor-patch-14ee301829
Aug 9, 2026
Merged

Bump the android-go-minor-patch group in /app/src/main/assets/android-client with 5 updates#22
XXcipherX merged 1 commit into
main-newfrom
dependabot/go_modules/app/src/main/assets/android-client/android-go-minor-patch-14ee301829

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 9, 2026

Copy link
Copy Markdown

Bumps the android-go-minor-patch group in /app/src/main/assets/android-client with 5 updates:

Package From To
github.com/bogdanfinn/tls-client 1.14.0 1.15.1
github.com/pion/dtls/v3 3.1.4 3.1.5
github.com/pion/transport/v4 4.0.2 4.1.0
github.com/pion/turn/v5 5.0.2 5.0.12
golang.org/x/crypto 0.52.0 0.54.0

Updates github.com/bogdanfinn/tls-client from 1.14.0 to 1.15.1

Release notes

Sourced from github.com/bogdanfinn/tls-client's releases.

v1.15.1

  • Fixed an issue with isByteResponse=true body reading in shared library and tls-client-api

Full Changelog: bogdanfinn/tls-client@v1.15.0...v1.15.1

v1.15.0

What's Changed

New Contributors

Full Changelog: bogdanfinn/tls-client@v1.14.0...v1.15.0

Commits
  • 9921aa6 fixed body reading on isByteRespnses;
  • 5cc3ab9 updated shared library
  • f768f95 feat: fixed connection leak & logging format (#254)
  • 0dee514 fix: guard against nil logger before constructing proxy dialer (#250)
  • cc9dc02 fix: close idle connections when clearing session cache (#252)
  • ac98975 Update DefaultClientProfile to Chrome_146 (#243)
  • 58e5c06 add client certificate support (#244)
  • 62aac6a fix: http2Conn.Close should return both errors (#248)
  • c8a1005 fix: don't send H3 SETTINGS_MAX_FIELD_SECTION_SIZE for Firefox profiles (#249)
  • a57772f Add support for Brave Browser 146 profile (#241)
  • Additional commits viewable in compare view

Updates github.com/pion/dtls/v3 from 3.1.4 to 3.1.5

Release notes

Sourced from github.com/pion/dtls/v3's releases.

v3.1.5

Changelog

  • 9c642f885371954b6010f9605e963d54f654e917 Unblock reads when conn is closed
  • e2959fd20f75452dd1d804ecfa0b8ca392619a25 Remove the obsolete Go 1.14 build tag
  • 8674b27b56991188b4f6265ea1c93bfcc953be62 Update actions/checkout action to v7
  • 8f512dc1e1246f3735acbc718648ae36c8bbace1 Update module github.com/pion/transport/v4 to v4.0.2 (#836)
  • 1ce56ab99c4532578324fe21ca907ec9c08b16ea Update dtls-1.2 branch name
  • bc02e8173b560036034761eb958169da82de7094 Document main-branch tagging freeze
Commits
  • 9c642f8 Unblock reads when conn is closed
  • e2959fd Remove the obsolete Go 1.14 build tag
  • 8674b27 Update actions/checkout action to v7
  • 8f512dc Update module github.com/pion/transport/v4 to v4.0.2 (#836)
  • 1ce56ab Update dtls-1.2 branch name
  • bc02e81 Document main-branch tagging freeze
  • See full diff in compare view

Updates github.com/pion/transport/v4 from 4.0.2 to 4.1.0

Release notes

Sourced from github.com/pion/transport/v4's releases.

v4.1.0

Changelog

  • b60c5c3a5dca25942a050e130e750d8ff16069d4 New allocation-free replay detector API (#392)
  • 0e71f1ec4e00d90fa7b826801dee5084f3a35a67 Update CI configs to v0.12.6
  • 0ccb39d31e068cb387cd9a96537b06868f97b396 Add TCP connection and listener tracking maps (#389)
  • 55e2272f8b7697369bb2ff87b1a1531babfc5f37 Refactor NAT to support TCP, fix typos (#388)
  • a4a04edd2ea018664f2cfa8b12a61c529ba93483 Fix TCP chunk: seqNum/ackNum and Clone (#387)
Commits

Updates github.com/pion/turn/v5 from 5.0.2 to 5.0.12

Release notes

Sourced from github.com/pion/turn/v5's releases.

v5.0.12

Changelog

  • 443e41acf1bb4e5e6cabfb3a8876d419b31b617e Recover ambiguous ChannelBind failures
  • 9711af076d63b187894b56107e3f0785ee1cd6e7 Include ERROR-CODE in CreatePermission errors
  • 946de4e7afe5abfb0885b97ec488cc51bc528fd6 Fix UnknownAttributes length assertion
  • 2bd0de04405daae92020bcd4e09912644de22dcb Update actions/checkout action to v7
  • 7cc2102fe959249f0215a13af0069d1b8968218c Guard close
  • ad2f88014a2c437469d491c6cd06cf04e3cfa08a Close allocation on ChannelBind 400

v5.0.11

Changelog

  • 0dc8e6ecdeff3991d747af51c8b4df0b5ee03c63 Include ERROR-CODE in CreatePermission errors
  • 78d4c524376e1cdd1a5c11ffbe836d0b0f321e12 Fix UnknownAttributes length assertion
  • a6b9b7997722d58f5e2d580acb81b270183968be Update actions/checkout action to v7

v5.0.10

Changelog

  • deec9e5f5b16a129e9c57dd0e6689c7b60e69151 Default omitted address family to listener

v5.0.9

Changelog

  • 46db920d9f845d62331ff97b1d4ccfc5e082a05a Upgrade dtls to fix compatibility with firefox

v5.0.8

Changelog

  • 0dafcab8235c64249e89804d5f6b4055b3532550 Fix PermissionHandler not enforced for TURN TCP (#570)

v5.0.7

Changelog

  • d9114d1a3f6b792c361a8fa2b5ce9a225fd19bbe Update module github.com/pion/stun/v3 to v3.1.4

v5.0.6

Changelog

  • 225f670f9c28b7b53037dbc61b0f1bb26206000f Update module github.com/pion/stun/v3 to v3.1.3
  • bc67c654fad9fd17334c7afd9ecec52056393809 Update module github.com/pion/transport/v4 to v4.0.2 (#569)

v5.0.5

Changelog

  • e6b1c7ded77009c6b0fd7866ad90281ce902d46e Make username parsing more robust (#568)

v5.0.4

Changelog

  • f8c9cf8b11c7d518fecb58bfa990572309b83603 Add Method field to RequestAttributes
  • 2eec1a0de7f2c9c6708aec7fec72ae80ce4e067c Update CI configs to v0.12.2
  • a2d7c1cc618b3806f0363657403b56a059db374d Update module github.com/pion/stun/v3 to v3.1.2 (#562)
  • 3f5db1b64080b5237f8641002c06e20214c891e2 Apply modernize and lint upgrades
  • 5f36e63cdf9b586babff552432ee5ac10d9ac221 Update CI configs to v0.12.1

v5.0.3

Changelog

... (truncated)

Commits
  • 443e41a Recover ambiguous ChannelBind failures
  • 9711af0 Include ERROR-CODE in CreatePermission errors
  • 946de4e Fix UnknownAttributes length assertion
  • 2bd0de0 Update actions/checkout action to v7
  • 7cc2102 Guard close
  • ad2f880 Close allocation on ChannelBind 400
  • deec9e5 Default omitted address family to listener
  • 46db920 Upgrade dtls to fix compatibility with firefox
  • 0dafcab Fix PermissionHandler not enforced for TURN TCP (#570)
  • d9114d1 Update module github.com/pion/stun/v3 to v3.1.4
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.52.0 to 0.54.0

Commits
  • cdce021 go.mod: update golang.org/x dependencies
  • d9474cc openpgp: make the deprecation message more explicit
  • 7626c50 ssh: verify declared key type matches decoded key in authorized_keys
  • 0471e79 ssh/agent: enforce strict limits on DSA key parameters
  • 6435c37 ssh: sanitize client disconnect messages
  • 7d695da ssh/agent: drain channel stderr in agent forwarders
  • 5b7f841 acme/autocert: fix data race in Manager.createCert
  • 0b316e7 argon2: update RFC 9106 parameter recommendations
  • 55aec0a x509roots/fallback: update bundle
  • 5f2de1a internal: remove wycheproof tests
  • Additional commits viewable in compare view

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 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 android-go-minor-patch group in /app/src/main/assets/android-client with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/bogdanfinn/tls-client](https://github.com/bogdanfinn/tls-client) | `1.14.0` | `1.15.1` |
| [github.com/pion/dtls/v3](https://github.com/pion/dtls) | `3.1.4` | `3.1.5` |
| [github.com/pion/transport/v4](https://github.com/pion/transport) | `4.0.2` | `4.1.0` |
| [github.com/pion/turn/v5](https://github.com/pion/turn) | `5.0.2` | `5.0.12` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.52.0` | `0.54.0` |


Updates `github.com/bogdanfinn/tls-client` from 1.14.0 to 1.15.1
- [Release notes](https://github.com/bogdanfinn/tls-client/releases)
- [Commits](bogdanfinn/tls-client@v1.14.0...v1.15.1)

Updates `github.com/pion/dtls/v3` from 3.1.4 to 3.1.5
- [Release notes](https://github.com/pion/dtls/releases)
- [Commits](pion/dtls@v3.1.4...v3.1.5)

Updates `github.com/pion/transport/v4` from 4.0.2 to 4.1.0
- [Release notes](https://github.com/pion/transport/releases)
- [Commits](pion/transport@v4.0.2...v4.1.0)

Updates `github.com/pion/turn/v5` from 5.0.2 to 5.0.12
- [Release notes](https://github.com/pion/turn/releases)
- [Commits](pion/turn@v5.0.2...v5.0.12)

Updates `golang.org/x/crypto` from 0.52.0 to 0.54.0
- [Commits](golang/crypto@v0.52.0...v0.54.0)

---
updated-dependencies:
- dependency-name: github.com/bogdanfinn/tls-client
  dependency-version: 1.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-go-minor-patch
- dependency-name: github.com/pion/dtls/v3
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-go-minor-patch
- dependency-name: github.com/pion/transport/v4
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-go-minor-patch
- dependency-name: github.com/pion/turn/v5
  dependency-version: 5.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-go-minor-patch
- dependency-name: golang.org/x/crypto
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-go-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 9, 2026
@XXcipherX
XXcipherX merged commit 2249851 into main-new Aug 9, 2026
11 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/app/src/main/assets/android-client/android-go-minor-patch-14ee301829 branch August 9, 2026 10:06
XXcipherX pushed a commit that referenced this pull request Aug 9, 2026
Bumps the android-go-minor-patch group in /app/src/main/assets/android-client with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/bogdanfinn/tls-client](https://github.com/bogdanfinn/tls-client) | `1.14.0` | `1.15.1` |
| [github.com/pion/dtls/v3](https://github.com/pion/dtls) | `3.1.4` | `3.1.5` |
| [github.com/pion/transport/v4](https://github.com/pion/transport) | `4.0.2` | `4.1.0` |
| [github.com/pion/turn/v5](https://github.com/pion/turn) | `5.0.2` | `5.0.12` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.52.0` | `0.54.0` |


Updates `github.com/bogdanfinn/tls-client` from 1.14.0 to 1.15.1
- [Release notes](https://github.com/bogdanfinn/tls-client/releases)
- [Commits](bogdanfinn/tls-client@v1.14.0...v1.15.1)

Updates `github.com/pion/dtls/v3` from 3.1.4 to 3.1.5
- [Release notes](https://github.com/pion/dtls/releases)
- [Commits](pion/dtls@v3.1.4...v3.1.5)

Updates `github.com/pion/transport/v4` from 4.0.2 to 4.1.0
- [Release notes](https://github.com/pion/transport/releases)
- [Commits](pion/transport@v4.0.2...v4.1.0)

Updates `github.com/pion/turn/v5` from 5.0.2 to 5.0.12
- [Release notes](https://github.com/pion/turn/releases)
- [Commits](pion/turn@v5.0.2...v5.0.12)

Updates `golang.org/x/crypto` from 0.52.0 to 0.54.0
- [Commits](golang/crypto@v0.52.0...v0.54.0)

---
updated-dependencies:
- dependency-name: github.com/bogdanfinn/tls-client
  dependency-version: 1.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-go-minor-patch
- dependency-name: github.com/pion/dtls/v3
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-go-minor-patch
- dependency-name: github.com/pion/transport/v4
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-go-minor-patch
- dependency-name: github.com/pion/turn/v5
  dependency-version: 5.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-go-minor-patch
- dependency-name: golang.org/x/crypto
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-go-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant