Skip to content

Commit

Permalink
Update ktor monorepo to v2.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 26, 2024
1 parent ba33819 commit 50229de
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion benchmark-server/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ktor_version=2.1.0
ktor_version=2.3.12
6 changes: 3 additions & 3 deletions io-benchmarks/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ repositories {

dependencies {
jmh(kotlin("stdlib"))
jmh("io.ktor:ktor-io:2.1.0")
jmh("io.ktor:ktor-utils:2.1.0")
jmh("io.ktor:ktor-network:2.1.0")
jmh("io.ktor:ktor-io:2.3.12")
jmh("io.ktor:ktor-utils:2.3.12")
jmh("io.ktor:ktor-network:2.3.12")
jmh(kotlin("test"))
}

Expand Down
2 changes: 1 addition & 1 deletion server-benchmarks/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ version = "1.0-SNAPSHOT"
val okhttpVersion = "4.12.0"
val apacheHttpClientVersion = "4.5.14"
val logbackVersion = "1.5.7"
val ktor_version = "2.1.0"
val ktor_version = "2.3.12"

repositories {
mavenCentral()
Expand Down
6 changes: 3 additions & 3 deletions utils-benchmarks/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ dependencies {
implementation("junit:junit:4.13.2")

implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:$serialization_version")
implementation("io.ktor:ktor-io:2.1.0")
implementation("io.ktor:ktor-utils:2.1.0")
implementation("io.ktor:ktor-network:2.1.0")
implementation("io.ktor:ktor-io:2.3.12")
implementation("io.ktor:ktor-utils:2.3.12")
implementation("io.ktor:ktor-network:2.3.12")

instrumenter("com.google.code.java-allocation-instrumenter:$instrumenterName:$instrumenter_version")
implementation("com.google.code.java-allocation-instrumenter:$instrumenterName:$instrumenter_version")
Expand Down

0 comments on commit 50229de

Please sign in to comment.