Skip to content

Commit 0d1b0d5

Browse files
fix(deps): update dependency com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin to v8
1 parent 5f98043 commit 0d1b0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ object PluginLibs {
1515

1616
const val jooq = "3.14.13"
1717
const val docker = "8.1.0"
18-
const val shadow = "7.1.2"
18+
const val shadow = "8.1.1"
1919
const val testcontainers = "1.19.7"
2020
const val yaml = "2.2"
2121
}

0 commit comments

Comments
 (0)