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

Update dependency com.squareup.okio:okio to v3.6.0 #237

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.squareup.okio:okio 3.5.0 -> 3.6.0 age adoption passing confidence

Release Notes

square/okio (com.squareup.okio:okio)

v3.6.0

2023-10-01

  • Fix: Don't leak file handles when using metadata functions on ZipFileSystem. We had a bug
    where we were closing the .zip file, but not a stream inside of it. We would have prevented
    this bug if only we’d used FakeFileSystem.checkNoOpenFiles() in our tests!
  • Fix: Don't build an index of a class loader's resources in ResourceFileSystem.read(). This
    operation doesn't need this index, and building it is potentially expensive.
  • New: Experimentally support Linux on ARM64 for Kotlin/Native targets (linuxArm64). Note that
    we haven't yet added CI test coverage for this platform.
  • Upgrade: [Kotlin 1.9.10][kotlin_1_9_10].

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions
Copy link

github-actions bot commented Oct 2, 2023

Dependency diff:

 \--- project :io
-     \--- com.squareup.okio:okio:3.5.0
-          \--- com.squareup.okio:okio-jvm:3.5.0
-               +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0 -> 1.9.10 (*)
-               \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0 -> 1.9.10
+     \--- com.squareup.okio:okio:3.6.0
+          \--- com.squareup.okio:okio-jvm:3.6.0
+               +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10 (*)
+               \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.10

@github-actions
Copy link

github-actions bot commented Oct 2, 2023

Jar size:

Jar size change: +0.0B (3.9MiB -> 3.9MiB)

Diffuse output:

OLD: diffuse-source-file
NEW: diffuse-unspecified-r8.jar

       │        compressed        │     uncompressed     
       ├─────────┬─────────┬──────┼───────┬───────┬──────
 JAR   │ old     │ new     │ diff │ old   │ new   │ diff 
───────┼─────────┼─────────┼──────┼───────┼───────┼──────
 class │ 2.3 MiB │ 2.3 MiB │  0 B │ 4 MiB │ 4 MiB │  0 B 
 other │ 1.6 MiB │ 1.6 MiB │  0 B │ 5 MiB │ 5 MiB │  0 B 
───────┼─────────┼─────────┼──────┼───────┼───────┼──────
 total │ 3.9 MiB │ 3.9 MiB │  0 B │ 9 MiB │ 9 MiB │  0 B 

 CLASSES │ old  │ new  │ diff      
─────────┼──────┼──────┼───────────
 classes │ 1780 │ 1780 │ 0 (+0 -0) 
 methods │ 9590 │ 9590 │ 0 (+0 -0) 
  fields │ 4223 │ 4223 │ 0 (+0 -0)

@mateuszkwiecinski mateuszkwiecinski merged commit 6a5f6e4 into master Oct 2, 2023
2 checks passed
@mateuszkwiecinski mateuszkwiecinski deleted the renovate/okio branch October 2, 2023 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant