Skip to content

Commit

Permalink
fix(deps): update dependency org.codehaus.mojo:animal-sniffer-annotat…
Browse files Browse the repository at this point in the history
…ions to v1.24 (#3465)

| datasource | package                                      | from | to   |
| ---------- | -------------------------------------------- | ---- | ---- |
| maven      | org.codehaus.mojo:animal-sniffer-annotations | 1.23 | 1.24 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 4, 2024
1 parent 90310e8 commit 7e8ea4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions arrow-libs/gradle/animalsniffer-mpp.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation "org.codehaus.mojo:animal-sniffer-annotations:1.23"
implementation "org.codehaus.mojo:animal-sniffer-annotations:1.24"
}
}
jvmMain {
dependencies {
implementation "org.codehaus.mojo:animal-sniffer-annotations:1.23"
implementation "org.codehaus.mojo:animal-sniffer-annotations:1.24"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion arrow-libs/gradle/animalsniffer.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ animalsniffer {
ignore 'java.lang.*'
}
dependencies {
implementation "org.codehaus.mojo:animal-sniffer-annotations:1.23"
implementation "org.codehaus.mojo:animal-sniffer-annotations:1.24"
signature 'net.sf.androidscents.signature:android-api-level-21:5.0.1_r2@signature'
}

0 comments on commit 7e8ea4c

Please sign in to comment.