Update kotlinx.coroutines and WhatTheStack (#1177)

* build: bump coroutines, AndroidX test and WhatTheStack

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>

* github: run dependency analysis workflow in pull_request_target context

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>

* Downgrade AndroidX test back

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-10-27 09:42:32 +05:30 committed by GitHub
parent b8e07ae98c
commit f19ca706e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
name: Check dependency tree changes name: Check dependency tree changes
on: on:
pull_request: pull_request_target:
types: types:
- opened - opened
- edited - edited

View file

@ -9,7 +9,7 @@ object Dependencies {
object Kotlin { object Kotlin {
object Coroutines { object Coroutines {
private const val version = "1.3.9" private const val version = "1.4.0"
const val android = "org.jetbrains.kotlinx:kotlinx-coroutines-android:$version" const val android = "org.jetbrains.kotlinx:kotlinx-coroutines-android:$version"
const val core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:$version" const val core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:$version"
} }
@ -60,7 +60,7 @@ object Dependencies {
const val ssh_auth = "org.sufficientlysecure:sshauthentication-api:1.0" const val ssh_auth = "org.sufficientlysecure:sshauthentication-api:1.0"
const val timber = "com.jakewharton.timber:timber:4.7.1" const val timber = "com.jakewharton.timber:timber:4.7.1"
const val timberkt = "com.github.ajalt:timberkt:1.5.1" const val timberkt = "com.github.ajalt:timberkt:1.5.1"
const val whatthestack = "com.github.haroldadmin:WhatTheStack:0.0.5" const val whatthestack = "com.github.haroldadmin:WhatTheStack:0.1.0"
} }
object NonFree { object NonFree {