diff --git a/build.gradle b/build.gradle index dee976fee1a..f2bb3b1c222 100644 --- a/build.gradle +++ b/build.gradle @@ -207,7 +207,7 @@ dependencies { implementation group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: '7.0.0.202409031743-r' implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: '2.18.1' - implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.18.1' + implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.18.2' implementation 'com.fasterxml:aalto-xml:1.3.3'