Skip to content

Commit 4b72853

Browse files
author
Marius Kleidl
committed
Update tus-java-client to 0.5.1
1 parent f21fb44 commit 4b72853

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 2.0.1 / 2025-05-12 ###
2+
3+
* Update tus-java-client dependency to 0.5.1
4+
15
### 2.0.0 / 2024-01-14 ###
26
#### Major Release
37
* Exchange the Socket based assembly status fetching with a Server-Sent-Events (SSE) solution.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ allprojects {
2424

2525
dependencies {
2626
implementation 'org.jetbrains:annotations:23.0.0'
27-
implementation 'io.tus.java.client:tus-java-client:0.4.5'
27+
implementation 'io.tus.java.client:tus-java-client:0.5.1'
2828
implementation 'joda-time:joda-time:2.12.2'
2929
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
3030
implementation 'org.json:json:20231013'

0 commit comments

Comments
 (0)