From ad403ce73e6cde77772038c29f21d19460e9c838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jun 2021 09:57:42 +0000 Subject: [PATCH] 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](https://github.com/spotbugs/spotbugs/compare/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] --- extractor/build.gradle | 2 +- timeago-parser/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extractor/build.gradle b/extractor/build.gradle index f8d9fda73..c1c11a05a 100644 --- a/extractor/build.gradle +++ b/extractor/build.gradle @@ -11,7 +11,7 @@ dependencies { implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751' implementation 'org.jsoup:jsoup:1.13.1' implementation 'org.mozilla:rhino:1.7.13' - implementation 'com.github.spotbugs:spotbugs-annotations:4.0.2' + implementation 'com.github.spotbugs:spotbugs-annotations:4.2.3' implementation 'org.nibor.autolink:autolink:0.10.0' testImplementation 'junit:junit:4.13.2' diff --git a/timeago-parser/build.gradle b/timeago-parser/build.gradle index a9ab29838..1a5bc9719 100644 --- a/timeago-parser/build.gradle +++ b/timeago-parser/build.gradle @@ -2,5 +2,5 @@ dependencies { testImplementation 'junit:junit:4.13.1' implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751' - implementation 'com.github.spotbugs:spotbugs-annotations:4.0.2' + implementation 'com.github.spotbugs:spotbugs-annotations:4.2.3' }