Bump dokka-gradle-plugin from 1.5.30 to 1.5.31 (#2938)
Summary: Bumps [dokka-gradle-plugin](https://github.com/Kotlin/dokka) from 1.5.30 to 1.5.31. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Kotlin/dokka/releases">dokka-gradle-plugin's releases</a>.</em></p> <blockquote> <h2>1.5.31 Alpha</h2> <p>Changes:</p> <ul> <li>Support Kotlin 1.5.31</li> <li>Support JS KLib</li> <li>Fix link to a javadoc enum entry</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="eb43d787d5"><code>eb43d78</code></a> Regenerate api dump</li> <li><a href="f91c6fe0af"><code>f91c6fe</code></a> Bump dokka version to 1.5.31</li> <li><a href="bd53dcd2dc"><code>bd53dcd</code></a> Bump gradle to 7.2 (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2144">https://github.com/facebook/flipper/issues/2144</a>)</li> <li><a href="16423a00b8"><code>16423a0</code></a> Bump to Kotlin 1.5.31</li> <li><a href="755c0dfa52"><code>755c0df</code></a> Support JS KLib (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2159">https://github.com/facebook/flipper/issues/2159</a>)</li> <li><a href="7bea7d1834"><code>7bea7d1</code></a> Fix whitespaces inside <code>link</code> tag (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2156">https://github.com/facebook/flipper/issues/2156</a>)</li> <li><a href="c4205226ab"><code>c420522</code></a> Fix link to javadoc enum entry (<a href="https://github-redirect.dependabot.com/Kotlin/dokka/issues/2131">https://github.com/facebook/flipper/issues/2131</a>)</li> <li>See full diff in <a href="https://github.com/Kotlin/dokka/compare/v1.5.30...v1.5.31">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/2938 Reviewed By: muraziz Differential Revision: D31502056 Pulled By: passy fbshipit-source-id: 12c1aa6ea7f930a769cc2f0233b56c9aa7990a1f
This commit is contained in:
committed by
Facebook GitHub Bot
parent
1e841b7e6d
commit
0f04b2f651
@@ -14,7 +14,7 @@ buildscript {
|
||||
classpath 'com.android.tools.build:gradle:4.2.2'
|
||||
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.18.0'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"
|
||||
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.5.30"
|
||||
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.5.31"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user