diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bee128..e187138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/gradle.properties b/gradle.properties index ee172f4..6fcc92a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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