Skip to content

Commit 66bdaac

Browse files
fix(deps): update all patch versions (#1001)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 74ab9dc commit 66bdaac

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

demo-app/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
opentelemetry = "1.50.0"
33
opentelemetry-alpha = "1.50.0-alpha"
4-
junit = "5.13.0"
4+
junit = "5.13.1"
55
spotless = "7.0.4"
66
kotlin = "2.1.21"
77
navigation-compose = "2.7.7"

demo-app/gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=845952a9d6afa783db70bb3b0effaae45ae5542ca2bb7929619e8af49cb634cf
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
3+
distributionSha256Sum=7197a12f450794931532469d4ff21a59ea2c1cd59a3ec3f89c035c3c420a6999
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ opentelemetry-semconv = "1.32.0"
55
opentelemetry-semconv-alpha = "1.32.0-alpha"
66
opentelemetry-contrib = "1.46.0-alpha"
77
mockito = "5.18.0"
8-
junit = "5.13.0"
8+
junit = "5.13.1"
99
byteBuddy = "1.17.5"
1010
okhttp = "4.12.0"
1111
spotless = "7.0.4"
@@ -56,7 +56,7 @@ mockk = "io.mockk:mockk:1.14.2"
5656
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
5757
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
5858
junit-vintage-engine = { module = "org.junit.vintage:junit-vintage-engine", version.ref = "junit" }
59-
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "1.13.0" }
59+
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "1.13.1" }
6060
robolectric = "org.robolectric:robolectric:4.14.1"
6161
assertj-core = "org.assertj:assertj-core:3.27.3"
6262
awaitility = "org.awaitility:awaitility:4.3.0"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=845952a9d6afa783db70bb3b0effaae45ae5542ca2bb7929619e8af49cb634cf
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
3+
distributionSha256Sum=7197a12f450794931532469d4ff21a59ea2c1cd59a3ec3f89c035c3c420a6999
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)