Skip to content

Commit 70fb2f5

Browse files
committed
More updates
1 parent 12f71f5 commit 70fb2f5

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
*Released*: 15 July 2026
99
* Update Gradle version and remove some deprecated syntax
1010
* 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
1112

1213
## version 7.2.0
1314
*Released*: 17 February 2026

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

0 commit comments

Comments
 (0)