File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -290,6 +290,8 @@ allprojects {
290290 // force consistency in TCRdb, WNPRC
291291 force " org.javassist:javassist:${ javassistVersion} "
292292 force " org.jetbrains:annotations:${ annotationsVersion} "
293+ // force consistency in TCRdb, mfa (Duo SDK)
294+ force " org.jetbrains.kotlin:kotlin-stdlib-jdk8:${ intellijKotlinVersion} "
293295 // force consistency between API and Java remote API
294296 force " org.json:json:${ orgJsonVersion} "
295297 force " org.ow2.asm:asm:${ asmVersion} "
Original file line number Diff line number Diff line change @@ -189,6 +189,8 @@ httpcore5Version=5.3.2
189189httpclientVersion =4.5.14
190190httpcoreVersion =4.4.16
191191
192+ intellijKotlinVersion =1.9.10
193+
192194# Update all Jackson dependency versions below in tandem, unless one gets a patch release out-of-sync with the others
193195jacksonVersion =2.18.2
194196jacksonAnnotationsVersion =2.18.2
You can’t perform that action at this time.
0 commit comments