Skip to content

Commit

Permalink
Update proguard-base to eliminate the log4j security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
GiantTreeLP committed Dec 24, 2021
1 parent 5e38471 commit 1dfaef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proguard-services-mapper-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
}

dependencies {
api("com.guardsquare", "proguard-base", "7.2.0-beta4")
api("com.guardsquare", "proguard-base", "7.2.0-beta5")
implementation(kotlin("stdlib-jdk8"))
}

Expand Down

0 comments on commit 1dfaef3

Please sign in to comment.