File tree 4 files changed +14
-11
lines changed
src/main/resources/java-sdk-version
4 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 1
- ### 0.4.2 / 2021-01-29 ###
1
+ ### 0.4.3 / 2022-10-28 ###
2
+ * Includes a vulnerability patch in the used socket-io implementation
3
+
4
+ ### 0.4.2 / 2022-02-03 ###
2
5
* Added possibility for SDKs using this SDK to send their own version number to the server in the Transloadit-Client header.
3
6
* Resolved some file-name conflicts with the tus-java-client library.
4
7
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Existing users should take note of the [JCenter shutdown](https://jfrog.com/blog
20
20
** Gradle:**
21
21
22
22
``` groovy
23
- implementation 'com.transloadit.sdk:transloadit:0.4.2 '
23
+ implementation 'com.transloadit.sdk:transloadit:0.4.3 '
24
24
```
25
25
26
26
** Maven:**
@@ -29,7 +29,7 @@ implementation 'com.transloadit.sdk:transloadit:0.4.2'
29
29
<dependency >
30
30
<groupId >com.transloadit.sdk</groupId >
31
31
<artifactId >transloadit</artifactId >
32
- <version >0.4.2 </version >
32
+ <version >0.4.3 </version >
33
33
</dependency >
34
34
```
35
35
Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ allprojects {
22
22
}
23
23
24
24
dependencies {
25
- implementation ' org.jetbrains:annotations:22 .0.0'
25
+ implementation ' org.jetbrains:annotations:23 .0.0'
26
26
implementation ' io.tus.java.client:tus-java-client:0.4.5'
27
- implementation ' joda-time:joda-time:2.10.13 '
28
- implementation ' com.squareup.okhttp3:okhttp:4.9.3 '
29
- implementation ' org.json:json:20211205 '
27
+ implementation ' joda-time:joda-time:2.12.0 '
28
+ implementation ' com.squareup.okhttp3:okhttp:4.10.0 '
29
+ implementation ' org.json:json:20220924 '
30
30
implementation ' commons-codec:commons-codec:1.15'
31
- implementation ' io.socket:socket.io-client:1.0.1 '
31
+ implementation ' io.socket:socket.io-client:1.0.2 '
32
32
testImplementation ' junit:junit:4.13.2'
33
- testImplementation ' org.mock-server:mockserver-junit-rule:5.11.2 '
34
- testImplementation ' org.mockito:mockito-core:3.11.1 '
33
+ testImplementation ' org.mock-server:mockserver-junit-rule:5.14.0 '
34
+ testImplementation ' org.mockito:mockito-core:4.8.0 '
35
35
36
36
37
37
Original file line number Diff line number Diff line change 1
- versionNumber =' 0.4.2 '
1
+ versionNumber =' 0.4.3 '
You can’t perform that action at this time.
0 commit comments