File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies {
29
29
testImplementation ' io.jsonwebtoken:jjwt-jackson:0.12.6'
30
30
31
31
implementation ' com.vonage:jwt:2.0.1'
32
- implementation ' commons-lang :commons-lang:2.6 '
32
+ implementation ' org.apache. commons:commons-lang3:3.18.0 '
33
33
implementation ' commons-codec:commons-codec:1.18.0'
34
34
implementation ' io.netty:netty-codec-http:4.1.119.Final'
35
35
implementation ' io.netty:netty-handler:4.1.119.Final'
Original file line number Diff line number Diff line change 7
7
*/
8
8
package com .opentok ;
9
9
10
- import org .apache .commons .lang .StringUtils ;
10
+ import org .apache .commons .lang3 .StringUtils ;
11
11
12
12
import java .net .URI ;
13
13
import java .util .*;
Original file line number Diff line number Diff line change 18
18
import com .opentok .util .Crypto ;
19
19
import com .opentok .util .HttpClient ;
20
20
import com .opentok .util .HttpClient .ProxyAuthScheme ;
21
- import org .apache .commons .lang .StringUtils ;
21
+ import org .apache .commons .lang3 .StringUtils ;
22
22
import java .io .IOException ;
23
23
import java .io .UnsupportedEncodingException ;
24
24
import java .net .Proxy ;
Original file line number Diff line number Diff line change 21
21
import com .opentok .exception .OpenTokException ;
22
22
import com .opentok .exception .RequestException ;
23
23
import com .vonage .jwt .Jwt ;
24
- import org .apache .commons .lang .StringUtils ;
24
+ import org .apache .commons .lang3 .StringUtils ;
25
25
import org .asynchttpclient .*;
26
26
import org .asynchttpclient .Realm .AuthScheme ;
27
27
import org .asynchttpclient .filter .FilterContext ;
Original file line number Diff line number Diff line change 20
20
import com .opentok .exception .OpenTokException ;
21
21
import com .opentok .exception .RequestException ;
22
22
import io .jsonwebtoken .Jwts ;
23
- import org .apache .commons .lang .StringUtils ;
23
+ import org .apache .commons .lang3 .StringUtils ;
24
24
import org .junit .Before ;
25
25
import org .junit .Rule ;
26
26
import org .junit .Test ;
You can’t perform that action at this time.
0 commit comments