Skip to content

Commit

Permalink
Merge pull request #1610 from nextcloud/renovate/com.google.code.find…
Browse files Browse the repository at this point in the history
…bugs-annotations-3.x

fix(deps): update dependency com.google.code.findbugs:annotations to v3.0.1
  • Loading branch information
github-actions[bot] authored Dec 17, 2024
2 parents 82061a4 + dc24480 commit 98fa1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies {
// in transition phase, we use old and new libs
implementation group: 'com.google.code.gson', name: 'gson', version: '2.11.0'
implementation 'androidx.annotation:annotation:1.9.1'
compileOnly 'com.google.code.findbugs:annotations:3.0.1u2'
compileOnly 'com.google.code.findbugs:annotations:3.0.1'

implementation "androidx.core:core-ktx:1.12.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
Expand Down

0 comments on commit 98fa1d4

Please sign in to comment.