aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGaƫtan Muller <gaetan.muller@rts.ch>2024-02-14 16:49:50 +0100
committerutzcoz <43091780+utzcoz@users.noreply.github.com>2024-02-15 15:57:13 +0800
commit32ccf36cf97dcd03207d824fab66aa6d017d321e (patch)
treebbed614954ca9919f484bc6986f0b325082a94db /.github
parent9431654f51c4c746b008fd92767fe23218122a41 (diff)
downloadrobolectric-32ccf36cf97dcd03207d824fab66aa6d017d321e.tar.gz
Let dependabot update AndroidX Annotation
Robolectric now uses the latest version of Kotlin. So we can let dependabot update AndroidX Annotation to newer version. As such, this PR updates AndroidX Annotation to the latest version (1.7.1).
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 66f95c264..808af6dd2 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -17,5 +17,3 @@ updates:
# don't auto update nativeruntime-dist-compat since it needs
# to be updated with code changes together
- dependency-name: "org.robolectric:nativeruntime-dist-compat"
- # don't auto update androidx-annotation since it brings higher Kotlin dependency
- - dependency-name: "androidx.annotation:annotation"