File tree Expand file tree Collapse file tree 11 files changed +18
-18
lines changed Expand file tree Collapse file tree 11 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1414 shell : bash
1515 run : .kokoro/build.sh
1616 - name : Unmanaged dependency check
17- uses : googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.52.3
17+ uses : googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.53.0
1818 with :
1919 bom-path : pom.xml
Original file line number Diff line number Diff line change 33# Configure the docker image for kokoro-trampoline.
44env_vars: {
55 key: " TRAMPOLINE_IMAGE"
6- value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.52.3 "
6+ value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.53.0 "
77}
88
99env_vars: {
Original file line number Diff line number Diff line change 33# Configure the docker image for kokoro-trampoline.
44env_vars: {
55 key: " TRAMPOLINE_IMAGE"
6- value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.52.3 "
6+ value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.53.0 "
77}
88
99env_vars: {
Original file line number Diff line number Diff line change 33# Configure the docker image for kokoro-trampoline.
44env_vars: {
55 key: " TRAMPOLINE_IMAGE"
6- value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.52.3 "
6+ value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.53.0 "
77}
88
99env_vars: {
Original file line number Diff line number Diff line change 1414 <parent >
1515 <groupId >com.google.cloud</groupId >
1616 <artifactId >sdk-platform-java-config</artifactId >
17- <version >3.52.3 </version >
17+ <version >3.53.0 </version >
1818 </parent >
1919 <developers >
2020 <developer >
6161 <dependency >
6262 <groupId >com.google.cloud</groupId >
6363 <artifactId >google-cloud-spanner-bom</artifactId >
64- <version >6.102.0 </version >
64+ <version >6.102.1 </version >
6565 <type >pom</type >
6666 <scope >import</scope >
6767 </dependency >
Original file line number Diff line number Diff line change 1212 <parent >
1313 <groupId >com.google.cloud</groupId >
1414 <artifactId >sdk-platform-java-config</artifactId >
15- <version >3.52.3 </version >
15+ <version >3.53.0 </version >
1616 <relativePath />
1717 </parent >
1818
7979 <dependency >
8080 <groupId >org.springframework.boot</groupId >
8181 <artifactId >spring-boot</artifactId >
82- <version >3.5.6 </version >
82+ <version >3.5.7 </version >
8383 <scope >test</scope >
8484 </dependency >
8585 <dependency >
9595 <plugin >
9696 <groupId >org.codehaus.mojo</groupId >
9797 <artifactId >exec-maven-plugin</artifactId >
98- <version >3.6.1 </version >
98+ <version >3.6.2 </version >
9999 <configuration >
100100 <mainClass >com.google.cloud.jdbc.quickperf.QuickPerf</mainClass >
101101 </configuration >
Original file line number Diff line number Diff line change 99 <parent >
1010 <groupId >com.google.cloud</groupId >
1111 <artifactId >sdk-platform-java-config</artifactId >
12- <version >3.52.3 </version >
12+ <version >3.53.0 </version >
1313 <relativePath />
1414 </parent >
1515
Original file line number Diff line number Diff line change 3030 <dependency >
3131 <groupId >com.google.cloud</groupId >
3232 <artifactId >google-cloud-spanner-bom</artifactId >
33- <version >6.102.0 </version >
33+ <version >6.102.1 </version >
3434 <scope >import</scope >
3535 <type >pom</type >
3636 </dependency >
5555 <dependency >
5656 <groupId >org.springframework.boot</groupId >
5757 <artifactId >spring-boot-starter-data-jdbc</artifactId >
58- <version >3.5.6 </version >
58+ <version >3.5.7 </version >
5959 </dependency >
6060
6161 <!-- Add the Spanner JDBC driver. -->
Original file line number Diff line number Diff line change 3030 <dependency >
3131 <groupId >com.google.cloud</groupId >
3232 <artifactId >google-cloud-spanner-bom</artifactId >
33- <version >6.102.0 </version >
33+ <version >6.102.1 </version >
3434 <scope >import</scope >
3535 <type >pom</type >
3636 </dependency >
5555 <dependency >
5656 <groupId >org.springframework.boot</groupId >
5757 <artifactId >spring-boot-starter-data-jdbc</artifactId >
58- <version >3.5.6 </version >
58+ <version >3.5.7 </version >
5959 </dependency >
6060
6161 <!-- Add both the Cloud Spanner and the PostgreSQL JDBC driver. -->
Original file line number Diff line number Diff line change 1313 <parent >
1414 <groupId >org.springframework.boot</groupId >
1515 <artifactId >spring-boot-starter-parent</artifactId >
16- <version >3.5.6 </version >
16+ <version >3.5.7 </version >
1717 <relativePath />
1818 </parent >
1919 <properties >
3535 <dependency >
3636 <groupId >com.google.cloud</groupId >
3737 <artifactId >google-cloud-spanner-bom</artifactId >
38- <version >6.102.0 </version >
38+ <version >6.102.1 </version >
3939 <scope >import</scope >
4040 <type >pom</type >
4141 </dependency >
9494 <dependency >
9595 <groupId >com.google.cloud</groupId >
9696 <artifactId >google-cloud-spanner</artifactId >
97- <version >6.102.0 </version >
97+ <version >6.102.1 </version >
9898 <type >test-jar</type >
9999 <scope >test</scope >
100100 </dependency >
You can’t perform that action at this time.
0 commit comments