File tree Expand file tree Collapse file tree 5 files changed +21
-6
lines changed Expand file tree Collapse file tree 5 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.30.5] ( https://github.com/googleapis/java-spanner-jdbc/compare/v2.30.4...v2.30.5 ) (2025-06-20)
4+
5+
6+ ### Dependencies
7+
8+ * Update dependency com.fasterxml.jackson.core: jackson-databind to v2.19.1 ([ #2095 ] ( https://github.com/googleapis/java-spanner-jdbc/issues/2095 ) ) ([ 4d662fe] ( https://github.com/googleapis/java-spanner-jdbc/commit/4d662fe71fc0d03fe0d648e202a508ff18f1f97b ) )
9+ * Update dependency com.google.cloud: sdk-platform-java-config to v3.49.2 ([ #2096 ] ( https://github.com/googleapis/java-spanner-jdbc/issues/2096 ) ) ([ 53871df] ( https://github.com/googleapis/java-spanner-jdbc/commit/53871df28b4a3a98d3193f1fb66418e7106e891b ) )
10+ * Update dependency org.postgresql: postgresql to v42.7.7 [ security] ([ #2093 ] ( https://github.com/googleapis/java-spanner-jdbc/issues/2093 ) ) ([ a7209c4] ( https://github.com/googleapis/java-spanner-jdbc/commit/a7209c496ef2895c469f19447e4cc90d4e4066bf ) )
11+ * Update dependency org.springframework.boot: spring-boot to v3.5.3 ([ #2099 ] ( https://github.com/googleapis/java-spanner-jdbc/issues/2099 ) ) ([ fa1dde8] ( https://github.com/googleapis/java-spanner-jdbc/commit/fa1dde8e806df5fcd1477ce1388507a542a73ca0 ) )
12+ * Update dependency org.springframework.boot: spring-boot-starter-data-jdbc to v3.5.3 ([ #2101 ] ( https://github.com/googleapis/java-spanner-jdbc/issues/2101 ) ) ([ 2381398] ( https://github.com/googleapis/java-spanner-jdbc/commit/2381398c3c89bf4a2edf3d3520c62e158487ae8a ) )
13+ * Update dependency org.springframework.boot: spring-boot-starter-parent to v3.5.3 ([ #2102 ] ( https://github.com/googleapis/java-spanner-jdbc/issues/2102 ) ) ([ 7d865e9] ( https://github.com/googleapis/java-spanner-jdbc/commit/7d865e917b2610f2cae6819698c1c03505e340d2 ) )
14+ * Update dependency org.springframework.data: spring-data-bom to v2024.1.7 ([ #2094 ] ( https://github.com/googleapis/java-spanner-jdbc/issues/2094 ) ) ([ e273887] ( https://github.com/googleapis/java-spanner-jdbc/commit/e273887d61da95930e32494d5abc9aab0906f237 ) )
15+ * Update dependency org.testcontainers: testcontainers to v1.21.2 ([ #2097 ] ( https://github.com/googleapis/java-spanner-jdbc/issues/2097 ) ) ([ ce9298e] ( https://github.com/googleapis/java-spanner-jdbc/commit/ce9298ec4583649d8187206345a2e3fe245e4d32 ) )
16+ * Update dependency org.testcontainers: testcontainers-bom to v1.21.2 ([ #2098 ] ( https://github.com/googleapis/java-spanner-jdbc/issues/2098 ) ) ([ cd9f8a0] ( https://github.com/googleapis/java-spanner-jdbc/commit/cd9f8a01db5b0364bf7188a9b7f2079fb37d494c ) )
17+
318## [ 2.30.4] ( https://github.com/googleapis/java-spanner-jdbc/compare/v2.30.3...v2.30.4 ) (2025-06-10)
419
520
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ If you are using Maven, add this to your pom.xml file:
2020<dependency >
2121 <groupId >com.google.cloud</groupId >
2222 <artifactId >google-cloud-spanner-jdbc</artifactId >
23- <version >2.30.4 </version >
23+ <version >2.30.5 </version >
2424</dependency >
2525```
2626<!-- - {x-version-update-end} -->
@@ -30,15 +30,15 @@ If you are using Gradle without BOM, add this to your dependencies
3030
3131<!-- - {x-version-update-start:google-cloud-spanner-jdbc:released} -->
3232``` Groovy
33- implementation 'com.google.cloud:google-cloud-spanner-jdbc:2.30.4 '
33+ implementation 'com.google.cloud:google-cloud-spanner-jdbc:2.30.5 '
3434```
3535<!-- - {x-version-update-end} -->
3636
3737If you are using SBT, add this to your dependencies
3838
3939<!-- - {x-version-update-start:google-cloud-spanner-jdbc:released} -->
4040``` Scala
41- libraryDependencies += " com.google.cloud" % " google-cloud-spanner-jdbc" % " 2.30.4 "
41+ libraryDependencies += " com.google.cloud" % " google-cloud-spanner-jdbc" % " 2.30.5 "
4242```
4343<!-- - {x-version-update-end} -->
4444
Original file line number Diff line number Diff line change 44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66 <artifactId >google-cloud-spanner-jdbc</artifactId >
7- <version >2.30.5-SNAPSHOT </version ><!-- {x-version-update:google-cloud-spanner-jdbc:current} -->
7+ <version >2.30.5</version ><!-- {x-version-update:google-cloud-spanner-jdbc:current} -->
88 <packaging >jar</packaging >
99 <name >Google Cloud Spanner JDBC</name >
1010 <url >https://github.com/googleapis/java-spanner-jdbc</url >
Original file line number Diff line number Diff line change 2929 <dependency >
3030 <groupId >com.google.cloud</groupId >
3131 <artifactId >google-cloud-spanner-jdbc</artifactId >
32- <version >2.30.5-SNAPSHOT </version >
32+ <version >2.30.5</version >
3333 </dependency >
3434 <!-- {x-version-update-end} -->
3535
Original file line number Diff line number Diff line change 11# Format:
22# module:released-version:current-version
33
4- google-cloud-spanner-jdbc:2.30.4 :2.30.5-SNAPSHOT
4+ google-cloud-spanner-jdbc:2.30.5 :2.30.5
You can’t perform that action at this time.
0 commit comments