File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -288,6 +288,8 @@ allprojects {
288288 // force consistency in TCRdb, WNPRC
289289 force " org.javassist:javassist:${ javassistVersion} "
290290 force " org.jetbrains:annotations:${ annotationsVersion} "
291+ // force consistency in TCRdb, mfa (Duo SDK)
292+ force " org.jetbrains.kotlin:kotlin-stdlib-jdk8:${ intellijKotlinVersion} "
291293 // force consistency between API and Java remote API
292294 force " org.json:json:${ orgJsonVersion} "
293295 force " org.ow2.asm:asm:${ asmVersion} "
Original file line number Diff line number Diff line change @@ -190,6 +190,8 @@ httpcore5Version=5.3
190190httpclientVersion =4.5.14
191191httpcoreVersion =4.4.16
192192
193+ intellijKotlinVersion =1.9.10
194+
193195# Jackson dependencies are usually released in tandem, but occasionally one gets a patch release out-of-sync with the others
194196jacksonVersion =2.18.0
195197jacksonAnnotationsVersion =2.18.0
You can’t perform that action at this time.
0 commit comments