Skip to content

Commit da1e0e7

Browse files
committed
Consolidate Rhino Version
1 parent 0c3ac0a commit da1e0e7

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

extractor/build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,19 @@ checkstyleTest {
2222
enabled false // do not checkstyle test files
2323
}
2424

25+
ext {
26+
rhinoVersion = '1.8.0'
27+
}
28+
2529
dependencies {
2630
implementation project(':timeago-parser')
2731

2832
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
2933
implementation 'org.jsoup:jsoup:1.17.2'
3034
implementation "com.google.code.findbugs:jsr305:$jsr305Version"
3135

32-
implementation 'org.mozilla:rhino:1.8.0'
33-
implementation 'org.mozilla:rhino-engine:1.8.0'
36+
implementation "org.mozilla:rhino:$rhinoVersion"
37+
implementation "org.mozilla:rhino-engine:$rhinoVersion"
3438

3539
checkstyle "com.puppycrawl.tools:checkstyle:$checkstyleVersion"
3640

0 commit comments

Comments
 (0)