File tree 9 files changed +20
-10
lines changed
src/main/java/com/google/cloud/alloydb
9 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
13
## [ 1.1.1] ( https://github.com/GoogleCloudPlatform/alloydb-java-connector/compare/v1.1.0...v1.1.1 ) (2024-04-19)
4
14
5
15
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >com.google.cloud</groupId >
25
25
<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} -->
27
27
<relativePath >../pom.xml</relativePath >
28
28
</parent >
29
29
<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} -->
31
31
<packaging >jar</packaging >
32
32
33
33
<name >Google Cloud AlloyDB JDBC Connector</name >
Original file line number Diff line number Diff line change 17
17
18
18
class Version {
19
19
// {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" ;
21
21
// {x-version-update-end}
22
22
}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Include the following in the project's `pom.xml`:
19
19
<dependency>
20
20
<groupId>com.google.cloud</groupId>
21
21
<artifactId>alloydb-jdbc-connector</artifactId>
22
- <version>1.1.1 </version>
22
+ <version>1.1.2 </version>
23
23
</dependency>
24
24
```
25
25
<!-- {x-version-update-end} -->
@@ -40,7 +40,7 @@ Include the following the project's `gradle.build`
40
40
<!-- {x-version-update-start:alloydb-jdbc-connector:released} -->
41
41
``` gradle
42
42
// 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 '
44
44
```
45
45
<!-- {x-version-update-end} -->
46
46
Original file line number Diff line number Diff line change 19
19
<modelVersion >4.0.0</modelVersion >
20
20
<artifactId >alloydb-connector-parent</artifactId >
21
21
<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} -->
23
23
<name >Google Cloud AlloyDB Java Connector Parent</name >
24
24
<url >https://github.com/GoogleCloudPlatform/alloydb-java-connector</url >
25
25
<description >
Original file line number Diff line number Diff line change 30
30
<dependency >
31
31
<groupId >com.google.cloud</groupId >
32
32
<artifactId >alloydb-jdbc-connector</artifactId >
33
- <version >1.1.2-SNAPSHOT </version >
33
+ <version >1.1.2</version >
34
34
</dependency >
35
35
<!-- {x-version-update-end} -->
36
36
<!-- [END _install_without_bom] -->
Original file line number Diff line number Diff line change 28
28
<dependency >
29
29
<groupId >com.google.cloud</groupId >
30
30
<artifactId >alloydb-jdbc-connector</artifactId >
31
- <version >1.1.2-SNAPSHOT </version >
31
+ <version >1.1.2</version >
32
32
</dependency >
33
33
<!-- {x-version-update-end} -->
34
34
Original file line number Diff line number Diff line change 29
29
<dependency >
30
30
<groupId >com.google.cloud</groupId >
31
31
<artifactId >alloydb-jdbc-connector</artifactId >
32
- <version >1.1.2-SNAPSHOT </version >
32
+ <version >1.1.2</version >
33
33
</dependency >
34
34
<!-- {x-version-update-end} -->
35
35
Original file line number Diff line number Diff line change 1
1
# Format:
2
2
# module:released-version:current-version
3
3
4
- alloydb-jdbc-connector:1.1.1 :1.1.2-SNAPSHOT
4
+ alloydb-jdbc-connector:1.1.2 :1.1.2
You can’t perform that action at this time.
0 commit comments