Skip to content

Commit

Permalink
Oppdatere avhengigheter - log4j2 til 2.15.0 for å ta vekk sikkerhetss…
Browse files Browse the repository at this point in the history
…årbarhet i tidligere versjoner
  • Loading branch information
geiralund committed Dec 10, 2021
1 parent 6b11493 commit 0949171
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ object Konfig {
}

object Kotlin {
const val version = "1.5.30"
const val version = "1.6.0"
const val stdlib = "org.jetbrains.kotlin:kotlin-stdlib:$version"

object Coroutines {
Expand Down Expand Up @@ -152,7 +152,7 @@ object Kotlinx {
}

object Ktor {
const val version = "1.6.3"
const val version = "1.6.6"
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 @@ -164,7 +164,7 @@ object Ktor {
}

object Log4j2 {
const val version = "2.14.1"
const val version = "2.15.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 0949171

Please sign in to comment.