Skip to content

Commit

Permalink
chore(main): release 2.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 18, 2024
1 parent 66a7fc5 commit 4bbb98d
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.24.2](https://github.com/googleapis/java-spanner-jdbc/compare/v2.24.1...v2.24.2) (2024-11-18)


### Dependencies

* Update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.1 ([#1815](https://github.com/googleapis/java-spanner-jdbc/issues/1815)) ([f4a23e3](https://github.com/googleapis/java-spanner-jdbc/commit/f4a23e31b63a0f832b6a17fef9fcf8f02ae327d3))
* Update dependency com.google.api.grpc:proto-google-cloud-trace-v1 to v2.53.0 ([#1816](https://github.com/googleapis/java-spanner-jdbc/issues/1816)) ([cdaf7ee](https://github.com/googleapis/java-spanner-jdbc/commit/cdaf7ee8c34cc0bed6256daeb2ae0c6c2eb4e4d3))
* Update dependency com.google.cloud:google-cloud-trace to v2.53.0 ([#1817](https://github.com/googleapis/java-spanner-jdbc/issues/1817)) ([1cc543c](https://github.com/googleapis/java-spanner-jdbc/commit/1cc543c7898fbf1a3febb8f4142b1d40ad8873f8))
* Update dependency com.google.cloud:sdk-platform-java-config to v3.40.0 ([#1825](https://github.com/googleapis/java-spanner-jdbc/issues/1825)) ([cec5322](https://github.com/googleapis/java-spanner-jdbc/commit/cec53225a5dcd5bd0f5046346d99c6b2f82147b5))
* Update dependency io.opentelemetry:opentelemetry-bom to v1.44.0 ([#1822](https://github.com/googleapis/java-spanner-jdbc/issues/1822)) ([40bf9e4](https://github.com/googleapis/java-spanner-jdbc/commit/40bf9e49bd6dad04efbb6f5178b4fa4e6efc2106))
* Update dependency io.opentelemetry:opentelemetry-bom to v1.44.1 ([#1823](https://github.com/googleapis/java-spanner-jdbc/issues/1823)) ([ba8edfd](https://github.com/googleapis/java-spanner-jdbc/commit/ba8edfd7a344cb6e7806b057ec4a1d460062ed38))

## [2.24.1](https://github.com/googleapis/java-spanner-jdbc/compare/v2.24.0...v2.24.1) (2024-10-28)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-jdbc</artifactId>
<version>2.24.1</version>
<version>2.24.2</version>
</dependency>
```
<!--- {x-version-update-end} -->
Expand All @@ -30,15 +30,15 @@ If you are using Gradle without BOM, add this to your dependencies

<!--- {x-version-update-start:google-cloud-spanner-jdbc:released} -->
```Groovy
implementation 'com.google.cloud:google-cloud-spanner-jdbc:2.24.1'
implementation 'com.google.cloud:google-cloud-spanner-jdbc:2.24.2'
```
<!--- {x-version-update-end} -->

If you are using SBT, add this to your dependencies

<!--- {x-version-update-start:google-cloud-spanner-jdbc:released} -->
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-spanner-jdbc" % "2.24.1"
libraryDependencies += "com.google.cloud" % "google-cloud-spanner-jdbc" % "2.24.2"
```
<!--- {x-version-update-end} -->

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-spanner-jdbc</artifactId>
<version>2.24.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner-jdbc:current} -->
<version>2.24.2</version><!-- {x-version-update:google-cloud-spanner-jdbc:current} -->
<packaging>jar</packaging>
<name>Google Cloud Spanner JDBC</name>
<url>https://github.com/googleapis/java-spanner-jdbc</url>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-jdbc</artifactId>
<version>2.24.2-SNAPSHOT</version>
<version>2.24.2</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down
2 changes: 1 addition & 1 deletion samples/spring-data-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-bom</artifactId>
<version>2024.1.0</version>
<version>2024.0.5</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/spring-data-mybatis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-bom</artifactId>
<version>2024.1.0</version>
<version>2024.0.5</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloud-spanner-jdbc:2.24.1:2.24.2-SNAPSHOT
google-cloud-spanner-jdbc:2.24.2:2.24.2

0 comments on commit 4bbb98d

Please sign in to comment.