diff options
Diffstat (limited to 'buildSrc/src/main/kotlin/Versions.kt')
-rw-r--r-- | buildSrc/src/main/kotlin/Versions.kt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt index 75544cfb..dedca472 100644 --- a/buildSrc/src/main/kotlin/Versions.kt +++ b/buildSrc/src/main/kotlin/Versions.kt @@ -14,7 +14,7 @@ object Versions { const val mockk = "1.9.3" // https://github.com/jhy/jsoup/releases - const val jsoup = "1.12.1" + const val jsoup = "1.13.1" // https://square.github.io/leakcanary/changelog/ const val leakCanary = "2.2" // https://square.github.io/okhttp/changelog/ @@ -25,6 +25,6 @@ object Versions { const val roboelectric = "4.3" // https://github.com/davemorrissey/subsampling-scale-image-view#quick-start const val scaleImageView = "3.10.0" - // https://github.com/srs/gradle-node-plugin/releases - const val nodeGradle = "1.3.1" + // https://github.com/node-gradle/gradle-node-plugin/releases + const val nodeGradle = "2.2.3" }
\ No newline at end of file |