Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## version 7.4.0-SNAPSHOT
*Released*: TBD
*
* Update HttpClient5 to 5.6.4 (CVE-2026-64607)
* Update Gradle plugins, Commons Codec, and JSONObject versions

## version 7.3.0
*Released*: 15 July 2026
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ artifactory_contextUrl=https://labkey.jfrog.io/artifactory
sourceCompatibility=17
targetCompatibility=17

gradlePluginsVersion=9.1.0
gradlePluginsVersion=10.0.0

commonsCodecVersion=1.22.0
commonsCodecVersion=1.22.1
commonsLoggingVersion=1.4.0

httpclient5Version=5.5.2
httpclient5Version=5.6.4
httpcore5Version=5.4.3

jsonObjectVersion=20260522
jsonObjectVersion=20260719

junitVersion=4.13.2

Expand Down
8 changes: 0 additions & 8 deletions pull_request_template.md

This file was deleted.