Skip to content

Commit 647fd34

Browse files
Dependency bump (#303)
* Update Core dependencies (non-major) * Update Python Monitor Dependencies * Update dependency Jinja2 to v3.1.6 [SECURITY] * Update Python Monitor Dependencies * Manual updates --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5f3e091 commit 647fd34

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

gradle-conventions-settings/develocity/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ configurations.configureEach {
1616

1717
dependencies {
1818
implementation("com.gradle:develocity-gradle-plugin:3.17")
19-
implementation("com.gradle:common-custom-user-data-gradle-plugin:2.0.2")
19+
implementation("com.gradle:common-custom-user-data-gradle-plugin:2.1")
2020
}

monitor/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
aiohappyeyeballs==2.4.6
2-
aiohttp==3.11.12
1+
aiohappyeyeballs==2.6.1
2+
aiohttp==3.11.14
33
aiohttp-jinja2==1.6
44
aiosignal==1.3.2
5-
anyio==4.8.0
5+
anyio==4.9.0
66
async-timeout==5.0.1
7-
attrs==25.1.0
8-
certifi==2024.12.14
7+
attrs==25.3.0
8+
certifi==2025.1.31
99
click==8.1.8
1010
exceptiongroup==1.2.2
1111
frozenlist==1.5.0
1212
h11==0.14.0
1313
httpcore==1.0.7
1414
httpx==0.28.1
1515
idna==3.10
16-
Jinja2==3.1.5
16+
Jinja2==3.1.6
1717
linkify-it-py==2.0.3
1818
markdown-it-py==3.0.0
1919
MarkupSafe==3.0.2
@@ -22,11 +22,11 @@ mdurl==0.1.2
2222
msgpack==1.1.0
2323
multidict==6.1.0
2424
platformdirs==4.3.6
25-
propcache==0.2.1
25+
propcache==0.3.0
2626
Pygments==2.19.1
2727
rich==13.9.4
2828
sniffio==1.3.1
29-
textual==1.0.0
29+
textual==2.1.2
3030
textual-dev==1.7.0
3131
textual-serve==1.1.1
3232
typing_extensions==4.12.2
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Kotlin,atomicfu,serialization,detekt-gradle-plugin,gradle-kotlin-dsl,binary-compatibility-validator,kover
2-
2.1.10,0.27.0,1.8.0,1.23.7,5.1.2,0.17.0,0.9.1
3-
2.1.0,0.27.0,1.8.0,1.23.7,5.1.2,0.17.0,0.9.1
4-
2.0.21,0.26.0,1.7.3,1.23.7,5.1.2,0.16.3,0.8.3
5-
2.0.20,0.26.0,1.7.3,1.23.7,5.1.2,0.16.3,0.8.3
6-
2.0.10,0.26.0,1.7.1,1.23.7,5.1.2,0.16.3,0.8.3
7-
2.0.0,0.26.0,1.7.1,1.23.7,5.1.2,0.16.3,0.8.3
2+
2.1.10,0.27.0,1.8.0,1.23.8,5.1.2,0.17.0,0.9.1
3+
2.1.0,0.27.0,1.8.0,1.23.8,5.1.2,0.17.0,0.9.1
4+
2.0.21,0.26.0,1.7.3,1.23.8,5.1.2,0.16.3,0.8.3
5+
2.0.20,0.26.0,1.7.3,1.23.8,5.1.2,0.16.3,0.8.3
6+
2.0.10,0.26.0,1.7.1,1.23.8,5.1.2,0.16.3,0.8.3
7+
2.0.0,0.26.0,1.7.1,1.23.8,5.1.2,0.16.3,0.8.3

versions-root/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ kotlin-compiler = "0.0.0" # default to kotlin-lang or env.KOTLIN_COMPILER_VERSIO
99
# kotlin independent versions
1010
detekt-analyzer = "1.23.6"
1111
coroutines = "1.10.1"
12-
ktor = "3.0.3"
13-
kotlin-logging = "7.0.3"
14-
slf4j = "2.0.16"
12+
ktor = "3.1.1"
13+
kotlin-logging = "7.0.5"
14+
slf4j = "2.0.17"
1515
logback = "1.3.14"
16-
gradle-plugin-publish = "1.3.0"
17-
kotlin-wrappers = "2025.1.2"
16+
gradle-plugin-publish = "1.3.1"
17+
kotlin-wrappers = "2025.3.15"
1818
junit4 = "4.13.2"
19-
junit5 = "5.11.4"
19+
junit5 = "5.12.1"
2020
intellij = "233.13135.128"
2121
gradle-doctor = "0.10.0"
2222
kotlinx-browser = "0.3"
23-
shadow-jar = "9.0.0-beta4"
23+
shadow-jar = "9.0.0-beta10"
2424

2525
# Stub versions – relpaced based on kotlin, mostly for gradle-related (plugins) dependencies
2626
# but also for dependencies for compiler-specific modules.
@@ -30,7 +30,7 @@ shadow-jar = "9.0.0-beta4"
3030
# NOTE: When updating kotlin-versions-lookup.csv, update the latest version here for the Renovate configs
3131
atomicfu = "0.27.0"
3232
serialization = "1.8.0"
33-
detekt-gradle-plugin = "1.23.7"
33+
detekt-gradle-plugin = "1.23.8"
3434
gradle-kotlin-dsl = "5.1.2"
3535
binary-compatibility-validator = "0.17.0"
3636
kover = "0.9.1"

0 commit comments

Comments
 (0)