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

chore(deps): bump kotlin.version from 1.9.10 to 1.9.20 #75

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2023

Bumps kotlin.version from 1.9.10 to 1.9.20.
Updates org.jetbrains.kotlin:kotlin-bom from 1.9.10 to 1.9.20

Release notes

Sourced from org.jetbrains.kotlin:kotlin-bom's releases.

Kotlin 1.9.20-RC2

Changelog

Compiler

  • KT-62747 Wrong warning message when overriding vararg with Array during actualization
  • KT-62655 Don't report a warning when new members and new supertypes are added to open expect actualization
  • KT-62313 Kotlin/Native Compiler crash: ClassCastException in IntrinsicGenerator

JavaScript

  • KT-62790 java.lang.ClassCastException in compiler when ::class is used

Libraries

  • KT-62656 Drop @AllowDifferentMembersInActual from stdlib

Reflection

  • KT-47973 Reflection: "IllegalArgumentException: argument type mismatch" when using callSuspend to call a function returning value class over primitive

Tools. Gradle

  • KT-61359 "Unresolved reference: platform" when enabling Gradle configuration cache
  • KT-62496 Configuration time regression with KGP 1.9.20-Beta caused by loading of properties

Checksums

File Sha256
kotlin-compiler-1.9.20-RC2.zip e7ecbb754203a427adcdfa97f609472e0840ef7c6722c04daaf218900b669728
kotlin-native-linux-x86_64-1.9.20-RC2.tar.gz 5faf5f8b1f20c8214767f23a1c9918ab97191abbb93d39aae9fd529b1a93b463
kotlin-native-macos-x86_64-1.9.20-RC2.tar.gz 64d40e0d3398a6fecc948391d1ccd02c30371a56da3710ee6491b5b7b98f7a24
kotlin-native-macos-aarch64-1.9.20-RC2.tar.gz 41be3a0f63a6f726118024c5a9960e480390267a96a30a45211d2bcf49104c33
kotlin-native-windows-x86_64-1.9.20-RC2.zip a5305b21517756b108c748ade77780af564589b1f64feb810ce211fb72b2da2b

Kotlin 1.9.20-RC

Changelog

Compiler

  • KT-62127 "NoSuchFieldError: TRUE$delegate" on referencing companion's variable in submodule
  • KT-62335 Improve debuggability of code generator crashes
  • KT-62263 Turn "different expect/actual members" error into a warning
  • KT-61933 K2: "Argument type mismatch: actual type is 'Foo<kotlin/Function0<kotlin/Unit>>' but 'Foo<kotlin/coroutines/SuspendFunction0<kotlin/Unit>>' was expected"

IDE. Multiplatform

  • KT-61686 Check and update places in compiler and IDE where we are saying that MPP is experimental/Beta/Alpha

... (truncated)

Commits

Updates org.jetbrains.kotlin:kotlin-maven-plugin from 1.9.10 to 1.9.20

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 `kotlin.version` from 1.9.10 to 1.9.20.

Updates `org.jetbrains.kotlin:kotlin-bom` from 1.9.10 to 1.9.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.10 to 1.9.20

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 31, 2023
Copy link

codecov bot commented Oct 31, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (78cc5fe) 94.88% compared to head (8772c03) 94.88%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #75   +/-   ##
=========================================
  Coverage     94.88%   94.88%           
  Complexity      335      335           
=========================================
  Files            15       15           
  Lines           763      763           
  Branches         74       74           
=========================================
  Hits            724      724           
  Misses           13       13           
  Partials         26       26           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@oldratlee oldratlee merged commit 0bf707d into main Oct 31, 2023
