Skip to content

Commit

Permalink
Merge pull request Neamar#2306 from marunjar/dependencies
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
marunjar authored Jul 27, 2024
2 parents 92096d7 + 71b0bb9 commit 63888e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation 'androidx.test:rules:1.5.0'

implementation 'androidx.annotation:annotation:1.7.1'
implementation 'androidx.annotation:annotation:1.8.0'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.1'
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.3'
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.10.3')
testImplementation 'org.hamcrest:hamcrest-library:2.2'

errorprone("com.google.errorprone:error_prone_core:2.24.1")
errorprone('com.google.errorprone:error_prone_core:2.29.2')
}

tasks.withType(JavaCompile).configureEach {
Expand Down

0 comments on commit 63888e5

Please sign in to comment.