Skip to content

Commit 8b774a3

Browse files
authored
Force more recent version of jetbrains.kotlin (#968)
1 parent ba1c3d6 commit 8b774a3

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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}"

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ httpcore5Version=5.3
190190
httpclientVersion=4.5.14
191191
httpcoreVersion=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
194196
jacksonVersion=2.18.0
195197
jacksonAnnotationsVersion=2.18.0

0 commit comments

Comments
 (0)