Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bot] Fast-forward for 23.7.5 #574

Merged
merged 3 commits into from
Sep 26, 2023
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=23.7.4
labkeyVersion=23.7.5
labkeyClientApiVersion=5.2.0

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

# Keep in sync with springBootTomcatVersion below
apacheTomcatVersion=9.0.76
apacheTomcatVersion=9.0.80

# (mothership) -> json-path -> json-smart -> accessor-smart
# (core) -> graalvm
Expand All @@ -125,7 +125,7 @@ commonsCollectionsVersion=3.2.2
commonsCollections4Version=4.4
commonsCodecVersion=1.15
# sync with version Tika ships
commonsCompressVersion=1.23.0
commonsCompressVersion=1.24.0
commonsDbcpVersion=1.4
commonsDiscoveryVersion=0.2
commonsDigesterVersion=1.8.1
Expand Down Expand Up @@ -276,10 +276,10 @@ slf4jLog4jApiVersion=2.0.7
# This is a dependency for HTSJDK. Force to avoid a deserialization problem. Remove once HTSJDK bumps its preferred version
snappyJavaVersion=1.1.10.1

springBootVersion=2.7.13
springBootVersion=2.7.16
# This MUST match the Tomcat version dictated by springBootVersion
# Also, keep this in sync with apacheTomcatVersion above
springBootTomcatVersion=9.0.76
springBootTomcatVersion=9.0.80

springVersion=5.3.28

Expand Down