Skip to content

Commit

Permalink
Update ktor monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent a155938 commit f0546a0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion allocation-benchmark/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ktor_version=3.0.0-rc-1
ktor_version=3.0.0-rc-2-eap-1101
kotlin.code.style=official
logback_version=1.5.7
instrumenter_version=3.3.4
Expand Down
2 changes: 1 addition & 1 deletion benchmark-server/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ktor_version=3.0.0-rc-1
ktor_version=3.0.0-rc-2-eap-1101
2 changes: 1 addition & 1 deletion io-benchmarks/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
mavenCentral()
}

val ktorVersion = "3.0.0-rc-1"
val ktorVersion = "3.0.0-rc-2-eap-1101"

dependencies {
jmh(kotlin("stdlib"))
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 = "3.0.0-rc-1"
val ktor_version = "3.0.0-rc-2-eap-1101"

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 @@ -27,9 +27,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 f0546a0

Please sign in to comment.