From 8b774a312ab45475e5f8deba5dda0df81312e918 Mon Sep 17 00:00:00 2001 From: Adam Rauch Date: Thu, 16 Jan 2025 08:50:49 -0800 Subject: [PATCH] Force more recent version of jetbrains.kotlin (#968) --- build.gradle | 2 ++ gradle.properties | 2 ++ 2 files changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index f22c96926d..4a5258118a 100644 --- a/build.gradle +++ b/build.gradle @@ -288,6 +288,8 @@ allprojects { // force consistency in TCRdb, WNPRC force "org.javassist:javassist:${javassistVersion}" force "org.jetbrains:annotations:${annotationsVersion}" + // force consistency in TCRdb, mfa (Duo SDK) + force "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${intellijKotlinVersion}" // force consistency between API and Java remote API force "org.json:json:${orgJsonVersion}" force "org.ow2.asm:asm:${asmVersion}" diff --git a/gradle.properties b/gradle.properties index 80cbb01e19..7877098308 100644 --- a/gradle.properties +++ b/gradle.properties @@ -190,6 +190,8 @@ httpcore5Version=5.3 httpclientVersion=4.5.14 httpcoreVersion=4.4.16 +intellijKotlinVersion=1.9.10 + # Jackson dependencies are usually released in tandem, but occasionally one gets a patch release out-of-sync with the others jacksonVersion=2.18.0 jacksonAnnotationsVersion=2.18.0