Skip to content

Commit da72683

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gcp-auth-extension/build.gradle.kts

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

2525
// Only dependencies added to `implementation` configuration will be picked up by Shadow plugin
26-
implementation("com.google.auth:google-auth-library-oauth2-http:1.37.0")
26+
implementation("com.google.auth:google-auth-library-oauth2-http:1.37.1")
2727

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

maven-extension/src/test/resources/projects/jib_1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<plugin>
1616
<groupId>com.google.cloud.tools</groupId>
1717
<artifactId>jib-maven-plugin</artifactId>
18-
<version>3.4.5</version>
18+
<version>3.4.6</version>
1919
<configuration>
2020
<to>
2121
<image>docker.io/john/${project.artifactId}:latest</image>

maven-extension/src/test/resources/projects/jib_2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<plugin>
1616
<groupId>com.google.cloud.tools</groupId>
1717
<artifactId>jib-maven-plugin</artifactId>
18-
<version>3.4.5</version>
18+
<version>3.4.6</version>
1919
<configuration>
2020
<to>
2121
<image>gcr.io/my-gcp-project/my-app</image>

0 commit comments

Comments
 (0)