Skip to content

Commit a75d633

Browse files
committed
Minor dependencies update
1 parent 5515499 commit a75d633

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build-settings/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
dependencies {
10-
implementation("com.gradle:develocity-gradle-plugin:4.1")
11-
implementation("com.gradle:common-custom-user-data-gradle-plugin:2.3")
10+
implementation("com.gradle:develocity-gradle-plugin:4.2.2")
11+
implementation("com.gradle:common-custom-user-data-gradle-plugin:2.4.0")
1212
implementation("org.gradle.toolchains:foojay-resolver:1.0.0")
1313
}

gradle/libs.updates.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
/**
66
* run to check for dependencies:
7-
* ./gradlew dependencyUpdates --init-script gradle/libs.updates.gradle.kts --no-configuration-cache
7+
* ./gradlew dependencyUpdates --init-script gradle/libs.updates.gradle.kts --no-configuration-cache --no-parallel
88
*/
99

1010
initscript {

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ kotlinx-serialization = "1.9.0"
99
kotlinx-coroutines = "1.10.2"
1010
kotlinx-benchmark = "0.4.14"
1111
kotlinx-kover = "0.9.3"
12-
ktor = "3.2.3"
12+
ktor = "3.3.1"
1313

1414
# android
1515
android = "8.13.0"
@@ -20,8 +20,8 @@ apache-commons-compress = "1.28.0"
2020
maven-publish = "0.34.0"
2121

2222
# other
23-
bouncycastle = "1.81"
24-
logback = "1.5.18"
23+
bouncycastle = "1.82"
24+
logback = "1.5.20"
2525

2626
[libraries]
2727
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }

0 commit comments

Comments
 (0)