Skip to content

Commit

Permalink
Replaced version with variable
Browse files Browse the repository at this point in the history
Signed-off-by: Owais <[email protected]>
  • Loading branch information
owaiskazi19 committed Oct 10, 2024
1 parent e8c25bd commit 3e11199
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,13 @@ dependencies {
implementation "io.swagger.parser.v3:swagger-parser-v3:${swaggerVersion}"
// Declare and force Jackson dependencies for tests
testImplementation("com.fasterxml.jackson.core:jackson-databind") {
version { strictly("2.18.0") }
version { strictly("${jacksonVersion}") }
}
testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310") {
version { strictly("2.18.0") }
version { strictly("${jacksonVersion}") }
}
testImplementation("com.fasterxml.jackson.core:jackson-annotations") {
version { strictly("2.18.0") }
version { strictly("${jacksonVersion}") }
}

// ZipArchive dependencies used for integration tests
Expand Down

0 comments on commit 3e11199

Please sign in to comment.