Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/sopt-makers/sopt-android
Browse files Browse the repository at this point in the history
…into feature/877
  • Loading branch information
s9hn committed Oct 5, 2024
2 parents fdf1b30 + 76f11a3 commit 75c9ae7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ secret-gradle-plugin = "2.0.1"
junit = "4.13.2"
androidx-test-junit = "1.2.1"
androidx-test-espresso = "3.6.1"
junit5-plugin = "1.11.0.0"
junit5-plugin = "1.11.2.0"
junit5-jupiter = "5.11.2"
truth = "1.4.4"
robolectric = "4.13"
Expand Down Expand Up @@ -63,7 +63,7 @@ firebaseMessagingLifecycleKtx = "0.2.0"
app-distribution = "5.0.0"
ktlint = "12.1.1"
process-pheonix = "3.0.0"
amplitude = "1.19.0"
amplitude = "1.19.1"
spotless = "6.25.0"
constraintlayout = "2.1.4"
benchmark-macro-junit4 = "1.3.2"
Expand Down Expand Up @@ -131,8 +131,8 @@ junit5 = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit5
junit5-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit5-jupiter" }
junit5-params = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit5-jupiter" }
junit5-vintage = { module = "org.junit.vintage:junit-vintage-engine", version.ref = "junit5-jupiter" }
junit5-android-test-core = { module = "de.mannodermaus.junit5:android-test-core", version = "1.5.0" }
junit5-android-test-runner = { module = "de.mannodermaus.junit5:android-test-runner", version = "1.5.0" }
junit5-android-test-core = { module = "de.mannodermaus.junit5:android-test-core", version = "1.6.0" }
junit5-android-test-runner = { module = "de.mannodermaus.junit5:android-test-runner", version = "1.6.0" }
truth = { module = "com.google.truth:truth", version.ref = "truth" }
robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" }

Expand Down

0 comments on commit 75c9ae7

Please sign in to comment.