Skip to content

Commit

Permalink
Update log4j dependency (again) due to refined handling of security v…
Browse files Browse the repository at this point in the history
…ulnerability (#3484)
  • Loading branch information
cwinters-usds authored Dec 15, 2021
1 parent 443d6c5 commit ab53f86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions prime-router/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -591,9 +591,9 @@ dependencies {
exclude(group = "com.azure", module = "azure-core")
exclude(group = "com.azure", module = "azure-core-http-netty")
}
implementation("org.apache.logging.log4j:log4j-api:[2.15.0,)")
implementation("org.apache.logging.log4j:log4j-core:[2.15.0,)")
implementation("org.apache.logging.log4j:log4j-slf4j-impl:[2.15.0,)")
implementation("org.apache.logging.log4j:log4j-api:[2.16.0,)")
implementation("org.apache.logging.log4j:log4j-core:[2.16.0,)")
implementation("org.apache.logging.log4j:log4j-slf4j-impl:[2.16.0,)")
implementation("org.apache.logging.log4j:log4j-api-kotlin:1.1.0")
implementation("com.github.doyaaaaaken:kotlin-csv-jvm:1.2.0")
implementation("tech.tablesaw:tablesaw-core:0.42.0")
Expand Down

0 comments on commit ab53f86

Please sign in to comment.