Skip to content

Commit

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

Bump com.fasterxml.jackson.core:jackson-databind from 2.15.2 to 2.15.3
  • Loading branch information
mergify[bot] authored Oct 13, 2023
2 parents f9aa020 + a72281e commit 71e67f3
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.15.2'
compileOnly 'com.fasterxml.jackson.core:jackson-databind:2.15.3'
implementation project(":unit-api-core")

testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.15.3'
}
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.15.2'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.15.3'
testImplementation 'org.hibernate.validator:hibernate-validator:8.0.1.Final'
testImplementation("org.glassfish:jakarta.el:4.0.2")
}

0 comments on commit 71e67f3

Please sign in to comment.