Skip to content

Commit

Permalink
Update plugin com.github.johnrengelman.shadow to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 18, 2021
1 parent 646ed32 commit b79df42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion btrace-dist/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'maven-publish'
id "com.github.johnrengelman.shadow" version "6.1.0"
id "com.github.johnrengelman.shadow" version "7.1.0"
id "nebula.ospackage" version "8.5.6"
id "java"
id "io.sdkman.vendors" version "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion btrace-dtrace/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.gradle.internal.os.OperatingSystem
import org.gradle.internal.jvm.Jvm

plugins {
id 'com.github.johnrengelman.shadow' version '6.1.0'
id 'com.github.johnrengelman.shadow' version '7.1.0'
id 'java'
}

Expand Down

0 comments on commit b79df42

Please sign in to comment.