Skip to content
Merged
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
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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.7.8
labkeyVersion=24.7.9
labkeyClientApiVersion=6.1.0

# Version numbers for the various binary artifacts that are included when
Expand Down Expand Up @@ -103,7 +103,7 @@ apacheDirectoryVersion=2.1.3
apacheMinaVersion=2.2.1

# Keep in sync with springBootTomcatVersion below
apacheTomcatVersion=10.1.30
apacheTomcatVersion=10.1.31

# (mothership) -> json-path -> json-smart -> accessor-smart
# (core) -> graalvm
Expand Down Expand Up @@ -286,12 +286,12 @@ slf4jLog4jApiVersion=2.0.12
# This is a dependency for HTSJDK. Force version for CVE-2023-43642
snappyJavaVersion=1.1.10.5

springBootVersion=3.3.4
springBootVersion=3.3.5
# This usually matches the Tomcat version dictated by springBootVersion
# Also, keep this in sync with apacheTomcatVersion above
springBootTomcatVersion=10.1.30
springBootTomcatVersion=10.1.31
# This usually matches the Spring Framework version dictated by springBootVersion
springVersion=6.1.13
springVersion=6.1.14

sqliteJdbcVersion=3.46.0.0

Expand Down
Loading