File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ artifactory_contextUrl=https://artifactory.labkey.com/artifactory
5
5
6
6
artifactoryPluginVersion =4.21.0
7
7
gradlePluginsVersion =1.32.2
8
- labkeyClientApiVersion =1.4.0
8
+ labkeyClientApiVersion =1.5.2-SNAPSHOT
Original file line number Diff line number Diff line change 1
1
# The LabKey Remote API Library for Java - Change Log
2
2
3
- ## version x.y.z
4
- * Released* : ??
3
+ ## version 1.5.2
4
+ * Released* : 14 July 2022
5
5
* Add Connection.setUserAgent() and Connection.getUserAgent()
6
6
* Set Java library user agent to "LabKey Java API"
7
7
* Set SAS library user agent to "LabKey SAS API"
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ repositories {
57
57
58
58
group " org.labkey.api"
59
59
60
- version " 1.6.0 -SNAPSHOT"
60
+ version " 1.5.2 -SNAPSHOT"
61
61
62
62
dependencies {
63
63
implementation " org.apache.httpcomponents:httpmime:${ httpmimeVersion} "
You can’t perform that action at this time.
0 commit comments