Skip to content

Commit 35c1bdd

Browse files
authored
Merge pull request #655 from TeamNewPipe/dependabot/gradle/com.github.spotbugs-spotbugs-annotations-4.2.3
Bump spotbugs-annotations from 4.0.2 to 4.2.3
2 parents 65fd874 + ad403ce commit 35c1bdd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

extractor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
1212
implementation 'org.jsoup:jsoup:1.13.1'
1313
implementation 'org.mozilla:rhino:1.7.13'
14-
implementation 'com.github.spotbugs:spotbugs-annotations:4.0.2'
14+
implementation 'com.github.spotbugs:spotbugs-annotations:4.2.3'
1515
implementation 'org.nibor.autolink:autolink:0.10.0'
1616

1717
testImplementation 'junit:junit:4.13.2'

timeago-parser/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ dependencies {
22
testImplementation 'junit:junit:4.13.1'
33

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

0 commit comments

Comments
 (0)