Skip to content

Commit c0bbedd

Browse files
Bump com.github.johnrengelman.shadow from 4.0.4 to 6.1.0 (#1521)
Bumps com.github.johnrengelman.shadow from 4.0.4 to 6.1.0. --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e00da8b commit c0bbedd

File tree

1 file changed

+1
-1
lines changed
  • _includes/tutorials/produce-consume-lang/scala/code

1 file changed

+1
-1
lines changed

_includes/tutorials/produce-consume-lang/scala/code/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id "com.google.cloud.tools.jib" version "3.3.1"
3-
id "com.github.johnrengelman.shadow" version "4.0.4"
3+
id "com.github.johnrengelman.shadow" version "6.1.0"
44
}
55

66
allprojects {

0 commit comments

Comments
 (0)