Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2025

Bumps okio from 3.9.1 to 3.10.1.
Updates com.squareup.okio:okio from 3.9.1 to 3.10.1

Release notes

Sourced from com.squareup.okio:okio's releases.

3.10.1

  • New: FileSystem.close() may prevent future access and/or clean up associated resources depending on the backing implementation. FakeFileSystem will prevent future operations once closed.
  • InputStreams created from BufferedSource.inputStream() now have a more efficient version of InputStream.transferTo() which reduces memory copies.
  • okio-nodefilesystem is no longer publised as a JS project, but a Kotlin multiplatform project with only a JS target. This change should not affect consumers in any way, and is motivated by the Kotlin Gradle plugin deprecating the JS-only plugin.

3.10.0

This version is equivalent to the subsequent 3.10.1, but it did not fully publish to Maven Central due to infrastructure problems.

Changelog

Sourced from com.squareup.okio:okio's changelog.

Version 3.10.1

2025-01-07

  • New: FileSystem.close() may prevent future access and/or clean up associated resources depending on the backing implementation. FakeFileSystem will prevent future operations once closed.
  • InputStreams created from BufferedSource.inputStream() now have a more efficient version of InputStream.transferTo() which reduces memory copies.
  • okio-nodefilesystem is no longer publised as a JS project, but a Kotlin multiplatform project with only a JS target. This change should not affect consumers in any way, and is motivated by the Kotlin Gradle plugin deprecating the JS-only plugin.

Version 3.10.0

2025-01-06

This version is equivalent to the subsequent 3.10.1, but it did not fully publish to Maven Central due to infrastructure problems.

Commits
  • c7f7a23 Prepare version 3.10.1
  • 426cf99 Prepare next development version
  • fd4d135 Fix version
  • 6ff3275 Prepare version 3.10.0
  • 939c30b Update dependency org.assertj:assertj-core to v3.27.2 (#1566)
  • 1ae511f Update dependency org.assertj:assertj-core to v3.27.1 (#1564)
  • c53e902 Update dependency gradle to v8.12 (#1563)
  • 5f711a6 Update dependency com.android.tools:desugar_jdk_libs to v2.1.4 (#1562)
  • 429b1a6 Update dependency org.jetbrains.kotlinx.binary-compatibility-validator:org.je...
  • 01969b7 Update dependency org.assertj:assertj-core to v3.27.0 (#1560)
  • Additional commits viewable in compare view

Updates com.squareup.okio:okio-nodefilesystem from 3.9.1 to 3.10.1

Release notes

Sourced from com.squareup.okio:okio-nodefilesystem's releases.

3.10.1

  • New: FileSystem.close() may prevent future access and/or clean up associated resources depending on the backing implementation. FakeFileSystem will prevent future operations once closed.
  • InputStreams created from BufferedSource.inputStream() now have a more efficient version of InputStream.transferTo() which reduces memory copies.
  • okio-nodefilesystem is no longer publised as a JS project, but a Kotlin multiplatform project with only a JS target. This change should not affect consumers in any way, and is motivated by the Kotlin Gradle plugin deprecating the JS-only plugin.

3.10.0

This version is equivalent to the subsequent 3.10.1, but it did not fully publish to Maven Central due to infrastructure problems.

Changelog

Sourced from com.squareup.okio:okio-nodefilesystem's changelog.

Version 3.10.1

2025-01-07

  • New: FileSystem.close() may prevent future access and/or clean up associated resources depending on the backing implementation. FakeFileSystem will prevent future operations once closed.
  • InputStreams created from BufferedSource.inputStream() now have a more efficient version of InputStream.transferTo() which reduces memory copies.
  • okio-nodefilesystem is no longer publised as a JS project, but a Kotlin multiplatform project with only a JS target. This change should not affect consumers in any way, and is motivated by the Kotlin Gradle plugin deprecating the JS-only plugin.

Version 3.10.0

2025-01-06

This version is equivalent to the subsequent 3.10.1, but it did not fully publish to Maven Central due to infrastructure problems.

Commits
  • c7f7a23 Prepare version 3.10.1
  • 426cf99 Prepare next development version
  • fd4d135 Fix version
  • 6ff3275 Prepare version 3.10.0
  • 939c30b Update dependency org.assertj:assertj-core to v3.27.2 (#1566)
  • 1ae511f Update dependency org.assertj:assertj-core to v3.27.1 (#1564)
  • c53e902 Update dependency gradle to v8.12 (#1563)
  • 5f711a6 Update dependency com.android.tools:desugar_jdk_libs to v2.1.4 (#1562)
  • 429b1a6 Update dependency org.jetbrains.kotlinx.binary-compatibility-validator:org.je...
  • 01969b7 Update dependency org.assertj:assertj-core to v3.27.0 (#1560)
  • 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 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot dependabot bot added the dependencies Dependencies update to newer versions label Jan 8, 2025
@dependabot dependabot bot force-pushed the dependabot/gradle/okio-3.10.1 branch from f00fdda to 877ba03 Compare January 8, 2025 14:38
Bumps `okio` from 3.9.1 to 3.10.1. Updates `com.squareup.okio:okio` from 3.9.1 to 3.10.1 - [Release notes](https://github.com/square/okio/releases) - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](square/okio@3.9.1...3.10.1) Updates `com.squareup.okio:okio-nodefilesystem` from 3.9.1 to 3.10.1 - [Release notes](https://github.com/square/okio/releases) - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](square/okio@3.9.1...3.10.1) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup.okio:okio-nodefilesystem dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/okio-3.10.1 branch from 877ba03 to f306adf Compare January 8, 2025 17:10
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 10, 2025

Superseded by #234.

@dependabot dependabot bot closed this Jan 10, 2025
@dependabot dependabot bot deleted the dependabot/gradle/okio-3.10.1 branch January 10, 2025 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies update to newer versions

1 participant