diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-08 10:17:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-08 10:17:08 +0000 |
commit | 6257c0684cb0411247909bf1cc1fa2fe9c3e938b (patch) | |
tree | 205f1a6613621dab48c8452340c8969ea3a6e8e1 | |
parent | 7c41e303f25f0587f094c73dfd2855860bcaec3c (diff) | |
download | OneConfig-6257c0684cb0411247909bf1cc1fa2fe9c3e938b.tar.gz OneConfig-6257c0684cb0411247909bf1cc1fa2fe9c3e938b.tar.bz2 OneConfig-6257c0684cb0411247909bf1cc1fa2fe9c3e938b.zip |
Bump com.github.johnrengelman.shadow from 7.1.0 to 7.1.2
Bumps com.github.johnrengelman.shadow from 7.1.0 to 7.1.2.
---
updated-dependencies:
- dependency-name: com.github.johnrengelman.shadow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index f3fe68f..cfba627 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar plugins { id "dev.architectury.architectury-pack200" version "0.1.3" - id "com.github.johnrengelman.shadow" version "7.1.0" + id "com.github.johnrengelman.shadow" version "7.1.2" id "cc.woverflow.loom" version "0.10.6" id "net.kyori.blossom" version "1.3.0" id "java" |