Skip to content

Commit

Permalink
Merge pull request #238 from DeployGate/dependabot/gradle/org.jetbrai…
Browse files Browse the repository at this point in the history
…ns-annotations-26.0.1

chore(deps): bump org.jetbrains:annotations from 25.0.0 to 26.0.1
  • Loading branch information
jmatsu authored Oct 16, 2024
2 parents 4271e81 + f151edf commit fa052f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ dependencies {
compileOnly localGroovy()
// Don't enable this on the repository because this artifact may include bytecode incompatibility.
// compileOnly "com.android.tools.build:gradle:$androidGradleVersion"
implementation 'org.jetbrains:annotations:25.0.0'
implementation 'org.jetbrains:annotations:26.0.1'
implementation 'com.google.guava:guava-annotations:r03'

implementation 'org.apache.httpcomponents.client5:httpclient5:5.4'
Expand Down

0 comments on commit fa052f6

Please sign in to comment.