Skip to content

Commit 1683669

Browse files
committed
Remove temporary hardcoded dependency
On 02/12/2025, builds did not pass due to an issue with dependency net.minidev:json-smart. Harcoded this allowed us to continue to work correctly. Right now, the problem is solved, the harcoded dependency can be removed from build.gradle.kts.
1 parent be363eb commit 1683669

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ val testcontainersRedis = "1.6.4"
176176

177177
dependencies {
178178
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
179-
implementation("net.minidev:json-smart:2.4.10")
180179

181180
detekt("io.gitlab.arturbosch.detekt:detekt-cli:$detektVersion")
182181
detekt("io.gitlab.arturbosch.detekt:detekt-formatting:$detektVersion")

0 commit comments

Comments
 (0)