Skip to content

Commit ff15070

Browse files
Update gradle, gradlePlugins and other library versions (#113)
1 parent f5452cf commit ff15070

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

standalone/gradle.properties

Lines changed: 4 additions & 4 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 version of LabKey being built on
5-
gradlePluginsVersion=1.39.1
5+
gradlePluginsVersion=1.40.3
66

77
# versions of artifacts required as dependencies
88
#uncomment the version number and set to the desired labkeyVersion
9-
#labkeyVersion=22.11-SNAPSHOT
10-
labkeyClientApiVersion=5.0.1
9+
#labkeyVersion=23.3-SNAPSHOT
10+
labkeyClientApiVersion=5.1.0
1111

1212
# used by the LabKey Jsp Gradle plugin for declaring dependencies
13-
apacheTomcatVersion=9.0.70
13+
apacheTomcatVersion=9.0.71
1414
servletApiVersion=4.0.1
1515

1616
# Example external dependency used in build file
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)