chore(deps): bump the minor-and-patch group across 1 directory with 5 updates#123
Open
dependabot[bot] wants to merge 3 commits intonextfrom
Open
chore(deps): bump the minor-and-patch group across 1 directory with 5 updates#123dependabot[bot] wants to merge 3 commits intonextfrom
dependabot[bot] wants to merge 3 commits intonextfrom
Conversation
8b2a76c to
e887545
Compare
a4eb5cf to
2a1a20e
Compare
fa6cd1f to
9ccfc6a
Compare
Bumps the minor-and-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.jetbrains.dokka](https://github.com/Kotlin/dokka) | `2.0.0` | `2.2.0` | | [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.3.20` | | [com.vanniktech:gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) | `0.28.0` | `0.36.0` | | [jvm](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.3.20` | | [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) | `0.28.0` | `0.36.0` | Updates `org.jetbrains.dokka` from 2.0.0 to 2.2.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](Kotlin/dokka@v2.0.0...v2.2.0) Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.0.21 to 2.3.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.3.20) Updates `com.vanniktech:gradle-maven-publish-plugin` from 0.28.0 to 0.36.0 - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](vanniktech/gradle-maven-publish-plugin@0.28.0...0.36.0) Updates `jvm` from 2.0.21 to 2.3.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.3.20) Updates `com.vanniktech.maven.publish` from 0.28.0 to 0.36.0 - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](vanniktech/gradle-maven-publish-plugin@0.28.0...0.36.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-version: 2.3.20 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: com.vanniktech:gradle-maven-publish-plugin dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: jvm dependency-version: 2.3.20 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: com.vanniktech.maven.publish dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Remove SonatypeHost reference removed in gradle-maven-publish-plugin 0.34.0+ (publishToMavenCentral() defaults to Central Portal). Bump proguard-gradle 7.6.0 → 7.9.0 to support Kotlin 2.3.x metadata. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Kotlin 2.3.20 is not yet supported by CodeQL and conflicts with the kotlin-dsl plugin's embedded Kotlin 2.3.0. Keeping the Kotlin version aligned with the Gradle wrapper avoids both issues. Bump proguard-gradle to 7.8.0 (from 7.6.0) to support Kotlin 2.3.0 metadata. 7.9.0 has a null pointer regression; 7.8.x is the sweet spot. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2a1a20e to
2408736
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the minor-and-patch group with 4 updates in the / directory: org.jetbrains.dokka, org.jetbrains.kotlin:kotlin-gradle-plugin, com.vanniktech:gradle-maven-publish-plugin and jvm.
Updates
org.jetbrains.dokkafrom 2.0.0 to 2.2.0Release notes
Sourced from org.jetbrains.dokka's releases.
... (truncated)
Commits
656ca46Update Dokka version references to 2.2.0 (#4485)534e242Updatecom.gradle.publish:plugin-publish-pluginand declare Gradle CC compa...abc048dUpdate the version for the 2.2.0 release60062bbDetect and handle intersected source roots in Android multi-variant projects ...0bd8995Fix DGP reading all Gradle properties (#4468)06dbbfdUpdate the version for the 2.2.0-Beta releasea81ace7Update AGP version in tests to stable9.0.0(#4420)fd97482Fix minor oversight in the implemenation: missed + in enum entries (#4411)8148aa2Fix unnecesary logging for unresolved links in module documentation (#4413)bf3b5eeFixsuppressGeneratedFileswas unused (#4348)Updates
org.jetbrains.kotlin:kotlin-gradle-pluginfrom 2.0.21 to 2.3.20Release notes
Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's changelog.
... (truncated)
Commits
d57eb4aAdd ChangeLog for 2.3.20-RC341886bb[Gradle] Update KGP npm tooling dependency versions210a9bd[Native] Do not mark iosX64 target as deprecate in DSL7ed446eAdd ChangeLog for 2.3.20-RC2520eade[K/JVM] Fix incorrect optimization of local delegation7ef8bccReflection: add LazyKProperty to fix recent performance regression9fa7cf2[Gradle] Link NoActiveThreadsAfterCompilerInvocationIT with KT-84566d410596[Gradle] Shutdown coroutines dispatcher threads after compiler invocation348430b[BTA] Fix compatibility between API 2.3.20 and KC 2.3.104058f3c[CMP] HiddenFromObjC remove outdated offset checkUpdates
com.vanniktech:gradle-maven-publish-pluginfrom 0.28.0 to 0.36.0Release notes
Sourced from com.vanniktech:gradle-maven-publish-plugin's releases.
... (truncated)
Changelog
Sourced from com.vanniktech:gradle-maven-publish-plugin's changelog.
... (truncated)
Commits
0a5fa58rc2 and wait for published695e18arc1f92dc3aChangelog for 0.36.0bddd1e6Update dependency org.jetbrains.kotlin.jvm to v2.3.20-Beta1 (#1289)22f90b2Update Gradle to v9.3.0 (#1301)d7d5f34Update android.gradle to v9 (major) (#1298)3d262a6Update dependency com.android.library to v9.1.0-alpha05 (#1300)a8573edUpdate plugin com.gradle.develocity to v4.3.1 (#1299)ee0f2e3Fix typo in defaultDeploymentValidationand correct documentation (#1296)783599fUpdate dependency com.android.library to v9.0.0 (#1297)Updates
jvmfrom 2.0.21 to 2.3.20Release notes
Sourced from jvm's releases.
... (truncated)
Changelog
Sourced from jvm's changelog.
... (truncated)
Commits
d57eb4aAdd ChangeLog for 2.3.20-RC341886bb[Gradle] Update KGP npm tooling dependency versions210a9bd[Native] Do not mark iosX64 target as deprecate in DSL7ed446eAdd ChangeLog for 2.3.20-RC2520eade[K/JVM] Fix incorrect optimization of local delegation7ef8bccReflection: add LazyKProperty to fix recent performance regression9fa7cf2[Gradle] Link NoActiveThreadsAfterCompilerInvocationIT with KT-84566d410596[Gradle] Shutdown coroutines dispatcher threads after compiler invocation348430b[BTA] Fix compatibility between API 2.3.20 and KC 2.3.104058f3c[CMP] HiddenFromObjC remove outdated offset checkUpdates
com.vanniktech.maven.publishfrom 0.28.0 to 0.36.0Release notes
Sourced from com.vanniktech.maven.publish's releases.
... (truncated)
Changelog
Sourced from com.vanniktech.maven.publish's changelog.
... (truncated)
Commits
0a5fa58rc2 and wait for published695e18arc1f92dc3aChangelog for 0.36.0bddd1e6Update dependency org.jetbrains.kotlin.jvm to v2.3.20-Beta1 (#1289)22f90b2Update Gradle to v9.3.0 (#1301)d7d5f34Update android.gradle to v9 (major) (#1298)3d262a6Update dependency com.android.library to v9.1.0-alpha05 (#1300)a8573edUpdate plugin com.gradle.develocity to v4.3.1 (#1299)ee0f2e3Fix typo in defaultDeploymentValidationand correct documentation (#1296)783599fUpdate dependency com.android.library to v9.0.0 (#1297)