Skip to content

Commit 84089ff

Browse files
authored
Match server dependency versions (#178)
1 parent 2ca4cee commit 84089ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

standalone/gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
artifactory_contextUrl=https://labkey.jfrog.io/artifactory
33

44
# Exact version will vary based on the target LabKey version
5-
gradlePluginsVersion=2.2.2
5+
gradlePluginsVersion=2.3.0
66

77
# versions of artifacts required as dependencies
88
#uncomment the version number and set to the desired labkeyVersion
99
#labkeyVersion=24.3-SNAPSHOT
10-
labkeyClientApiVersion=6.0.0
10+
labkeyClientApiVersion=6.1.0
1111

1212
# used by the LabKey JSP Gradle plugin for declaring dependencies
13-
apacheTomcatVersion=10.1.18
13+
apacheTomcatVersion=10.1.19
1414
servletApiVersion=6.0.0
1515

1616
# Not actually used... just an example to show how to declare an external dependency in the build file

0 commit comments

Comments
 (0)