Skip to content

Commit 63aa458

Browse files
committed
fix: remove duplicate shadow plugin entry in version catalog
1 parent 9dd4f2f commit 63aa458

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,13 @@ detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.8" }
6161
jacoco-android = { id = "com.mxalbert.gradle.jacoco-android", version = "0.2.0" }
6262
kover = { id = "org.jetbrains.kotlinx.kover", version = "0.7.3" }
6363
vanniktech-maven-publish = { id = "com.vanniktech.maven.publish", version = "0.30.0" }
64-
shadow = { id = "com.gradleup.shadow", version = "9.4.1" }
6564
springboot3 = { id = "org.springframework.boot", version.ref = "springboot3" }
6665
springboot4 = { id = "org.springframework.boot", version.ref = "springboot4" }
6766
spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.7" }
6867
gretty = { id = "org.gretty", version = "4.0.0" }
6968
animalsniffer = { id = "ru.vyarus.animalsniffer", version = "2.0.1" }
7069
sentry = { id = "io.sentry.android.gradle", version = "6.0.0-alpha.6"}
71-
shadow = { id = "com.gradleup.shadow", version = "8.3.6" }
70+
shadow = { id = "com.gradleup.shadow", version = "9.4.1" }
7271

7372
[libraries]
7473
apache-httpclient = { module = "org.apache.httpcomponents.client5:httpclient5", version = "5.0.4" }

0 commit comments

Comments
 (0)