File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
maven-extension/src/test/resources/projects Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
23
23
compileOnly(" io.opentelemetry:opentelemetry-exporter-otlp" )
24
24
25
25
// 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 " )
27
27
28
28
// Test dependencies
29
29
testCompileOnly(" com.google.auto.service:auto-service-annotations" )
Original file line number Diff line number Diff line change 15
15
<plugin >
16
16
<groupId >com.google.cloud.tools</groupId >
17
17
<artifactId >jib-maven-plugin</artifactId >
18
- <version >3.4.5 </version >
18
+ <version >3.4.6 </version >
19
19
<configuration >
20
20
<to >
21
21
<image >docker.io/john/${project.artifactId} :latest</image >
Original file line number Diff line number Diff line change 15
15
<plugin >
16
16
<groupId >com.google.cloud.tools</groupId >
17
17
<artifactId >jib-maven-plugin</artifactId >
18
- <version >3.4.5 </version >
18
+ <version >3.4.6 </version >
19
19
<configuration >
20
20
<to >
21
21
<image >gcr.io/my-gcp-project/my-app</image >
You can’t perform that action at this time.
0 commit comments