Skip to content

Commit ec96c7d

Browse files
fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.19.0
1 parent 6ffdf9a commit ec96c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717

1818
dependencies {
1919
implementation 'org.slf4j:slf4j-api:2.0.13'
20-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
20+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.0'
2121
implementation 'org.jasypt:jasypt:1.9.3'
2222
runtimeOnly 'org.slf4j:slf4j-simple:2.0.13'
2323
testImplementation "junit:junit:$junitVersion"

0 commit comments

Comments
 (0)