aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorRyan Lewis <ryan@rlew.io>2022-11-10 08:01:34 +0000
committerGitHub <noreply@github.com>2022-11-10 09:01:34 +0100
commit7c3b40397d5b5922f7ac03d1153163011b988610 (patch)
tree03e1c2e77d9919a6c88347a5a531918763fb0b7f /gradle.properties
parent631934363a02e06b5f7dcb7a8141223c6363f2bb (diff)
downloaddokka-7c3b40397d5b5922f7ac03d1153163011b988610.tar.gz
dokka-7c3b40397d5b5922f7ac03d1153163011b988610.tar.bz2
dokka-7c3b40397d5b5922f7ac03d1153163011b988610.zip
Introduce jackson-databind constraint for 2.12.7.1 (#2733)
Fixes CVE-2022-42003
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
index 5483dc4b..cd86cf40 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -11,6 +11,8 @@ idea_version=213.6777.52
language_version=1.4
# jackson 2.13.X does not support kotlin language version 1.4, check before updating
jackson_version=2.12.7
+# fixes CVE-2022-42003
+jackson_databind_version=2.12.7.1
freemarker_version=2.3.31
# Code style
kotlin.code.style=official