Skip to content

Commit

Permalink
Extract version catalog entry for jackson-databind
Browse files Browse the repository at this point in the history
  • Loading branch information
tudortimi committed Jun 16, 2024
1 parent c778301 commit f261539
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ gradlePlugin {
}

dependencies {
implementation("com.fasterxml.jackson.core:jackson-databind:2.14.3")
implementation(libs.jackson.databind)

testImplementation("org.spockframework:spock-core:2.2-groovy-3.0") {
exclude(group = "org.codehaus.groovy")
}
testImplementation("org.spockframework:spock-junit4:2.0-groovy-3.0")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.14.3")
testImplementation(libs.jackson.databind)
}

tasks.withType<Test> {
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[libraries]
jackson-databind = "com.fasterxml.jackson.core:jackson-databind:2.14.3"

0 comments on commit f261539

Please sign in to comment.