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

Bump dependency versions in standalone builds #162

Merged
merged 1 commit into from
Oct 18, 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
8 changes: 4 additions & 4 deletions standalone/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
artifactory_contextUrl=https://labkey.jfrog.io/artifactory

# Exact version will vary based on the version of LabKey being built on
gradlePluginsVersion=1.41.0
gradlePluginsVersion=1.42.1

# versions of artifacts required as dependencies
#uncomment the version number and set to the desired labkeyVersion
#labkeyVersion=23.3-SNAPSHOT
labkeyClientApiVersion=5.2.0
#labkeyVersion=23.7-SNAPSHOT
labkeyClientApiVersion=5.3.0

# used by the LabKey Jsp Gradle plugin for declaring dependencies
apacheTomcatVersion=9.0.80
apacheTomcatVersion=9.0.82
servletApiVersion=4.0.1

# Example external dependency used in build file
Expand Down