Skip to content

Commit

Permalink
Update ktor to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
geiralund committed Aug 6, 2019
1 parent 8a25722 commit 92d9930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ object Kotlinx {
}

object Ktor {
const val version = "1.2.1"
const val version = "1.2.3"
const val server = "io.ktor:ktor-server:$version"
const val serverNetty = "io.ktor:ktor-server-netty:$version"
const val auth = "io.ktor:ktor-auth:$version"
Expand All @@ -129,7 +129,7 @@ object Ktor {
}

object Log4j2 {
private const val version = "2.12.0"
const val version = "2.12.0"
const val api = "org.apache.logging.log4j:log4j-api:$version"
const val core = "org.apache.logging.log4j:log4j-core:$version"
const val slf4j = "org.apache.logging.log4j:log4j-slf4j-impl:$version"
Expand Down

0 comments on commit 92d9930

Please sign in to comment.