Skip to content

Commit

Permalink
Bump com.github.johnrengelman.shadow from 5.2.0 to 8.1.1
Browse files Browse the repository at this point in the history
Bumps com.github.johnrengelman.shadow from 5.2.0 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 21, 2023
1 parent 14a6e60 commit 6eb0fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Expand Up @@ -42,7 +42,7 @@ pluginManagement {
val kotlin_version: String by settings
plugins {
id("org.jetbrains.kotlin.jvm") version kotlin_version
id("com.github.johnrengelman.shadow") version "5.2.0"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("com.gradle.plugin-publish") version "0.20.0"
}
}

0 comments on commit 6eb0fd9

Please sign in to comment.