Skip to content

Commit 7484f13

Browse files
authored
Merge pull request #667 from raynigon/dependabot/gradle/com.fasterxml.jackson.core-jackson-databind-2.20.1
Bump com.fasterxml.jackson.core:jackson-databind from 2.20.0 to 2.20.1
2 parents f0cbc28 + 4773731 commit 7484f13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

unit-api-jackson/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ plugins {
33
}
44

55
dependencies {
6-
compileOnly 'com.fasterxml.jackson.core:jackson-databind:2.20.0'
6+
compileOnly 'com.fasterxml.jackson.core:jackson-databind:2.20.1'
77
api project(":unit-api-core")
88

9-
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0'
9+
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1'
1010
}

unit-api-validation/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
implementation("jakarta.validation:jakarta.validation-api:3.1.1")
77
implementation project(":unit-api-core")
88

9-
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0'
9+
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1'
1010
testImplementation 'org.hibernate.validator:hibernate-validator:9.0.1.Final'
1111
testImplementation("org.glassfish:jakarta.el:4.0.2")
1212
}

0 commit comments

Comments
 (0)