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

build(deps): bump okio from 3.8.0 to 3.9.0 #41

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps okio from 3.8.0 to 3.9.0.
Updates com.squareup.okio:okio from 3.8.0 to 3.9.0

Changelog

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

Version 3.9.0

2024-03-12

  • New: FileSystem.SYSTEM can be used in source sets that target both Kotlin/Native and Kotlin/JVM. Previously, we had this symbol in each source set but it wasn't available to common source sets.
  • New: COpaquePointer.readByteString(...) creates a ByteString from a memory address.
  • New: Support InflaterSource, DeflaterSink, GzipSink, and GzipSource in Kotlin/Native.
  • New: Support openZip() on Kotlin/Native. One known bug in this implementation is that FileMetadata.lastModifiedAtMillis() is interpreted as UTC and not the host machine's time zone.
  • New: Prefer NTFS timestamps in ZIP file systems' metadata. This avoids the time zone problems of ZIP's built-in DOS timestamps, and the 2038 time bombs of ZIP's extended timestamps.
  • Fix: Don't leak file handles to opened JAR files open in FileSystem.RESOURCES.
  • Fix: Don't throw a NullPointerException if Closeable.use { ... } returns null.
Commits
  • d6c38c2 Prepare for release 3.9.0.
  • eac869b Create FileSystem.SYSTEM property in shared source set (#1455)
  • fe6ac99 Fix Closeable.use NullPointerException (#1453)
  • 940496a Get ZipFileSystem to prefer NTFS timestamps when present (#1449)
  • 2c0d99e Merge pull request #1451 from square/renovate/org.jetbrains.dokka-dokka-gradl...
  • 6c96879 Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v1.9.20
  • 0b889e3 Update actions/setup-java action to v4.1.0 (#1446)
  • eb0b918 Tag the language in code samples (#1445)
  • 20b83aa Get openZip working on KotlinNative (#1439)
  • 3bcb813 Handle DOS dates in Kotlin/Multiplatform (#1438)
  • Additional commits viewable in compare view

Updates com.squareup.okio:okio-jvm from 3.8.0 to 3.9.0

Changelog

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

Version 3.9.0

2024-03-12

  • New: FileSystem.SYSTEM can be used in source sets that target both Kotlin/Native and Kotlin/JVM. Previously, we had this symbol in each source set but it wasn't available to common source sets.
  • New: COpaquePointer.readByteString(...) creates a ByteString from a memory address.
  • New: Support InflaterSource, DeflaterSink, GzipSink, and GzipSource in Kotlin/Native.
  • New: Support openZip() on Kotlin/Native. One known bug in this implementation is that FileMetadata.lastModifiedAtMillis() is interpreted as UTC and not the host machine's time zone.
  • New: Prefer NTFS timestamps in ZIP file systems' metadata. This avoids the time zone problems of ZIP's built-in DOS timestamps, and the 2038 time bombs of ZIP's extended timestamps.
  • Fix: Don't leak file handles to opened JAR files open in FileSystem.RESOURCES.
  • Fix: Don't throw a NullPointerException if Closeable.use { ... } returns null.
Commits
  • d6c38c2 Prepare for release 3.9.0.
  • eac869b Create FileSystem.SYSTEM property in shared source set (#1455)
  • fe6ac99 Fix Closeable.use NullPointerException (#1453)
  • 940496a Get ZipFileSystem to prefer NTFS timestamps when present (#1449)
  • 2c0d99e Merge pull request #1451 from square/renovate/org.jetbrains.dokka-dokka-gradl...
  • 6c96879 Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v1.9.20
  • 0b889e3 Update actions/setup-java action to v4.1.0 (#1446)
  • eb0b918 Tag the language in code samples (#1445)
  • 20b83aa Get openZip working on KotlinNative (#1439)
  • 3bcb813 Handle DOS dates in Kotlin/Multiplatform (#1438)
  • 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 requested a review from amal as a code owner April 1, 2024 04:47
@dependabot dependabot bot added dependencies Dependencies update request gradle Gradle-related things labels Apr 1, 2024
Copy link

github-actions bot commented Apr 1, 2024

❌ Build failed:

2 similar comments
Copy link

github-actions bot commented Apr 1, 2024

❌ Build failed:

Copy link

github-actions bot commented Apr 1, 2024

❌ Build failed:

@amal amal force-pushed the main branch 2 times, most recently from fcfc5b5 to 88b2684 Compare April 7, 2024 16:38
@amal
Copy link
Member

amal commented Apr 7, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/okio-3.9.0 branch from c957f1b to 7233a22 Compare April 7, 2024 16:39
Copy link

github-actions bot commented Apr 7, 2024

❌ Build failed!

1 similar comment
Copy link

github-actions bot commented Apr 7, 2024

❌ Build failed!

@amal amal force-pushed the main branch 2 times, most recently from 897ab4b to cb7c693 Compare April 7, 2024 18:00
@amal
Copy link
Member

amal commented Apr 7, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/okio-3.9.0 branch from 7233a22 to 6285f5e Compare April 7, 2024 18:01
Copy link

github-actions bot commented Apr 7, 2024

🔄 Baseline update started...

Copy link

github-actions bot commented Apr 7, 2024

❌ Baseline update failed!

Copy link

github-actions bot commented Apr 7, 2024

❌ Build failed on windows.

Copy link

github-actions bot commented Apr 7, 2024

❌ Build failed on macos.

Copy link

github-actions bot commented Apr 7, 2024

❌ Build failed on ubuntu.

@amal amal force-pushed the main branch 2 times, most recently from 5c45588 to a1b5bbf Compare April 7, 2024 18:22
@amal
Copy link
Member

amal commented Apr 7, 2024

https://github.com/dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/okio-3.9.0 branch from 6285f5e to b0cd560 Compare April 7, 2024 18:27
Copy link

github-actions bot commented Apr 7, 2024

🔄 Baseline update started...

Copy link

github-actions bot commented Apr 7, 2024

❌ Baseline update failed!

Copy link

github-actions bot commented Apr 7, 2024

❌ Build failed on windows.

Copy link

github-actions bot commented Apr 7, 2024

❌ Build failed on macos.

Copy link

github-actions bot commented Apr 7, 2024

❌ Build failed on ubuntu.

@amal amal force-pushed the main branch 2 times, most recently from 41a0024 to 398b340 Compare April 7, 2024 20:50
@dependabot dependabot bot force-pushed the dependabot/gradle/okio-3.9.0 branch from 88eec9e to 2a032c4 Compare April 7, 2024 21:39
Copy link

github-actions bot commented Apr 7, 2024

❌ Baseline update failed!

Copy link

github-actions bot commented Apr 7, 2024

❌ Build failed on windows.

Copy link

github-actions bot commented Apr 7, 2024

❌ Build failed on macos.

@amal amal force-pushed the main branch 2 times, most recently from 4653137 to 577d42a Compare April 8, 2024 20:58
@dependabot dependabot bot force-pushed the dependabot/gradle/okio-3.9.0 branch from 2a032c4 to bcd5a82 Compare April 8, 2024 21:11
Copy link

github-actions bot commented Apr 8, 2024

❌ Baseline update failed!

@amal amal closed this Apr 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 8, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@amal
Copy link
Member

amal commented Apr 8, 2024

@dependabot reopen

@dependabot dependabot bot deleted the dependabot/gradle/okio-3.9.0 branch April 8, 2024 21:12
@dependabot dependabot bot reopened this Apr 8, 2024
@dependabot dependabot bot restored the dependabot/gradle/okio-3.9.0 branch April 8, 2024 21:12
Copy link

github-actions bot commented Apr 8, 2024

❌ Baseline update failed!

@amal
Copy link
Member

amal commented Apr 8, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/gradle/okio-3.9.0 branch from bcd5a82 to d1b2702 Compare April 8, 2024 21:15
Copy link

github-actions bot commented Apr 8, 2024

❌ Baseline update failed!

Bumps `okio` from 3.8.0 to 3.9.0.

Updates `com.squareup.okio:okio` from 3.8.0 to 3.9.0
- [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md)
- [Commits](square/[email protected])

Updates `com.squareup.okio:okio-jvm` from 3.8.0 to 3.9.0
- [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md)
- [Commits](square/[email protected])

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

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Art Shendrik <[email protected]>
@amal amal force-pushed the dependabot/gradle/okio-3.9.0 branch from d1b2702 to 9c68497 Compare April 8, 2024 21:17
@amal
Copy link
Member

amal commented Apr 8, 2024

/ff

Copy link

github-actions bot commented Apr 8, 2024

Triggered from #41 (comment) by @​amal.

Trying to fast forward main (20e3c60) to dependabot/gradle/okio-3.9.0 (9c68497).

Target branch (main):

commit 20e3c6074349b8bd4d37dcf2b4f5e796eac8e06d (HEAD -> main, origin/main, origin/HEAD)
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Apr 8 20:59:47 2024 +0000

    build(deps): bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre
    
    Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.0.0-jre to 33.1.0-jre.
    - [Release notes](https://github.com/google/guava/releases)
    - [Commits](https://github.com/google/guava/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.guava:guava
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>

Pull request (dependabot/gradle/okio-3.9.0):

commit 9c684974bb488c7627ad08be927f417eda3f8a64 (pull_request/dependabot/gradle/okio-3.9.0)
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Apr 8 21:15:20 2024 +0000

    build(deps): bump okio from 3.8.0 to 3.9.0
    
    Bumps `okio` from 3.8.0 to 3.9.0.
    
    Updates `com.squareup.okio:okio` from 3.8.0 to 3.9.0
    - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md)
    - [Commits](square/[email protected])
    
    Updates `com.squareup.okio:okio-jvm` from 3.8.0 to 3.9.0
    - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md)
    - [Commits](square/[email protected])
    
    ---
    updated-dependencies:
    - dependency-name: com.squareup.okio:okio
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.squareup.okio:okio-jvm
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Art Shendrik <[email protected]>

Fast forwarding main (20e3c60) to dependabot/gradle/okio-3.9.0 (9c68497).

$ git push origin 9c684974bb488c7627ad08be927f417eda3f8a64:main
To https://github.com/fluxo-kt/fluxo-kmp-conf.git
   20e3c60..9c68497  9c684974bb488c7627ad08be927f417eda3f8a64 -> main

@github-actions github-actions bot merged commit 9c68497 into main Apr 8, 2024
4 of 5 checks passed
@github-actions github-actions bot deleted the dependabot/gradle/okio-3.9.0 branch April 8, 2024 21:19
Copy link

github-actions bot commented Apr 8, 2024

❌ Build failed on macos.

Copy link

github-actions bot commented Apr 8, 2024

❌ Build failed on windows.

Copy link

github-actions bot commented Apr 8, 2024

❌ Build failed on ubuntu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies update request gradle Gradle-related things
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant