Merged
Conversation
Bumps the all group with 7 updates: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `2.3.10` | `2.3.20` | | com.diffplug.spotless | `8.2.1` | `8.4.0` | | org.sonarqube | `7.2.2.6593` | `7.2.3.7755` | | [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) | `3.4.0` | `3.4.2` | | [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `9.3.2` | `9.4.1` | | [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.42` | `1.18.44` | | [gradle-wrapper](https://github.com/gradle/gradle) | `9.3.1` | `9.4.1` | Updates `org.jetbrains.kotlin.jvm` from 2.3.10 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.3.10...v2.3.20) Updates `com.diffplug.spotless` from 8.2.1 to 8.4.0 Updates `org.sonarqube` from 7.2.2.6593 to 7.2.3.7755 Updates `io.ktor:ktor-server-netty` from 3.4.0 to 3.4.2 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.4.0...3.4.2) Updates `com.gradleup.shadow` from 9.3.2 to 9.4.1 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](GradleUp/shadow@9.3.2...9.4.1) Updates `org.projectlombok:lombok` from 1.18.42 to 1.18.44 - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.42...v1.18.44) Updates `gradle-wrapper` from 9.3.1 to 9.4.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](gradle/gradle@v9.3.1...v9.4.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.3.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: com.diffplug.spotless dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.sonarqube dependency-version: 7.2.3.7755 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: io.ktor:ktor-server-netty dependency-version: 3.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: com.gradleup.shadow dependency-version: 9.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.projectlombok:lombok dependency-version: 1.18.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: gradle-wrapper dependency-version: 9.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... 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 group with 7 updates:
2.3.102.3.208.2.18.4.07.2.2.65937.2.3.77553.4.03.4.29.3.29.4.11.18.421.18.449.3.19.4.1Updates
org.jetbrains.kotlin.jvmfrom 2.3.10 to 2.3.20Release notes
Sourced from org.jetbrains.kotlin.jvm's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin.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.diffplug.spotlessfrom 8.2.1 to 8.4.0Updates
org.sonarqubefrom 7.2.2.6593 to 7.2.3.7755Updates
io.ktor:ktor-server-nettyfrom 3.4.0 to 3.4.2Release notes
Sourced from io.ktor:ktor-server-netty's releases.
... (truncated)
Changelog
Sourced from io.ktor:ktor-server-netty's changelog.
... (truncated)
Commits
245774aRelease 3.4.2 (#5493)7c6c33aKTOR-9361 Fix JsWebSocketSession._closeReason completed twice (#5457)453e739KTOR-9437 Server. Add GraalVM metadata. (#5491)7146fd7KTOR-9424 Log full URLs with OkHttp format (#5488)52b5981KTOR-8540 Fix IllegalStateException by creating a new instance of HttpClientC...12de7fbKTOR-9408 Update atomicfu with performance fix58837adKTOR-9419 Fix vulnerability in swagger endpoint69e55ceRemove CurlWebSocketTests (#5483)5dfbe51fixup! KTOR-9421 Track streaming responses separately to fix SSE blocking flu...e784ed7fixup! Server. Update KDocs for that may set status. (#5233)Updates
com.gradleup.shadowfrom 9.3.2 to 9.4.1Release notes
Sourced from com.gradleup.shadow's releases.
Commits
f98d8f2Prepare version 9.4.17cf1ac5Note #1978 in changelog539d532Update plugin jetbrains-dokka to v2.2.0 (#1994)0fb99caUpdate actions/deploy-pages action to v5 (#1993)38ec3e2Update Develocity to v4.4.0 (#1992)e519072Update gradle/actions action to v6 (#1990)ca0dd71Update pluginPublish to v2.1.1 (#1989)5a1ab58Update Gradle to v9.4.1 (#1988)69dfdfcImprove file type check for AAR (#1987)1395087Document excluding non-JAR transitive dependencies (#1986)Updates
org.projectlombok:lombokfrom 1.18.42 to 1.18.44Changelog
Sourced from org.projectlombok:lombok's changelog.
Commits
17c78fe[version] pre-release version bump1edca70[test][@Jacksonized] Test emission of warning when not choosing jackson ver...e789e82[test] Update the generation of eclipse test targets from JDK14 to JDK25.a54cecd[trivial][changelog]3db0a6c[bugfix][@Jacksonized] javac handler of jacksonized checked for existing ja...12572fc[test] Adjusted tests to the new 'jackson version is a list' config key setup.0e9699c[changelog] Document implementation of Jackson3 support: #3950.d441be1[jacksonized] infrastructure for previous merge resolution: Changed to the co...d62b2d5Merge branch 'master' into cachescrubber-gh-3950f49f0fe[test] Remove tests for deprecated@Logger(access = MODULE). They're deprec...Updates
gradle-wrapperfrom 9.3.1 to 9.4.1Release notes
Sourced from gradle-wrapper's releases.
... (truncated)
Commits
2d63270Ignore test (#37180)4c15906Ignore test9759ac1Make console/SIGINT test deterministic (#37178)aaf6ed4Make console/SIGINT test deterministic47cb783Fix OSC 9;4 progress bar not cleared on SIGINT (#37038)ef03f1dFix order-dependent assertion in CrossBuildScriptCachingIntegrationSpecfd26fd3Fix OSC 9;4 taskbar progress bar not cleared on build end or SIGINT0a84d67Release notes for 9.4.1 (#37148)e569c31cleanup9f227decleanupDependabot 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