Skip to content

Commit

Permalink
Update labkeyVersion to 24.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-teamcity committed Jan 21, 2025
2 parents 4d6e476 + 8b774a3 commit f9a1d70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ buildFromSource=true

# The default version for LabKey artifacts that are built or that we depend on.
# override in an individual module's gradle.properties file as necessary
labkeyVersion=24.11.5
labkeyVersion=24.11.6
labkeyClientApiVersion=6.2.0

# Version numbers for the various binary artifacts that are included when
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f9a1d70

Please sign in to comment.