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 org.jetbrains.dokka:dokka-maven-plugin from 1.9.0 to 1.9.10 #561

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps org.jetbrains.dokka:dokka-maven-plugin from 1.9.0 to 1.9.10.

Release notes

Sourced from org.jetbrains.dokka:dokka-maven-plugin's releases.

1.9.10 Beta

General

  • Fix re-emerged code analysis concurrency issues which led to flaky builds (#1599, #3143)
  • Preserve the order of collection items when deserializing Dokka's configuration (#3006). Thanks to @​eunwoop!

HTML format

  • Fix an indefinite loop in the script that resizes symbol signature blocks (#3116)

Gradle

  • Fix resolution of platform dependencies for Kotlin 1.9 / Gradle 8 (#3153, #3147)
  • Mark tasks as not compatible with the Gradle configuration cache (#3070). Thanks to @​BoD!

Java

Commits
  • 78f9c92 Update Dokka's references to 1.9.10 (#3210)
  • 2a2a624 Update Dokka version to 1.9.10
  • 9809ae7 Use compileDependencyFiles for getting compilation dependencies (#3147)
  • 62d1143 Register Kotlin stdlib classpath in every unit test (#3183)
  • 38e09dd Fix compilation errors due to explicit api mode (#3162)
  • 2090723 Fix reemerged compiler concurrency issues (#3143)
  • b26c79c fix(KTL-1177): Resize Observer has indefinite loop (#3116)
  • e9e8fbf [K2] Fix functional type and improve logging for unresolved link (#3157)
  • 8065a0d Update Kotlin to 1.9.10 (#3158)
  • 61619d5 Allow manual deployment of the developer guides (#3155)
  • 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 [org.jetbrains.dokka:dokka-maven-plugin](https://github.com/Kotlin/dokka) from 1.9.0 to 1.9.10.
- [Release notes](https://github.com/Kotlin/dokka/releases)
- [Commits](Kotlin/dokka@v1.9.0...v1.9.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 17, 2023
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@codecov-commenter
Copy link

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (bdea3c0) 41.54% compared to head (964f561) 41.54%.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #561   +/-   ##
=========================================
  Coverage     41.54%   41.54%           
  Complexity      293      293           
=========================================
  Files            47       47           
  Lines          1733     1733           
  Branches        237      237           
=========================================
  Hits            720      720           
  Misses          987      987           
  Partials         26       26           

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

@oldratlee oldratlee merged commit d64cf5a into master Oct 17, 2023
24 of 25 checks passed
@dependabot dependabot bot deleted the dependabot/maven/org.jetbrains.dokka-dokka-maven-plugin-1.9.10 branch October 17, 2023 03:34
oldratlee pushed a commit that referenced this pull request Oct 17, 2023
bump kotest.version from 5.6.2 to 5.7.2 (#543)
bump com.github.spotbugs:spotbugs-annotations 4.7.3 to 4.8.0 (#558)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#560)
bump org.jetbrains.dokka:dokka-maven-plugin 1.9.0 to 1.9.10 (#561)
oldratlee pushed a commit that referenced this pull request Nov 8, 2023
bump kotest.version from 5.6.2 to 5.7.2 (#543)
bump com.github.spotbugs:spotbugs-annotations 4.7.3 to 4.8.0 (#558)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#560)
bump org.jetbrains.dokka:dokka-maven-plugin 1.9.0 to 1.9.10 (#561)
bump io.github.git-commit-id:git-commit-id-maven-plugin 6.0.0 to 7.0.0 (#563)
bump org.apache.maven.plugins:maven-dependency-plugin 3.6.0 to 3.6.1 (#564)
bump org.apache.maven.plugins:maven-surefire-plugin 3.1.2 to 3.2.1 (#565)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 (#566)
bump kotlin.version from 1.9.10 to 1.9.20 (#567)
bump kotest.version from 5.7.2 to 5.8.0 (#568)
bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#569)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#570)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#571)
bump com.github.spotbugs:spotbugs-annotations 4.8.0 to 4.8.1 (#573)
oldratlee pushed a commit that referenced this pull request Nov 23, 2023
bump kotest.version from 5.6.2 to 5.7.2 (#543)
bump com.github.spotbugs:spotbugs-annotations 4.7.3 to 4.8.0 (#558)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#560)
bump org.jetbrains.dokka:dokka-maven-plugin 1.9.0 to 1.9.10 (#561)
bump io.github.git-commit-id:git-commit-id-maven-plugin 6.0.0 to 7.0.0 (#563)
bump org.apache.maven.plugins:maven-dependency-plugin 3.6.0 to 3.6.1 (#564)
bump org.apache.maven.plugins:maven-surefire-plugin 3.1.2 to 3.2.1 (#565)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 (#566)
bump kotlin.version from 1.9.10 to 1.9.20 (#567)
bump kotest.version from 5.7.2 to 5.8.0 (#568)
bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#569)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#570)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#571)
bump com.github.spotbugs:spotbugs-annotations 4.8.0 to 4.8.1 (#573)
bump org.jetbrains:annotations from 24.0.1 to 24.1.0 (#574)
bump org.codehaus.mojo:versions-maven-plugin 2.16.1 to 2.16.2 (#575)
bump org.codehaus.mojo:exec-maven-plugin 3.1.0 to 3.1.1 (#576)
bump net.bytebuddy:byte-buddy-parent from 1.14.9 to 1.14.10 (#577)
oldratlee pushed a commit that referenced this pull request Nov 28, 2023
bump kotest.version from 5.6.2 to 5.7.2 (#543)
bump com.github.spotbugs:spotbugs-annotations 4.7.3 to 4.8.0 (#558)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#560)
bump org.jetbrains.dokka:dokka-maven-plugin 1.9.0 to 1.9.10 (#561)
bump io.github.git-commit-id:git-commit-id-maven-plugin 6.0.0 to 7.0.0 (#563)
bump org.apache.maven.plugins:maven-dependency-plugin 3.6.0 to 3.6.1 (#564)
bump org.apache.maven.plugins:maven-surefire-plugin 3.1.2 to 3.2.1 (#565)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 (#566)
bump kotlin.version from 1.9.10 to 1.9.20 (#567)
bump kotest.version from 5.7.2 to 5.8.0 (#568)
bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#569)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#570)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#571)
bump com.github.spotbugs:spotbugs-annotations 4.8.0 to 4.8.1 (#573)
bump org.jetbrains:annotations from 24.0.1 to 24.1.0 (#574)
bump org.codehaus.mojo:versions-maven-plugin 2.16.1 to 2.16.2 (#575)
bump org.codehaus.mojo:exec-maven-plugin 3.1.0 to 3.1.1 (#576)
bump net.bytebuddy:byte-buddy-parent from 1.14.9 to 1.14.10 (#577)
chore(deps): bump kotlin.version from 1.9.20 to 1.9.21 (#578)
oldratlee pushed a commit that referenced this pull request Nov 28, 2023
bump kotest.version from 5.6.2 to 5.7.2 (#543)
bump com.github.spotbugs:spotbugs-annotations 4.7.3 to 4.8.0 (#558)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#560)
bump org.jetbrains.dokka:dokka-maven-plugin 1.9.0 to 1.9.10 (#561)
bump io.github.git-commit-id:git-commit-id-maven-plugin 6.0.0 to 7.0.0 (#563)
bump org.apache.maven.plugins:maven-dependency-plugin 3.6.0 to 3.6.1 (#564)
bump org.apache.maven.plugins:maven-surefire-plugin 3.1.2 to 3.2.1 (#565)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 (#566)
bump kotlin.version from 1.9.10 to 1.9.20 (#567)
bump kotest.version from 5.7.2 to 5.8.0 (#568)
bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#569)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#570)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#571)
bump com.github.spotbugs:spotbugs-annotations 4.8.0 to 4.8.1 (#573)
bump org.jetbrains:annotations from 24.0.1 to 24.1.0 (#574)
bump org.codehaus.mojo:versions-maven-plugin 2.16.1 to 2.16.2 (#575)
bump org.codehaus.mojo:exec-maven-plugin 3.1.0 to 3.1.1 (#576)
bump net.bytebuddy:byte-buddy-parent from 1.14.9 to 1.14.10 (#577)
chore(deps): bump kotlin.version from 1.9.20 to 1.9.21 (#578)
oldratlee pushed a commit that referenced this pull request Dec 6, 2023
bump kotest.version from 5.6.2 to 5.7.2 (#543)
bump com.github.spotbugs:spotbugs-annotations 4.7.3 to 4.8.0 (#558)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#560)
bump org.jetbrains.dokka:dokka-maven-plugin 1.9.0 to 1.9.10 (#561)
bump io.github.git-commit-id:git-commit-id-maven-plugin 6.0.0 to 7.0.0 (#563)
bump org.apache.maven.plugins:maven-dependency-plugin 3.6.0 to 3.6.1 (#564)
bump org.apache.maven.plugins:maven-surefire-plugin 3.1.2 to 3.2.1 (#565)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 (#566)
bump kotlin.version from 1.9.10 to 1.9.20 (#567)
bump kotest.version from 5.7.2 to 5.8.0 (#568)
bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#569)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#570)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#571)
bump com.github.spotbugs:spotbugs-annotations 4.8.0 to 4.8.1 (#573)
bump org.jetbrains:annotations from 24.0.1 to 24.1.0 (#574)
bump org.codehaus.mojo:versions-maven-plugin 2.16.1 to 2.16.2 (#575)
bump org.codehaus.mojo:exec-maven-plugin 3.1.0 to 3.1.1 (#576)
bump net.bytebuddy:byte-buddy-parent from 1.14.9 to 1.14.10 (#577)
chore(deps): bump kotlin.version from 1.9.20 to 1.9.21 (#578)
oldratlee pushed a commit that referenced this pull request Dec 6, 2023
bump kotest.version from 5.6.2 to 5.7.2 (#543)
bump com.github.spotbugs:spotbugs-annotations 4.7.3 to 4.8.0 (#558)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#560)
bump org.jetbrains.dokka:dokka-maven-plugin 1.9.0 to 1.9.10 (#561)
bump io.github.git-commit-id:git-commit-id-maven-plugin 6.0.0 to 7.0.0 (#563)
bump org.apache.maven.plugins:maven-dependency-plugin 3.6.0 to 3.6.1 (#564)
bump org.apache.maven.plugins:maven-surefire-plugin 3.1.2 to 3.2.1 (#565)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 (#566)
bump kotlin.version from 1.9.10 to 1.9.20 (#567)
bump kotest.version from 5.7.2 to 5.8.0 (#568)
bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#569)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#570)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#571)
bump com.github.spotbugs:spotbugs-annotations 4.8.0 to 4.8.1 (#573)
bump org.jetbrains:annotations from 24.0.1 to 24.1.0 (#574)
bump org.codehaus.mojo:versions-maven-plugin 2.16.1 to 2.16.2 (#575)
bump org.codehaus.mojo:exec-maven-plugin 3.1.0 to 3.1.1 (#576)
bump net.bytebuddy:byte-buddy-parent from 1.14.9 to 1.14.10 (#577)
chore(deps): bump kotlin.version from 1.9.20 to 1.9.21 (#578)
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants