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 com.squareup.okio:okio-jvm from 3.10.0 to 3.10.2 in /cnf #2965

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps com.squareup.okio:okio-jvm from 3.10.0 to 3.10.2.

Release notes

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

3.10.2

  • Fix: okio-nodefilesystem artifact is no longer empty.

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. Please use 3.10.2 to ensure this change actually does not affect your builds.
Changelog

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

Version 3.10.2

2025-01-08

  • Fix: okio-nodefilesystem artifact is no longer empty.

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. Please use 3.10.2 to ensure this change actually does not affect your builds.
Commits
  • e0dcfb6 Prepare version 3.10.2
  • 08a8bec Correct Node integration's source set directories (#1571)
  • 5302dda Migrate config renovate.json (#1570)
  • 9c8b6a1 Update dependency com.diffplug.spotless:spotless-plugin-gradle to v7.0.1 (#1569)
  • 6a91795 Update dependency com.diffplug.spotless:spotless-plugin-gradle to v7 (#1568)
  • 201732c Prepare next development version
  • c7f7a23 Prepare version 3.10.1
  • 426cf99 Prepare next development version
  • fd4d135 Fix version
  • See full diff in compare view

Dependabot compatibility score

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)

Bumps [com.squareup.okio:okio-jvm](https://github.com/square/okio) from 3.10.0 to 3.10.2.
- [Release notes](https://github.com/square/okio/releases)
- [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md)
- [Commits](square/okio@3.10.0...3.10.2)

---
updated-dependencies:
- dependency-name: com.squareup.okio:okio-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies java Pull requests that update Java code labels Jan 13, 2025
Copy link

codecov bot commented Jan 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Additional details and impacted files
@@            Coverage Diff             @@
##             develop    #2965   +/-   ##
==========================================
  Coverage      57.09%   57.09%           
  Complexity      9735     9735           
==========================================
  Files           2266     2266           
  Lines          96819    96819           
  Branches        7163     7163           
==========================================
  Hits           55271    55271           
  Misses         39486    39486           
  Partials        2062     2062           

@sfeilmeier sfeilmeier merged commit 76d76f5 into develop Jan 14, 2025
7 checks passed
@sfeilmeier sfeilmeier deleted the dependabot/maven/cnf/develop/com.squareup.okio-okio-jvm-3.10.2 branch January 14, 2025 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant