Skip to content

Commit aa277e1

Browse files
committed
Upgrade other dependencies
1 parent 036cc7e commit aa277e1

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

extractor/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ dependencies {
33

44
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
55
implementation 'org.jsoup:jsoup:1.13.1'
6-
implementation 'org.mozilla:rhino:1.7.7.1'
7-
implementation 'com.github.spotbugs:spotbugs-annotations:3.1.0'
8-
implementation 'org.nibor.autolink:autolink:0.8.0'
6+
implementation 'org.mozilla:rhino:1.7.12'
7+
implementation 'com.github.spotbugs:spotbugs-annotations:4.0.2'
8+
implementation 'org.nibor.autolink:autolink:0.10.0'
99

10-
testImplementation 'junit:junit:4.12'
10+
testImplementation 'junit:junit:4.13'
1111
}

timeago-parser/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
2-
testImplementation 'junit:junit:4.12'
2+
testImplementation 'junit:junit:4.13'
33

44
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
5-
implementation 'com.github.spotbugs:spotbugs-annotations:3.1.0'
5+
implementation 'com.github.spotbugs:spotbugs-annotations:4.0.2'
66
}

0 commit comments

Comments
 (0)