8 checks passed
@dependabot dependabot bot deleted the dependabot/maven/kotlin.version-1.9.20 branch October 31, 2023 16:50
oldratlee pushed a commit that referenced this pull request Nov 7, 2023
bump kotlin.version from 1.9.0 to 1.9.10 (#51)
bump org.apache.maven.plugins:maven-enforcer-plugin (#52)
bump kotlin.version from 1.9.0 to 1.9.10 in /demos (#53)
bump org.apache.maven.plugins:maven-enforcer-plugin (#54)
bump org.jetbrains.dokka:dokka-maven-plugin (#55)
bump slf4j.version from 2.0.7 to 2.0.9 (#56)
bump org.apache.maven.plugins:maven-enforcer-plugin (#59)
bump org.apache.maven.plugins:maven-enforcer-plugin (#60)
bump org.apache.maven.plugins:maven-javadoc-plugin (#61)
bump org.apache.maven.plugins:maven-javadoc-plugin (#62)
bump org.apache.maven.plugins:maven-shade-plugin (#63)
bump com.github.spotbugs:spotbugs-maven-plugin (#64)
bump com.github.spotbugs:spotbugs-annotations 4.7.3 to 4.8.0 (#65)
bump org.jacoco:jacoco-maven-plugin in /demos 0.8.10 to 0.8.11 (#66)
bump org.jetbrains.dokka:dokka-maven-plugin 1.9.0 to 1.9.10 (#67)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#68)
bump io.github.git-commit-id:git-commit-id-maven-plugin from 6.0.0 to 7.0.0 (#69)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 (#70)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 (#71)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 in /demos (#72)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 (#73)
bump kotlin.version from 1.9.10 to 1.9.20 in /demos (#74)
bump kotlin.version from 1.9.10 to 1.9.20 (#75)
bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#76)
bump org.moditect:moditect-maven-plugin 1.0.0.Final to 1.1.0 (#77)
bump org.junit:junit-bom from 5.10.0 to 5.10.1 in /demos (#79)
oldratlee pushed a commit that referenced this pull request Nov 9, 2023
bump kotlin.version from 1.9.0 to 1.9.10 (#51)
bump org.apache.maven.plugins:maven-enforcer-plugin (#52)
bump kotlin.version from 1.9.0 to 1.9.10 in /demos (#53)
bump org.apache.maven.plugins:maven-enforcer-plugin (#54)
bump org.jetbrains.dokka:dokka-maven-plugin (#55)
bump slf4j.version from 2.0.7 to 2.0.9 (#56)
bump org.apache.maven.plugins:maven-enforcer-plugin (#59)
bump org.apache.maven.plugins:maven-enforcer-plugin (#60)
bump org.apache.maven.plugins:maven-javadoc-plugin (#61)
bump org.apache.maven.plugins:maven-javadoc-plugin (#62)
bump org.apache.maven.plugins:maven-shade-plugin (#63)
bump com.github.spotbugs:spotbugs-maven-plugin (#64)
bump com.github.spotbugs:spotbugs-annotations 4.7.3 to 4.8.0 (#65)
bump org.jacoco:jacoco-maven-plugin in /demos 0.8.10 to 0.8.11 (#66)
bump org.jetbrains.dokka:dokka-maven-plugin 1.9.0 to 1.9.10 (#67)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#68)
bump io.github.git-commit-id:git-commit-id-maven-plugin from 6.0.0 to 7.0.0 (#69)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 (#70)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 (#71)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 in /demos (#72)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 (#73)
bump kotlin.version from 1.9.10 to 1.9.20 in /demos (#74)
bump kotlin.version from 1.9.10 to 1.9.20 (#75)
bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#76)
bump org.moditect:moditect-maven-plugin 1.0.0.Final to 1.1.0 (#77)
bump org.junit:junit-bom from 5.10.0 to 5.10.1 in /demos (#79)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#80)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#81)
bump com.github.spotbugs:spotbugs-annotations 4.8.0 to 4.8.1 (#82)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#83)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#84)
bump com.github.spotbugs:spotbugs-maven-plugin 4.7.3.6 to 4.8.1.0 (#85)
oldratlee pushed a commit that referenced this pull request Nov 9, 2023
bump kotlin.version from 1.9.0 to 1.9.10 (#51)
bump org.apache.maven.plugins:maven-enforcer-plugin (#52)
bump kotlin.version from 1.9.0 to 1.9.10 in /demos (#53)
bump org.apache.maven.plugins:maven-enforcer-plugin (#54)
bump org.jetbrains.dokka:dokka-maven-plugin (#55)
bump slf4j.version from 2.0.7 to 2.0.9 (#56)
bump org.apache.maven.plugins:maven-enforcer-plugin (#59)
bump org.apache.maven.plugins:maven-enforcer-plugin (#60)
bump org.apache.maven.plugins:maven-javadoc-plugin (#61)
bump org.apache.maven.plugins:maven-javadoc-plugin (#62)
bump org.apache.maven.plugins:maven-shade-plugin (#63)
bump com.github.spotbugs:spotbugs-maven-plugin (#64)
bump com.github.spotbugs:spotbugs-annotations 4.7.3 to 4.8.0 (#65)
bump org.jacoco:jacoco-maven-plugin in /demos 0.8.10 to 0.8.11 (#66)
bump org.jetbrains.dokka:dokka-maven-plugin 1.9.0 to 1.9.10 (#67)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#68)
bump io.github.git-commit-id:git-commit-id-maven-plugin from 6.0.0 to 7.0.0 (#69)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 (#70)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 (#71)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 in /demos (#72)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 (#73)
bump kotlin.version from 1.9.10 to 1.9.20 in /demos (#74)
bump kotlin.version from 1.9.10 to 1.9.20 (#75)
bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#76)
bump org.moditect:moditect-maven-plugin 1.0.0.Final to 1.1.0 (#77)
bump org.junit:junit-bom from 5.10.0 to 5.10.1 in /demos (#79)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#80)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#81)
bump com.github.spotbugs:spotbugs-annotations 4.8.0 to 4.8.1 (#82)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#83)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#84)
bump com.github.spotbugs:spotbugs-maven-plugin 4.7.3.6 to 4.8.1.0 (#85)
oldratlee pushed a commit that referenced this pull request Nov 19, 2023
bump kotlin.version from 1.9.0 to 1.9.10 (#51)
bump org.apache.maven.plugins:maven-enforcer-plugin (#52)
bump kotlin.version from 1.9.0 to 1.9.10 in /demos (#53)
bump org.apache.maven.plugins:maven-enforcer-plugin (#54)
bump org.jetbrains.dokka:dokka-maven-plugin (#55)
bump slf4j.version from 2.0.7 to 2.0.9 (#56)
bump org.apache.maven.plugins:maven-enforcer-plugin (#59)
bump org.apache.maven.plugins:maven-enforcer-plugin (#60)
bump org.apache.maven.plugins:maven-javadoc-plugin (#61)
bump org.apache.maven.plugins:maven-javadoc-plugin (#62)
bump org.apache.maven.plugins:maven-shade-plugin (#63)
bump com.github.spotbugs:spotbugs-maven-plugin (#64)
bump com.github.spotbugs:spotbugs-annotations 4.7.3 to 4.8.0 (#65)
bump org.jacoco:jacoco-maven-plugin in /demos 0.8.10 to 0.8.11 (#66)
bump org.jetbrains.dokka:dokka-maven-plugin 1.9.0 to 1.9.10 (#67)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#68)
bump io.github.git-commit-id:git-commit-id-maven-plugin from 6.0.0 to 7.0.0 (#69)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 (#70)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 (#71)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 in /demos (#72)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 (#73)
bump kotlin.version from 1.9.10 to 1.9.20 in /demos (#74)
bump kotlin.version from 1.9.10 to 1.9.20 (#75)
bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#76)
bump org.moditect:moditect-maven-plugin 1.0.0.Final to 1.1.0 (#77)
bump org.junit:junit-bom from 5.10.0 to 5.10.1 in /demos (#79)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#80)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#81)
bump com.github.spotbugs:spotbugs-annotations 4.8.0 to 4.8.1 (#82)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#83)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#84)
bump com.github.spotbugs:spotbugs-maven-plugin 4.7.3.6 to 4.8.1.0 (#85)
bump org.jetbrains:annotations from 24.0.1 to 24.1.0 (#86)
bump org.codehaus.mojo:exec-maven-plugin in /demos 3.1.0 to 3.1.1 (#87)
oldratlee pushed a commit that referenced this pull request Nov 28, 2023
bump kotlin.version from 1.9.0 to 1.9.10 (#51)
bump org.apache.maven.plugins:maven-enforcer-plugin (#52)
bump kotlin.version from 1.9.0 to 1.9.10 in /demos (#53)
bump org.apache.maven.plugins:maven-enforcer-plugin (#54)
bump org.jetbrains.dokka:dokka-maven-plugin (#55)
bump slf4j.version from 2.0.7 to 2.0.9 (#56)
bump org.apache.maven.plugins:maven-enforcer-plugin (#59)
bump org.apache.maven.plugins:maven-enforcer-plugin (#60)
bump org.apache.maven.plugins:maven-javadoc-plugin (#61)
bump org.apache.maven.plugins:maven-javadoc-plugin (#62)
bump org.apache.maven.plugins:maven-shade-plugin (#63)
bump com.github.spotbugs:spotbugs-maven-plugin (#64)
bump com.github.spotbugs:spotbugs-annotations 4.7.3 to 4.8.0 (#65)
bump org.jacoco:jacoco-maven-plugin in /demos 0.8.10 to 0.8.11 (#66)
bump org.jetbrains.dokka:dokka-maven-plugin 1.9.0 to 1.9.10 (#67)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#68)
bump io.github.git-commit-id:git-commit-id-maven-plugin from 6.0.0 to 7.0.0 (#69)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 (#70)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 (#71)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 in /demos (#72)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 (#73)
bump kotlin.version from 1.9.10 to 1.9.20 in /demos (#74)
bump kotlin.version from 1.9.10 to 1.9.20 (#75)
bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#76)
bump org.moditect:moditect-maven-plugin 1.0.0.Final to 1.1.0 (#77)
bump org.junit:junit-bom from 5.10.0 to 5.10.1 in /demos (#79)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#80)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#81)
bump com.github.spotbugs:spotbugs-annotations 4.8.0 to 4.8.1 (#82)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#83)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#84)
bump com.github.spotbugs:spotbugs-maven-plugin 4.7.3.6 to 4.8.1.0 (#85)
bump org.jetbrains:annotations from 24.0.1 to 24.1.0 (#86)
bump org.codehaus.mojo:exec-maven-plugin in /demos 3.1.0 to 3.1.1 (#87)
bump org.apache.commons:commons-lang3 3.13.0 to 3.14.0 (#88)
bump kotlin.version from 1.9.20 to 1.9.21 (#89)
bump kotlin.version from 1.9.20 to 1.9.21 in /demos (#90)
oldratlee pushed a commit that referenced this pull request Dec 2, 2023
bump kotlin.version from 1.9.0 to 1.9.10 (#51)
bump org.apache.maven.plugins:maven-enforcer-plugin (#52)
bump kotlin.version from 1.9.0 to 1.9.10 in /demos (#53)
bump org.apache.maven.plugins:maven-enforcer-plugin (#54)
bump org.jetbrains.dokka:dokka-maven-plugin (#55)
bump slf4j.version from 2.0.7 to 2.0.9 (#56)
bump org.apache.maven.plugins:maven-enforcer-plugin (#59)
bump org.apache.maven.plugins:maven-enforcer-plugin (#60)
bump org.apache.maven.plugins:maven-javadoc-plugin (#61)
bump org.apache.maven.plugins:maven-javadoc-plugin (#62)
bump org.apache.maven.plugins:maven-shade-plugin (#63)
bump com.github.spotbugs:spotbugs-maven-plugin (#64)
bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#65)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 in /demos (#66)
bump org.jetbrains.dokka:dokka-maven-plugin from1.9.0 to 1.9.10 (#67)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#68)
bump io.github.git-commit-id:git-commit-id-maven-plugin from 6.0.0 to 7.0.0 (#69)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 (#70)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 (#71)
bump org.apache.maven.plugins:maven-clean-plugin from3.3.1 to 3.3.2 in /demos (#72)
bump org.apache.maven.plugins:maven-clean-plugin from3.3.1 to 3.3.2 (#73)
bump kotlin.version from 1.9.10 to 1.9.20 in /demos (#74)
bump kotlin.version from 1.9.10 to 1.9.20 (#75)
bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#76)
bump org.moditect:moditect-maven-plugin from1.0.0.Final to 1.1.0 (#77)
bump org.junit:junit-bom from 5.10.0 to 5.10.1 in /demos (#79)
bump org.apache.maven.plugins:maven-surefire-plugin from3.2.1 to 3.2.2 (#80)
bump org.apache.maven.plugins:maven-javadoc-plugin from3.6.0 to 3.6.2 (#81)
bump com.github.spotbugs:spotbugs-annotations from4.8.0 to 4.8.1 (#82)
bump org.apache.maven.plugins:maven-surefire-plugin from3.2.1 to 3.2.2 (#83)
bump org.apache.maven.plugins:maven-javadoc-plugin from3.6.0 to 3.6.2 (#84)
bump com.github.spotbugs:spotbugs-maven-plugin from4.7.3.6 to 4.8.1.0 (#85)
bump org.jetbrains:annotations from 24.0.1 to 24.1.0 (#86)
bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 in /demos (#87)
bump org.apache.commons:commons-lang3 3.13.0 to 3.14.0 (#88)
bump kotlin.version from 1.9.20 to 1.9.21 (#89)
bump kotlin.version from 1.9.20 to 1.9.21 in /demos (#90)
chore(deps): bump org.codehaus.mojo:build-helper-maven-plugin from 3.4.0 to 3.5.0 in /demos (#92)
chore(deps): bump com.github.spotbugs:spotbugs-annotations from 4.8.1 to 4.8.2 (#93)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

1 participant