Merged
Conversation
Bumps the gradle-deps group with 4 updates: [com.google.googlejavaformat:google-java-format](https://github.com/google/google-java-format), [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback), [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) and [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin). Updates `com.google.googlejavaformat:google-java-format` from 1.33.0 to 1.34.1 - [Release notes](https://github.com/google/google-java-format/releases) - [Commits](google/google-java-format@v1.33.0...v1.34.1) Updates `ch.qos.logback:logback-classic` from 1.5.27 to 1.5.28 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.27...v_1.5.28) Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.3.0 to 2.3.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.3.0...v2.3.10) Updates `org.jetbrains.kotlin.jvm` from 2.3.0 to 2.3.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.3.0...v2.3.10) Updates `org.jetbrains.kotlin.jvm` from 2.3.0 to 2.3.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.3.0...v2.3.10) --- updated-dependencies: - dependency-name: com.google.googlejavaformat:google-java-format dependency-version: 1.34.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-deps - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps ... Signed-off-by: dependabot[bot] <support@github.com>
|
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 gradle-deps group with 4 updates: com.google.googlejavaformat:google-java-format, ch.qos.logback:logback-classic, org.jetbrains.kotlin:kotlin-gradle-plugin and org.jetbrains.kotlin.jvm.
Updates
com.google.googlejavaformat:google-java-formatfrom 1.33.0 to 1.34.1Release notes
Sourced from com.google.googlejavaformat:google-java-format's releases.
Commits
64ee627Release google-java-format 1.34.1ff157e3Fix reflection errors during native executionf0a9748Update workaround for JDK-83729489b97973Fix index ofkeepEndPosparameter4a15b1bPrepare for end position API changes in https://bugs.openjdk.org/browse/JDK-8...62edae4Remove workaround for https://bugs.openjdk.org/browse/JDK-8027682737b003Support Instance Main Methods in google-java-format4b4d087Consolidate uses of javac's parser in google-java-formatf5f92bfInternal changeUpdates
ch.qos.logback:logback-classicfrom 1.5.27 to 1.5.28Release notes
Sourced from ch.qos.logback:logback-classic's releases.
Commits
e7a1855prepare release 1.5.28e8dee44cosmetic changes onlyded504cminor refactoring8af5459fix NPE as reported in issues/10144f560a0appender names of references not subject to substitutioneab8e1dremove spurious Sytem.out, add javadoc9ff843dfix issues/1016769bce0add scanStr field to PropertiesConfiguratorAction, refactor ResourceAction6fd0943add missing package.html in logback-core5350e54add missing package.html in logback-classicUpdates
org.jetbrains.kotlin:kotlin-gradle-pluginfrom 2.3.0 to 2.3.10Release notes
Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's changelog.
Commits
679366aAdd ChangeLog for 2.3.10-RC214ba833Serialization: remove potential data race during extension registrationfb8d334Revert "K2: implement equality for ConeAttribute.EnhancedNullability"412afb7Add ChangeLog for 2.3.10-RCedea41e[Gradle] Un-deprecate 'androidTarget()'0946452Bump version of the ASM dependency655fb78Reflection: always compute JVM signature of built-in functions manually58d3875Fix mergeReleaseComposeMapping task failure when build cache is enabled56e0a79Copy R8 outputs to Compose folder when transforming obfuscation filee0eb174Fix classId for detecting protobuf enumsUpdates
org.jetbrains.kotlin.jvmfrom 2.3.0 to 2.3.10Release notes
Sourced from org.jetbrains.kotlin.jvm's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin.jvm's changelog.
Commits
679366aAdd ChangeLog for 2.3.10-RC214ba833Serialization: remove potential data race during extension registrationfb8d334Revert "K2: implement equality for ConeAttribute.EnhancedNullability"412afb7Add ChangeLog for 2.3.10-RCedea41e[Gradle] Un-deprecate 'androidTarget()'0946452Bump version of the ASM dependency655fb78Reflection: always compute JVM signature of built-in functions manually58d3875Fix mergeReleaseComposeMapping task failure when build cache is enabled56e0a79Copy R8 outputs to Compose folder when transforming obfuscation filee0eb174Fix classId for detecting protobuf enumsUpdates
org.jetbrains.kotlin.jvmfrom 2.3.0 to 2.3.10Release notes
Sourced from org.jetbrains.kotlin.jvm's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin.jvm's changelog.
Commits
679366aAdd ChangeLog for 2.3.10-RC214ba833Serialization: remove potential data race during extension registrationfb8d334Revert "K2: implement equality for ConeAttribute.EnhancedNullability"412afb7Add ChangeLog for 2.3.10-RCedea41e[Gradle] Un-deprecate 'androidTarget()'0946452Bump version of the ASM dependency655fb78Reflection: always compute JVM signature of built-in functions manually58d3875Fix mergeReleaseComposeMapping task failure when build cache is enabled56e0a79Copy R8 outputs to Compose folder when transforming obfuscation filee0eb174Fix classId for detecting protobuf enumsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions