Skip to content

Commit

Permalink
Update plugin com.github.johnrengelman.shadow to v7.1.2 (#520)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jan 22, 2022
1 parent 044aa49 commit d3b6fc5
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 "7.1.1"
id "com.github.johnrengelman.shadow" version "7.1.2"
id "nebula.ospackage" version "9.0.0"
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 '7.1.1'
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'java'
}

Expand Down

0 comments on commit d3b6fc5

Please sign in to comment.