Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Dec 20, 2024
1 parent 81d68bb commit 677e24e
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.8.3")
}

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 677e24e

Please sign in to comment.