From 39b439bd1b5957e8bcb57a3a96daa2ec5e4e020d Mon Sep 17 00:00:00 2001 From: florian <60937022+cdr-chakotay@users.noreply.github.com> Date: Sat, 13 Apr 2024 22:45:49 +0200 Subject: [PATCH] Apply the newest patches for security reasons. --- CHANGELOG.md | 1 + build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8cc7ff..408a3a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ### Unreleased ### * Migrated test suite from JUnit4 to JUnit 5 +* Upgrade okhttp to 4.12.0 as a security update ### 1.0.0 / 2022-12-14 ### #### Major Release diff --git a/build.gradle b/build.gradle index 1b1ecd9..5c65e03 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ dependencies { implementation 'org.jetbrains:annotations:23.0.0' implementation 'io.tus.java.client:tus-java-client:0.4.5' implementation 'joda-time:joda-time:2.12.2' - implementation 'com.squareup.okhttp3:okhttp:4.10.0' + implementation 'com.squareup.okhttp3:okhttp:4.12.0' implementation 'org.json:json:20231013' implementation 'commons-codec:commons-codec:1.15' implementation 'io.socket:socket.io-client:2.1.0'