Skip to content

Commit

Permalink
Upgrade Ktor
Browse files Browse the repository at this point in the history
  • Loading branch information
kotcrab committed Jun 16, 2024
1 parent 32e46ef commit 4319567
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if (ghidraInstallDir) {
buildscript {
ext.kotlinVersion = '1.9.24'
ext.kotlinCoroutinesVersion = '1.6.3-native-mt'
ext.ktorVersion = '1.6.8'
ext.ktorVersion = '2.3.11'
ext.testGsonVersion = '2.9.0'
ext.testLog4j2Version = '2.23.1'
repositories {
Expand All @@ -60,10 +60,10 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:$kotlinCoroutinesVersion"
implementation "io.ktor:ktor-client-core:$ktorVersion"
implementation "io.ktor:ktor-client-cio:$ktorVersion"
implementation("io.ktor:ktor-client-gson:$ktorVersion") {
implementation "io.ktor:ktor-client-websockets:$ktorVersion"
implementation("io.ktor:ktor-serialization-gson:$ktorVersion") {
exclude group: 'com.google.code.gson', module: 'gson' // already provided by Ghidra
}
implementation "io.ktor:ktor-client-websockets:$ktorVersion"
testImplementation "com.google.code.gson:gson:$testGsonVersion"
testImplementation "org.apache.logging.log4j:log4j-api:$testLog4j2Version"
testImplementation "org.apache.logging.log4j:log4j-core:$testLog4j2Version"
Expand Down

0 comments on commit 4319567

Please sign in to comment.