Skip to content

Commit

Permalink
Merge pull request #1759 from embrace-io/bump-deps
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
fractalwrench authored Dec 16, 2024
2 parents 9a865ad + e9ed115 commit bba2fce
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {

// Version of Kotlin used at build time
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21")
implementation("com.android.tools.build:gradle:8.7.2")
implementation("com.android.tools.build:gradle:8.7.3")
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7")
implementation("org.jetbrains.kotlinx:binary-compatibility-validator:0.16.3")
implementation("org.jetbrains.kotlinx:kover-gradle-plugin:0.8.3")
Expand Down
10 changes: 5 additions & 5 deletions examples/ExampleApp/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[versions]
agp = "8.7.2"
kotlin = "2.0.21"
agp = "8.7.3"
kotlin = "2.1.0"
coreKtx = "1.15.0"
junit = "4.13.2"
junitVersion = "1.2.1"
espressoCore = "3.6.1"
lifecycleRuntimeKtx = "2.8.7"
activityCompose = "1.9.3"
composeBom = "2024.10.01"
composeBom = "2024.12.01"
embrace = "6.14.0"
navigationCompose = "2.8.3"
navigationCompose = "2.8.5"
okhttp = "4.12.0"
otel = "1.43.0"
otel = "1.45.0"

[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ detektGradlePlugin = "1.23.7"
junit = "4.13.2"
kotlinExposed = "1.8.22"
dokka = "1.9.20"
lint = "31.7.2"
lint = "31.7.3"
openTelemetryCore = "1.43.0"
openTelementrySemConv = "1.27.0-alpha"
moshi = "1.15.1"
Expand Down

0 comments on commit bba2fce

Please sign in to comment.