Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into decom
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Nov 1, 2024
2 parents 4c6290b + 46ce4f9 commit 633c177
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ agp = "8.6.1"
twisterrob = "0.17"
gretty = "4.1.5"
kotlin = "2.0.21"
kotlin-ksp = "2.0.21-1.0.25"
kotlin-ksp = "2.0.21-1.0.26"
kotlin-datetime = "0.6.1"
kotlin-serialization = "1.7.3"

Expand All @@ -17,19 +17,19 @@ jsr305 = "3.0.2"
kxml2 = "2.3.0"

androidx-swiperefreshlayout = "1.1.0"
androidx-fragment = "1.8.4"
androidx-fragment = "1.8.5"

slf4j = "2.0.16"
# https://logging.apache.org/log4j/2.x/release-notes.html
log4j ="2.24.1"

google-cloud = "26.48.0"
google-cloud = "26.50.0"
# Run `gcloud components update` to get the new available version.
# (or `gcloud components update --version <version>` to revert)
# https://cloud.google.com/sdk/docs/release-notes
google-cloud-sdk = "474.0.0"
# https://cloud.google.com/appengine/docs/standard/java/release-notes
google-appengine = "2.0.30"
google-appengine = "2.0.31"
google-appengine-plugin = "2.8.1"
google-maps = "19.0.0"
google-places = "4.0.0"
Expand All @@ -39,9 +39,9 @@ micronaut-gradle = "4.4.3"
snakeyaml = "2.3"

junit4 = "4.13.2"
junit5 = "5.11.2"
junit5 = "5.11.3"
kotest = "5.9.1"
mockito = "5.14.1"
mockito = "5.14.2"
mockito-kotlin = "5.4.0"
# Use this instead of 1.3
# If `hamcrest-1.3` appears in the dependency list, check if it's excluded from all usages.
Expand Down

0 comments on commit 633c177

Please sign in to comment.