Skip to content

Commit

Permalink
Merge pull request #499 from raynigon/dependabot/gradle/com.fasterxml…
Browse files Browse the repository at this point in the history
….jackson.core-jackson-databind-2.17.0

Bump com.fasterxml.jackson.core:jackson-databind from 2.16.2 to 2.17.0
  • Loading branch information
raynigon authored Apr 23, 2024
2 parents 1d151ad + 24015de commit df5a52c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions unit-api-jackson/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
compileOnly 'com.fasterxml.jackson.core:jackson-databind:2.16.2'
compileOnly 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
implementation project(":unit-api-core")

testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.16.2'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
}
2 changes: 1 addition & 1 deletion unit-api-validation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dependencies {
implementation("jakarta.validation:jakarta.validation-api:3.0.2")
implementation project(":unit-api-core")

testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.16.2'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
testImplementation 'org.hibernate.validator:hibernate-validator:8.0.1.Final'
testImplementation("org.glassfish:jakarta.el:4.0.2")
}

0 comments on commit df5a52c

Please sign in to comment.