Skip to content

Commit

Permalink
Apply the newest patches for security reasons.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdr-chakotay committed Apr 13, 2024
1 parent 6249516 commit 39b439b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 39b439b

Please sign in to comment.