Skip to content

Commit

Permalink
Merge pull request #1777 from embrace-io/bump-deps
Browse files Browse the repository at this point in the history
Bump deps
  • Loading branch information
fractalwrench authored Dec 23, 2024
2 parents 7ac6075 + 3235f94 commit 958cc32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21")
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:binary-compatibility-validator:0.17.0")
implementation("org.jetbrains.kotlinx:kover-gradle-plugin:0.9.0")
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ kotlinExposed = "1.8.22"
dokka = "1.9.20"
lint = "31.7.3"
openTelemetryCore = "1.45.0"
openTelementrySemConv = "1.27.0-alpha"
openTelementrySemConv = "1.29.0-alpha"
moshi = "1.15.2"
lifecycle = "2.7.0" # version pinned to 2.7.0 because of AGP bug
protobuf = "4.29.1"
protobuf = "4.29.2"
profileinstaller = "1.3.1" # version pinned to 1.3.1 because of AGP bug
okhttp = "4.12.0"
firebase = "23.1.0"
Expand Down

0 comments on commit 958cc32

Please sign in to comment.