diff --git a/CHANGELOG.md b/CHANGELOG.md
index e91befc2..15e8b342 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.1.5](https://github.com/GoogleCloudPlatform/alloydb-java-connector/compare/v1.1.4...v1.1.5) (2024-08-14)
+
+
+### Dependencies
+
+* Update Non-major dependencies ([#560](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/560)) ([6087fe6](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/6087fe66a02ec0d7defac7f3c980249d81b7a610))
+
## [1.1.4](https://github.com/GoogleCloudPlatform/alloydb-java-connector/compare/v1.1.3...v1.1.4) (2024-07-10)
diff --git a/alloydb-jdbc-connector/pom.xml b/alloydb-jdbc-connector/pom.xml
index 402122da..b2be8ea3 100644
--- a/alloydb-jdbc-connector/pom.xml
+++ b/alloydb-jdbc-connector/pom.xml
@@ -23,11 +23,11 @@
com.google.cloud
alloydb-connector-parent
- 1.1.5-SNAPSHOT
+ 1.1.5
../pom.xml
alloydb-jdbc-connector
- 1.1.5-SNAPSHOT
+ 1.1.5
jar
Google Cloud AlloyDB JDBC Connector
diff --git a/alloydb-jdbc-connector/src/main/java/com/google/cloud/alloydb/Version.java b/alloydb-jdbc-connector/src/main/java/com/google/cloud/alloydb/Version.java
index 2dc438ff..cd6e3d94 100644
--- a/alloydb-jdbc-connector/src/main/java/com/google/cloud/alloydb/Version.java
+++ b/alloydb-jdbc-connector/src/main/java/com/google/cloud/alloydb/Version.java
@@ -17,6 +17,6 @@
class Version {
// {x-version-update-start:alloydb-jdbc-connector:current}
- static final String VERSION = "1.1.5-SNAPSHOT";
+ static final String VERSION = "1.1.5";
// {x-version-update-end}
}
diff --git a/docs/jdbc.md b/docs/jdbc.md
index 27b571db..f7bfa1ca 100644
--- a/docs/jdbc.md
+++ b/docs/jdbc.md
@@ -19,7 +19,7 @@ Include the following in the project's `pom.xml`:
com.google.cloud
alloydb-jdbc-connector
- 1.1.4
+ 1.1.5
```
@@ -40,7 +40,7 @@ Include the following the project's `gradle.build`
```gradle
// Add connector with the latest version
-implementation group: 'com.google.cloud', name: 'alloydb-jdbc-connector', version: '1.1.4'
+implementation group: 'com.google.cloud', name: 'alloydb-jdbc-connector', version: '1.1.5'
```
diff --git a/pom.xml b/pom.xml
index 1758845b..c0812e5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
4.0.0
alloydb-connector-parent
pom
- 1.1.5-SNAPSHOT
+ 1.1.5
Google Cloud AlloyDB Java Connector Parent
https://github.com/GoogleCloudPlatform/alloydb-java-connector
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 5587b90e..a2e7f438 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -30,7 +30,7 @@
com.google.cloud
alloydb-jdbc-connector
- 1.1.5-SNAPSHOT
+ 1.1.5
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 32b058ea..1ace2263 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
alloydb-jdbc-connector
- 1.1.5-SNAPSHOT
+ 1.1.5
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 32498071..c5c3fbe4 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
alloydb-jdbc-connector
- 1.1.5-SNAPSHOT
+ 1.1.5
diff --git a/versions.txt b/versions.txt
index ca2b6cbd..0b672644 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-alloydb-jdbc-connector:1.1.4:1.1.5-SNAPSHOT
+alloydb-jdbc-connector:1.1.5:1.1.5