diff --git a/entrypoint/build.gradle.kts b/entrypoint/build.gradle.kts index 87decb3..0d578ef 100644 --- a/entrypoint/build.gradle.kts +++ b/entrypoint/build.gradle.kts @@ -39,7 +39,7 @@ dependencies { annotationProcessor("info.picocli:picocli-codegen:4.7.3") implementation("com.fasterxml.jackson.core:jackson-core:2.15.2") implementation("com.fasterxml.jackson.core:jackson-databind:2.15.2") - implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.0") + implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2") implementation("com.whichlicense:logging:0.2.0-SNAPSHOT") implementation("com.whichlicense:sourcing:0.6.4-SNAPSHOT") implementation("com.whichlicense.sourcing:github:0.6.4-SNAPSHOT")