Skip to content
Merged
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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## version 6.3.0-SNAPSHOT
*Released*: TBD
* Update Commons Logging, Gradle, Gradle Plugins, HttpClient, HttpCore, and JSONObject versions
* Update Commons Codec, Commons Logging, Gradle, Gradle Plugins, HttpClient, HttpCore, and JSONObject versions
* Remove defunct FileNotification API and uses

## version 6.2.0
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ targetCompatibility=17

gradlePluginsVersion=6.1.0

commonsCodecVersion=1.17.1
commonsLoggingVersion=1.3.4
commonsCodecVersion=1.18.0
commonsLoggingVersion=1.3.5

httpclient5Version=5.4.2
httpcore5Version=5.3.3
httpclient5Version=5.4.3
httpcore5Version=5.3.4

jsonObjectVersion=20250107

Expand Down