diff --git a/gradle-conventions-settings/develocity/build.gradle.kts b/gradle-conventions-settings/develocity/build.gradle.kts index a15492657..315960dca 100644 --- a/gradle-conventions-settings/develocity/build.gradle.kts +++ b/gradle-conventions-settings/develocity/build.gradle.kts @@ -16,5 +16,5 @@ configurations.configureEach { dependencies { implementation("com.gradle:develocity-gradle-plugin:3.17") - implementation("com.gradle:common-custom-user-data-gradle-plugin:2.0.2") + implementation("com.gradle:common-custom-user-data-gradle-plugin:2.1") } diff --git a/monitor/requirements.txt b/monitor/requirements.txt index 2ab927919..5b90c5b37 100644 --- a/monitor/requirements.txt +++ b/monitor/requirements.txt @@ -1,11 +1,11 @@ -aiohappyeyeballs==2.4.6 -aiohttp==3.11.12 +aiohappyeyeballs==2.6.1 +aiohttp==3.11.14 aiohttp-jinja2==1.6 aiosignal==1.3.2 -anyio==4.8.0 +anyio==4.9.0 async-timeout==5.0.1 -attrs==25.1.0 -certifi==2024.12.14 +attrs==25.3.0 +certifi==2025.1.31 click==8.1.8 exceptiongroup==1.2.2 frozenlist==1.5.0 @@ -13,7 +13,7 @@ h11==0.14.0 httpcore==1.0.7 httpx==0.28.1 idna==3.10 -Jinja2==3.1.5 +Jinja2==3.1.6 linkify-it-py==2.0.3 markdown-it-py==3.0.0 MarkupSafe==3.0.2 @@ -22,11 +22,11 @@ mdurl==0.1.2 msgpack==1.1.0 multidict==6.1.0 platformdirs==4.3.6 -propcache==0.2.1 +propcache==0.3.0 Pygments==2.19.1 rich==13.9.4 sniffio==1.3.1 -textual==1.0.0 +textual==2.1.2 textual-dev==1.7.0 textual-serve==1.1.1 typing_extensions==4.12.2 diff --git a/versions-root/kotlin-versions-lookup.csv b/versions-root/kotlin-versions-lookup.csv index 13d90da2d..2801bcea7 100644 --- a/versions-root/kotlin-versions-lookup.csv +++ b/versions-root/kotlin-versions-lookup.csv @@ -1,7 +1,7 @@ Kotlin,atomicfu,serialization,detekt-gradle-plugin,gradle-kotlin-dsl,binary-compatibility-validator,kover -2.1.10,0.27.0,1.8.0,1.23.7,5.1.2,0.17.0,0.9.1 -2.1.0,0.27.0,1.8.0,1.23.7,5.1.2,0.17.0,0.9.1 -2.0.21,0.26.0,1.7.3,1.23.7,5.1.2,0.16.3,0.8.3 -2.0.20,0.26.0,1.7.3,1.23.7,5.1.2,0.16.3,0.8.3 -2.0.10,0.26.0,1.7.1,1.23.7,5.1.2,0.16.3,0.8.3 -2.0.0,0.26.0,1.7.1,1.23.7,5.1.2,0.16.3,0.8.3 +2.1.10,0.27.0,1.8.0,1.23.8,5.1.2,0.17.0,0.9.1 +2.1.0,0.27.0,1.8.0,1.23.8,5.1.2,0.17.0,0.9.1 +2.0.21,0.26.0,1.7.3,1.23.8,5.1.2,0.16.3,0.8.3 +2.0.20,0.26.0,1.7.3,1.23.8,5.1.2,0.16.3,0.8.3 +2.0.10,0.26.0,1.7.1,1.23.8,5.1.2,0.16.3,0.8.3 +2.0.0,0.26.0,1.7.1,1.23.8,5.1.2,0.16.3,0.8.3 diff --git a/versions-root/libs.versions.toml b/versions-root/libs.versions.toml index bd4a3aed0..2a8333e7a 100644 --- a/versions-root/libs.versions.toml +++ b/versions-root/libs.versions.toml @@ -9,18 +9,18 @@ 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.1" -ktor = "3.0.3" -kotlin-logging = "7.0.3" -slf4j = "2.0.16" +ktor = "3.1.1" +kotlin-logging = "7.0.5" +slf4j = "2.0.17" logback = "1.3.14" -gradle-plugin-publish = "1.3.0" -kotlin-wrappers = "2025.1.2" +gradle-plugin-publish = "1.3.1" +kotlin-wrappers = "2025.3.15" junit4 = "4.13.2" -junit5 = "5.11.4" +junit5 = "5.12.1" intellij = "233.13135.128" gradle-doctor = "0.10.0" kotlinx-browser = "0.3" -shadow-jar = "9.0.0-beta4" +shadow-jar = "9.0.0-beta10" # Stub versions – relpaced based on kotlin, mostly for gradle-related (plugins) dependencies # but also for dependencies for compiler-specific modules. @@ -30,7 +30,7 @@ shadow-jar = "9.0.0-beta4" # NOTE: When updating kotlin-versions-lookup.csv, update the latest version here for the Renovate configs atomicfu = "0.27.0" serialization = "1.8.0" -detekt-gradle-plugin = "1.23.7" +detekt-gradle-plugin = "1.23.8" gradle-kotlin-dsl = "5.1.2" binary-compatibility-validator = "0.17.0" kover = "0.9.1"