Bump the all-dependencies group with 5 updates#50
Merged
Conversation
Bumps the all-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `2.3.10` | `2.3.21` | | [org.jetbrains.kotlin:kotlin-test-junit5](https://github.com/JetBrains/kotlin) | `2.3.10` | `2.3.21` | | org.jetbrains.kotlin:kotlin-maven-plugin | `2.3.10` | `2.3.21` | | [com.google.code.gson:gson](https://github.com/google/gson) | `2.13.2` | `2.14.0` | | [org.fusesource.jansi:jansi](https://github.com/fusesource/jansi) | `2.4.2` | `2.4.3` | Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.3.10 to 2.3.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.3.10...v2.3.21) Updates `org.jetbrains.kotlin:kotlin-test-junit5` from 2.3.10 to 2.3.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.3.10...v2.3.21) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.3.10 to 2.3.21 Updates `com.google.code.gson:gson` from 2.13.2 to 2.14.0 - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.13.2...gson-parent-2.14.0) Updates `org.fusesource.jansi:jansi` from 2.4.2 to 2.4.3 - [Release notes](https://github.com/fusesource/jansi/releases) - [Changelog](https://github.com/fusesource/jansi/blob/master/changelog.md) - [Commits](fusesource/jansi@jansi-2.4.2...jansi-2.4.3) Updates `org.jetbrains.kotlin:kotlin-test-junit5` from 2.3.10 to 2.3.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.3.10...v2.3.21) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.3.10 to 2.3.21 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-version: 2.3.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.jetbrains.kotlin:kotlin-test-junit5 dependency-version: 2.3.21 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-version: 2.3.21 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: com.google.code.gson:gson dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: org.fusesource.jansi:jansi dependency-version: 2.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.jetbrains.kotlin:kotlin-test-junit5 dependency-version: 2.3.21 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-version: 2.3.21 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... 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 all-dependencies group with 5 updates:
2.3.102.3.212.3.102.3.212.3.102.3.212.13.22.14.02.4.22.4.3Updates
org.jetbrains.kotlin:kotlin-stdlibfrom 2.3.10 to 2.3.21Release notes
Sourced from org.jetbrains.kotlin:kotlin-stdlib's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin:kotlin-stdlib's changelog.
... (truncated)
Commits
fea1ad8Add ChangeLog for 2.3.21-RC209c341edisable swift export execution tests in order to update macos67a0868Avoid accessing KotlinNativeLink taskProvider when task was not executedf89e5db[K/N] Disable TSAN in runtime tests45d6c85[K/N] Don't generate generic safe casts for Objective-C types9261a6f[K/N][tests] Add a reproducer for KT-85508c9ab9db[K/N][tests] Add a reproducer for KT-85399502e844Explain: fix for destructuring declarations0c26485Explain: fix for object literals68a9e3f[minor] fix testdata name in explain testUpdates
org.jetbrains.kotlin:kotlin-test-junit5from 2.3.10 to 2.3.21Release notes
Sourced from org.jetbrains.kotlin:kotlin-test-junit5's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin:kotlin-test-junit5's changelog.
... (truncated)
Commits
fea1ad8Add ChangeLog for 2.3.21-RC209c341edisable swift export execution tests in order to update macos67a0868Avoid accessing KotlinNativeLink taskProvider when task was not executedf89e5db[K/N] Disable TSAN in runtime tests45d6c85[K/N] Don't generate generic safe casts for Objective-C types9261a6f[K/N][tests] Add a reproducer for KT-85508c9ab9db[K/N][tests] Add a reproducer for KT-85399502e844Explain: fix for destructuring declarations0c26485Explain: fix for object literals68a9e3f[minor] fix testdata name in explain testUpdates
org.jetbrains.kotlin:kotlin-maven-pluginfrom 2.3.10 to 2.3.21Updates
com.google.code.gson:gsonfrom 2.13.2 to 2.14.0Release notes
Sourced from com.google.code.gson:gson's releases.
Commits
3ff35d6[maven-release-plugin] prepare release gson-parent-2.14.0a3024fdBump the maven group with 13 updates (#3002)5689ffeBump the github-actions group across 1 directory with 3 updates (#3018)48db33cAddLegacyProtoTypeAdapterFactory. (#3014)53d703eUpdate outdated comment regarding serializable types (#3012)0189b72RemoveSerializablefrom internalTypeimplementation classes. (#3011)f4d371dFix duplicate key detection when first value is null (#3006)27d9ba1Fix typo in README (JPMS dependencies section) (#3005)1fa9b7aValidate that strings being parsed as integers consist of ASCII characters (#...b7d5954Add iterator fail-fast tests for LinkedTreeMap.clear() (#2992)Updates
org.fusesource.jansi:jansifrom 2.4.2 to 2.4.3Release notes
Sourced from org.fusesource.jansi:jansi's releases.
Commits
9170132[maven-release-plugin] prepare release jansi-2.4.31fd379aMigrate deployment from oss.sonatype.org to central.sonatype.com300aa78Fix native library loading failure caused by incorrect buffer comparison (#31...c20d88fAdd deprecation notice (#312)70186aaupgrade moditect-maven-plugin05f9fc8upgrade obsolete GHA versions1d11a27[maven-release-plugin] prepare for next development iterationUpdates
org.jetbrains.kotlin:kotlin-test-junit5from 2.3.10 to 2.3.21Release notes
Sourced from org.jetbrains.kotlin:kotlin-test-junit5's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin:kotlin-test-junit5's changelog.
... (truncated)
Commits
fea1ad8Add ChangeLog for 2.3.21-RC209c341edisable swift export execution tests in order to update macos67a0868Avoid accessing KotlinNativeLink taskProvider when task was not executedf89e5db[K/N] Disable TSAN in runtime tests45d6c85[K/N] Don't generate generic safe casts for Objective-C types9261a6f[K/N][tests] Add a reproducer for KT-85508c9ab9db[K/N][tests] Add a reproducer for KT-85399502e844Explain: fix for destructuring declarations0c26485Explain: fix for object literals68a9e3f[minor] fix testdata name in explain testUpdates
org.jetbrains.kotlin:kotlin-maven-pluginfrom 2.3.10 to 2.3.21Most Recent Ignore Conditions Applied to This Pull Request
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 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