Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,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}"
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ httpcore5Version=5.3.1
httpclientVersion=4.5.14
httpcoreVersion=4.4.16

intellijKotlinVersion=1.9.10

# Update all Jackson dependency versions below in tandem, unless one gets a patch release out-of-sync with the others
jacksonVersion=2.18.2
jacksonAnnotationsVersion=2.18.2
Expand Down
Loading