Skip to content

Commit 5429b1f

Browse files
authored
Update standalone versions to latest (#104)
1 parent eee59c9 commit 5429b1f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

demo/src/org/labkey/demo/DemoController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package org.labkey.demo;
1818

1919
import org.apache.commons.lang3.StringUtils;
20-
import org.json.old.JSONObject;
20+
import org.json.JSONObject;
2121
import org.labkey.api.action.FormArrayList;
2222
import org.labkey.api.action.FormViewAction;
2323
import org.labkey.api.action.ReadOnlyApiAction;

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 version of LabKey being built on
5-
gradlePluginsVersion=1.35.0
5+
gradlePluginsVersion=1.36.0
66

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

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

1616
# Example external dependency used in build file

0 commit comments

Comments
 (0)