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.9.1 to 3.10.0 in /cnf #2951

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

3.10.0

  • 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.
Changelog

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

Version 3.10.0

2025-01-06

  • 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.
Commits
  • 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)
  • d2a4523 Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v2 (#1557)
  • d144d83 Tee sample (#1559)
  • b6b4d52 Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.1.0 (#1552)
  • Additional commits viewable 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.9.1 to 3.10.0.
- [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.0)

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

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

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #2951      +/-   ##
=============================================
- Coverage      57.08%   57.07%   -0.01%     
+ Complexity      9731     9725       -6     
=============================================
  Files           2266     2266              
  Lines          96819    96819              
  Branches        7163     7163              
=============================================
- Hits           55262    55252      -10     
- Misses         39495    39506      +11     
+ Partials        2062     2061       -1     

@sfeilmeier sfeilmeier merged commit a660a40 into develop Jan 7, 2025
6 of 7 checks passed
@sfeilmeier sfeilmeier deleted the dependabot/maven/cnf/develop/com.squareup.okio-okio-jvm-3.10.0 branch January 7, 2025 13:54
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