Skip to content

Commit 7e15b42

Browse files
committed
Prepare for v7.3.0
1 parent 88a3d0d commit 7e15b42

3 files changed

Lines changed: 9 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
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
711

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}"

0 commit comments

Comments
 (0)