Skip to content

Commit

Permalink
maint(deps): bump com.github.johnrengelman.shadow from 7.1.2 to 8.1.1
Browse files Browse the repository at this point in the history
Bumps com.github.johnrengelman.shadow from 7.1.2 to 8.1.1.

---
updated-dependencies:
- dependency-name: com.github.johnrengelman.shadow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 22, 2023
1 parent 71294d7 commit 89e8a28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.github.jk1.license.render.InventoryMarkdownReportRenderer

plugins {
id("com.github.johnrengelman.shadow") version "7.1.2"
id("com.github.johnrengelman.shadow") version "8.1.1"
id "maven-publish"
id ("com.github.jk1.dependency-license-report") version "2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion custom/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "java"
id("com.github.johnrengelman.shadow") version "7.1.2"
id("com.github.johnrengelman.shadow") version "8.1.1"
}

apply from: "$rootDir/gradle/shadow.gradle"
Expand Down

0 comments on commit 89e8a28

Please sign in to comment.