Skip to content

Commit ad403ce

Browse files
Bump spotbugs-annotations from 4.0.2 to 4.2.3
Bumps [spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.0.2 to 4.2.3. - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](spotbugs/spotbugs@4.0.2...4.2.3) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 65fd874 commit ad403ce

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)