Merge pull request #774 from TeamNewPipe/dependabot/gradle/org.mozilla-rhino-1.7.14

Bump rhino from 1.7.13 to 1.7.14
This commit is contained in:
litetex 2022-03-26 17:25:55 +01:00 committed by GitHub
commit 9284569c84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ dependencies {
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
implementation 'org.jsoup:jsoup:1.14.3'
implementation 'org.mozilla:rhino:1.7.13'
implementation 'org.mozilla:rhino:1.7.14'
implementation "com.github.spotbugs:spotbugs-annotations:$spotbugsVersion"
implementation 'org.nibor.autolink:autolink:0.10.0'