Skip to content

Commit

Permalink
Update the version of our shade library to get log4j fixes.
Browse files Browse the repository at this point in the history
RELNOTES=N/A
PiperOrigin-RevId: 416925567
  • Loading branch information
bcorso authored and Dagger Team committed Dec 17, 2021
1 parent a61aa50 commit 66750f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/shader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ import shadow.org.apache.tools.zip.ZipEntry

plugins {
id 'java-library'
id 'com.github.johnrengelman.shadow' version '6.1.0'
// Use shadow version >= 7.1.1 to get log4j vulnerability patches:
// https://github.com/johnrengelman/shadow/releases/tag/7.1.1
id 'com.github.johnrengelman.shadow' version '7.1.1'
}

repositories {
Expand Down

0 comments on commit 66750f1

Please sign in to comment.