Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Slash Nephy committed Apr 29, 2019
1 parent f34633a commit 9d88475
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -168,7 +168,7 @@ dependencies {

implementation(kotlin("reflect"))

implementation("io.ktor:ktor-client-apache:1.1.3")
implementation("io.ktor:ktor-client-apache:1.1.5")

implementation("io.methvin:directory-watcher:0.9.3")

Expand Down
4 changes: 2 additions & 2 deletions glados-api/build.gradle.kts
@@ -1,7 +1,7 @@
dependencies {
api(kotlin("stdlib-jdk8"))

api("jp.nephy:jsonkt:4.9")
api("io.ktor:ktor-client-core-jvm:1.1.3")
api("jp.nephy:jsonkt:4.10")
api("io.ktor:ktor-client-core-jvm:1.1.5")
api("ch.qos.logback:logback-classic:1.2.3")
}
6 changes: 3 additions & 3 deletions glados-client/glados-client-twitter/build.gradle.kts
Expand Up @@ -3,8 +3,8 @@ repositories {
}

dependencies {
api("jp.nephy:penicillin:4.1.3-eap-8")
api("jp.nephy:penicillin:4.1.3-eap-24")

api("io.ktor:ktor-client-apache:1.1.3")
api("io.ktor:ktor-client-cio:1.1.3")
api("io.ktor:ktor-client-apache:1.1.5")
api("io.ktor:ktor-client-cio:1.1.5")
}
4 changes: 2 additions & 2 deletions glados-client/glados-client-web/build.gradle.kts
@@ -1,6 +1,6 @@
dependencies {
api("io.ktor:ktor-server-netty:1.1.3")
api("io.ktor:ktor-html-builder:1.1.3")
api("io.ktor:ktor-server-netty:1.1.5")
api("io.ktor:ktor-html-builder:1.1.5")

api("org.jsoup:jsoup:1.11.3")
}

0 comments on commit 9d88475

Please sign in to comment.