Skip to content

Commit d6dfd0b

Browse files
committed
Update dependency javax.annotation:jsr250-api to v1.0-20050927.133100
1 parent cf7011e commit d6dfd0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ dependencies {
146146
implementation(group = "org.apache.commons", name = "commons-lang3", version = "3.12.0")
147147

148148

149-
compileOnly(group = "javax.annotation", name = "jsr250-api", version = "1.0")
149+
compileOnly(group = "javax.annotation", name = "jsr250-api", version = "1.0-20050927.133100")
150150
implementation(group = "joda-time", name = "joda-time", version = "2.10.13")
151151
implementation(group = "org.slf4j", name = "slf4j-android", version = "1.7.35")
152152
implementation(group = "org.apmem.tools", name = "layouts", version = "1.10")

0 commit comments

Comments
 (0)