Skip to content

Bump deps #367

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
fetch-depth: 0

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4

- name: Run Dokka
run: ./gradlew dokkaGenerate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: Checkout Sources
uses: actions/checkout@v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
- name: Check Platforms Table
run: ./gradlew verifyPlatformTable --no-configuration-cache
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
/*
* Copyright 2023-2024 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
* Copyright 2023-2025 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
*/

@file:Suppress("detekt.MatchingDeclarationName")

package kotlinx.rpc.internal

import js.array.component1
import js.array.component2
import js.objects.Object
import kotlinx.rpc.annotations.Rpc
import kotlinx.rpc.descriptor.RpcServiceDescriptor
Expand Down
14 changes: 11 additions & 3 deletions kotlin-js-store/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions kotlin-js-store/wasm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions monitor/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
aiohappyeyeballs==2.6.1
aiohttp==3.11.16
aiohttp==3.12.13
aiohttp-jinja2==1.6
aiosignal==1.3.2
anyio==4.9.0
async-timeout==5.0.1
attrs==25.3.0
certifi==2025.1.31
click==8.1.8
exceptiongroup==1.2.2
frozenlist==1.5.0
h11==0.14.0
httpcore==1.0.7
certifi==2025.6.15
click==8.2.1
exceptiongroup==1.3.0
frozenlist==1.7.0
h11==0.16.0
httpcore==1.0.9
httpx==0.28.1
idna==3.10
Jinja2==3.1.6
Expand All @@ -19,16 +19,16 @@ markdown-it-py==3.0.0
MarkupSafe==3.0.2
mdit-py-plugins==0.4.2
mdurl==0.1.2
msgpack==1.1.0
multidict==6.4.2
platformdirs==4.3.7
propcache==0.3.1
Pygments==2.19.1
msgpack==1.1.1
multidict==6.6.0
platformdirs==4.3.8
propcache==0.3.2
Pygments==2.19.2
rich==14.0.0
sniffio==1.3.1
textual==3.0.1
textual==3.5.0
textual-dev==1.7.0
textual-serve==1.1.1
typing_extensions==4.13.1
textual-serve==1.1.2
typing_extensions==4.14.0
uc-micro-py==1.0.3
yarl==1.19.0
yarl==1.20.1
3 changes: 2 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ plugins {
id("conventions-repositories")
id("conventions-version-resolution")
id("conventions-develocity")
id("org.gradle.toolchains.foojay-resolver-convention") version "0.10.0"
// rollback to 0.9.0, as 1.0.0 requires JDK_17 on CI, which I have no time to set up
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
}

dependencyResolutionManagement {
Expand Down
14 changes: 7 additions & 7 deletions versions-root/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@ kotlin-compiler = "0.0.0" # default to kotlin-lang or env.KOTLIN_COMPILER_VERSIO
# kotlin independent versions
detekt-analyzer = "1.23.6"
coroutines = "1.10.2"
ktor = "3.1.2"
kotlin-logging = "7.0.6"
ktor = "3.2.0"
kotlin-logging = "7.0.7"
slf4j = "2.0.17"
logback = "1.3.14"
gradle-plugin-publish = "1.3.1"
kotlin-wrappers = "2025.4.8"
kotlin-wrappers = "2025.6.11"
junit4 = "4.13.2"
junit5 = "5.12.1"
junit5 = "5.13.2"
intellij = "241.19416.19"
gradle-doctor = "0.10.0"
gradle-doctor = "0.11.0"
kotlinx-browser = "0.3"
dokka = "2.0.0"
puppeteer = "24.9.0"
atomicfu = "0.27.0"
atomicfu = "0.29.0"
serialization = "1.8.1"
detekt-gradle-plugin = "1.23.8"
kover = "0.9.1"
develocity = "3.19.2"
common-custom-user-data = "2.2.1"
common-custom-user-data = "2.3"

[libraries]
# kotlinx.rpc – references to the included builds
Expand Down