Skip to content

Commit 6c01689

Browse files
fix(deps): update all patch versions (#2271)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eb34677 commit 6c01689

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ testing {
153153
implementation(enforcedPlatform("org.junit:junit-bom:5.13.4"))
154154
implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:1.21.3"))
155155
implementation(enforcedPlatform("com.google.guava:guava-bom:33.4.8-jre"))
156-
implementation(enforcedPlatform("com.linecorp.armeria:armeria-bom:1.33.2"))
156+
implementation(enforcedPlatform("com.linecorp.armeria:armeria-bom:1.33.3"))
157157

158158
compileOnly("com.google.auto.value:auto-value-annotations")
159159
compileOnly("com.google.errorprone:error_prone_annotations")

gcp-auth-extension/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
compileOnly("io.opentelemetry:opentelemetry-exporter-otlp")
2525

2626
// Only dependencies added to `implementation` configuration will be picked up by Shadow plugin
27-
implementation("com.google.auth:google-auth-library-oauth2-http:1.39.0")
27+
implementation("com.google.auth:google-auth-library-oauth2-http:1.39.1")
2828

2929
// Test dependencies
3030
testCompileOnly("com.google.auto.service:auto-service-annotations")

0 commit comments

Comments
 (0)