Skip to content

Commit 012e95d

Browse files
chore(main): release 1.1.2 (#530)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent c670b9f commit 012e95d

File tree

9 files changed

+20
-10
lines changed

9 files changed

+20
-10
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.1.2](https://github.com/GoogleCloudPlatform/alloydb-java-connector/compare/v1.1.1...v1.1.2) (2024-05-14)
4+
5+
6+
### Dependencies
7+
8+
* Update alloydb BOM & shared dependencies ([#524](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/524)) ([c670b9f](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/c670b9f04c51bbf5ca0528297b67ebdf2c783922))
9+
* Update com.google.errorprone dependencies to v2.27.1 ([#523](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/523)) ([0c67b1d](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/0c67b1d4fc3e97e6242c1a367c11ddacd5083fdc))
10+
* Update dependency com.google.api.grpc:proto-google-common-protos to v2.39.0 ([#527](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/527)) ([9809c34](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/9809c34dafbd112325ecf10c37981c6ce0d69021))
11+
* Update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.1.2 ([#526](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/526)) ([de73ad4](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/de73ad413ce93daf1267281923c4299a039f0885))
12+
313
## [1.1.1](https://github.com/GoogleCloudPlatform/alloydb-java-connector/compare/v1.1.0...v1.1.1) (2024-04-19)
414

515

alloydb-jdbc-connector/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
<parent>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>alloydb-connector-parent</artifactId>
26-
<version>1.1.2-SNAPSHOT</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
26+
<version>1.1.2</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929
<artifactId>alloydb-jdbc-connector</artifactId>
30-
<version>1.1.2-SNAPSHOT</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
30+
<version>1.1.2</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
3131
<packaging>jar</packaging>
3232

3333
<name>Google Cloud AlloyDB JDBC Connector</name>

alloydb-jdbc-connector/src/main/java/com/google/cloud/alloydb/Version.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
class Version {
1919
// {x-version-update-start:alloydb-jdbc-connector:current}
20-
static final String VERSION = "1.1.2-SNAPSHOT";
20+
static final String VERSION = "1.1.2";
2121
// {x-version-update-end}
2222
}

docs/jdbc.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Include the following in the project's `pom.xml`:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>alloydb-jdbc-connector</artifactId>
22-
<version>1.1.1</version>
22+
<version>1.1.2</version>
2323
</dependency>
2424
```
2525
<!-- {x-version-update-end} -->
@@ -40,7 +40,7 @@ Include the following the project's `gradle.build`
4040
<!-- {x-version-update-start:alloydb-jdbc-connector:released} -->
4141
```gradle
4242
// Add connector with the latest version
43-
implementation group: 'com.google.cloud', name: 'alloydb-jdbc-connector', version: '1.1.1'
43+
implementation group: 'com.google.cloud', name: 'alloydb-jdbc-connector', version: '1.1.2'
4444
```
4545
<!-- {x-version-update-end} -->
4646

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<modelVersion>4.0.0</modelVersion>
2020
<artifactId>alloydb-connector-parent</artifactId>
2121
<packaging>pom</packaging>
22-
<version>1.1.2-SNAPSHOT</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
22+
<version>1.1.2</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
2323
<name>Google Cloud AlloyDB Java Connector Parent</name>
2424
<url>https://github.com/GoogleCloudPlatform/alloydb-java-connector</url>
2525
<description>

samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.google.cloud</groupId>
3232
<artifactId>alloydb-jdbc-connector</artifactId>
33-
<version>1.1.2-SNAPSHOT</version>
33+
<version>1.1.2</version>
3434
</dependency>
3535
<!-- {x-version-update-end} -->
3636
<!-- [END _install_without_bom] -->

samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>alloydb-jdbc-connector</artifactId>
31-
<version>1.1.2-SNAPSHOT</version>
31+
<version>1.1.2</version>
3232
</dependency>
3333
<!-- {x-version-update-end} -->
3434

samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>alloydb-jdbc-connector</artifactId>
32-
<version>1.1.2-SNAPSHOT</version>
32+
<version>1.1.2</version>
3333
</dependency>
3434
<!-- {x-version-update-end} -->
3535

versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
alloydb-jdbc-connector:1.1.1:1.1.2-SNAPSHOT
4+
alloydb-jdbc-connector:1.1.2:1.1.2

0 commit comments

Comments
 (0)