File tree Expand file tree Collapse file tree 5 files changed +5
-7
lines changed
maven-extension/src/test/resources/projects Expand file tree Collapse file tree 5 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5- ## Version 1.47.0 (2025-05-19)
6-
75### GCP authentication extension
86
97- Update the internal implementation such that the required headers are retrieved
Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 1- val stableVersion = " 1.48 .0-SNAPSHOT"
2- val alphaVersion = " 1.48 .0-alpha-SNAPSHOT"
1+ val stableVersion = " 1.47 .0-SNAPSHOT"
2+ val alphaVersion = " 1.47 .0-alpha-SNAPSHOT"
33
44allprojects {
55 if (findProperty(" otel.stable" ) != " true" ) {
You can’t perform that action at this time.
0 commit comments