Skip to content

Commit

Permalink
Set the default jacksonVersionForJacksonTest to 2.6.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Aug 25, 2023
1 parent ae41f3d commit 6f4f237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

ext {
if (!project.hasProperty("jacksonVersionForJacksonTest")) {
jacksonVersionForJacksonTest = "2.6.7"
jacksonVersionForJacksonTest = "2.6.7.5"
}
}

Expand Down

0 comments on commit 6f4f237

Please sign in to comment.