Skip to content

Commit 6e660ab

Browse files
authored
Prepare for v7.3.0 (#94)
#### Rationale Time to publish
1 parent 88a3d0d commit 6e660ab

6 files changed

Lines changed: 15 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# The LabKey Remote API Library for Java - Change Log
22

3-
## version 7.3.0-SNAPSHOT
3+
## version 7.4.0-SNAPSHOT
44
*Released*: TBD
5+
*
6+
7+
## version 7.3.0
8+
*Released*: 15 July 2026
59
* Update Gradle version and remove some deprecated syntax
610
* Update HttpCore5 to 5.4.3 (CVE-2026-54399) and HttpClient5 to 5.5.2
11+
* Update Gradle plugins, Commons Codec, Commons Logging, and JSONObject versions
712

813
## version 7.2.0
914
*Released*: 17 February 2026

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,19 @@
22

33
This library allows Java developers to access the data and services exposed from a LabKey Server installation.
44

5-
For more information on the library, see our
6-
[Java API](https://www.labkey.org/Documentation/wiki-page.view?name=javaAPI) page,
7-
which includes a link to the [JavaDoc](https://www.labkey.org/download/clientapi_docs/java-api/)
5+
For more information on the library, see our [Java API](https://www.labkey.org/Documentation/wiki-page.view?name=javaAPI) page, which includes a link to the [JavaDoc](https://www.labkey.org/download/clientapi_docs/java-api/)
86
where you can get details about the classes and programming interfaces.
97

10-
If you have any questions about this library or LabKey Server,
11-
see our [Community Support Forums](https://www.labkey.org/home/Support/LabKey%20Support%20Forum/project-begin.view?).
12-
138
This library is licensed under the [Apache 2.0 open-source license](http://www.apache.org/licenses/LICENSE-2.0).
149

15-
See the [change log](CHANGELOG.md) for information on the release versions and their
16-
compatibility with LabKey Server versions.
10+
See the [change log](CHANGELOG.md) for information on the release versions and their compatibility with LabKey Server versions.
1711

1812
## Development
1913

2014
### Dependency Declaration
2115
To declare a dependency on this jar file, you can use the following in Gradle
2216

23-
```compile(group: 'org.labkey.api', name: 'labkey-client-api', version: '4.2.0')```
17+
```compile(group: 'org.labkey.api', name: 'labkey-client-api', version: '7.3.0')```
2418

2519
If using the LabKey Gradle plugins and building a LabKey module, it is best to
2620
use this utility method instead to facilitate testing of any local changes to

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ repositories {
7070

7171
group = "org.labkey.api"
7272

73-
version = "7.3.0-SNAPSHOT"
73+
version = "7.4.0-SNAPSHOT"
7474

7575
dependencies {
7676
api "org.json:json:${jsonObjectVersion}"

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ artifactory_contextUrl=https://labkey.jfrog.io/artifactory
77
sourceCompatibility=17
88
targetCompatibility=17
99

10-
gradlePluginsVersion=7.2.0
10+
gradlePluginsVersion=9.1.0
1111

12-
commonsCodecVersion=1.20.0
13-
commonsLoggingVersion=1.3.5
12+
commonsCodecVersion=1.22.0
13+
commonsLoggingVersion=1.4.0
1414

1515
httpclient5Version=5.5.2
1616
httpcore5Version=5.4.3
1717

18-
jsonObjectVersion=20250517
18+
jsonObjectVersion=20260522
1919

2020
junitVersion=4.13.2
2121

gradle/wrapper/gradle-wrapper.jar

542 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)