diff --git a/CHANGELOG.md b/CHANGELOG.md
index 25a7684a0..52ac76ad9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,24 @@
# Changelog
+## [1.45.2](https://github.com/googleapis/google-http-java-client/compare/v1.45.1...v1.45.2) (2024-12-05)
+
+
+### Bug Fixes
+
+* NPE if response entity is null ([#2043](https://github.com/googleapis/google-http-java-client/issues/2043)) ([12c742b](https://github.com/googleapis/google-http-java-client/commit/12c742b1f7536fd1fd408a74071007b15480b149))
+
+
+### Dependencies
+
+* Update actions/checkout action to v4.2.2 ([#2034](https://github.com/googleapis/google-http-java-client/issues/2034)) ([024fd71](https://github.com/googleapis/google-http-java-client/commit/024fd718793d20f9439d538b9c342daeb84b89bc))
+* Update actions/upload-artifact action to v4.4.3 ([#2035](https://github.com/googleapis/google-http-java-client/issues/2035)) ([443157c](https://github.com/googleapis/google-http-java-client/commit/443157c5ff20fdddaf40193e005f43b7bc6a6f54))
+* Update dependency com.fasterxml.jackson.core:jackson-core to v2.18.2 ([#2036](https://github.com/googleapis/google-http-java-client/issues/2036)) ([5d24785](https://github.com/googleapis/google-http-java-client/commit/5d247854d65075c9e0f8e9076c210f0e93742c46))
+* Update dependency com.google.errorprone:error_prone_annotations to v2.36.0 ([#2037](https://github.com/googleapis/google-http-java-client/issues/2037)) ([cc6eb61](https://github.com/googleapis/google-http-java-client/commit/cc6eb61a9f7ae550951ee7b5c8a383d755e76959))
+* Update dependency io.grpc:grpc-context to v1.68.2 ([#2038](https://github.com/googleapis/google-http-java-client/issues/2038)) ([9fba799](https://github.com/googleapis/google-http-java-client/commit/9fba799ac04c7870f3ee5c425ccb0a51dc7e0d16))
+* Update dependency ubuntu to v24 ([#2041](https://github.com/googleapis/google-http-java-client/issues/2041)) ([ac83eb2](https://github.com/googleapis/google-http-java-client/commit/ac83eb259331de683806787c172514592d27de01))
+* Update github/codeql-action action to v3.27.6 ([#2003](https://github.com/googleapis/google-http-java-client/issues/2003)) ([dc8e46a](https://github.com/googleapis/google-http-java-client/commit/dc8e46a6b6308985380e312fad82b7c182dd9e6f))
+* Update project.appengine.version to v2.0.31 ([#2027](https://github.com/googleapis/google-http-java-client/issues/2027)) ([8bb79e5](https://github.com/googleapis/google-http-java-client/commit/8bb79e5448e0fa2767b029e7101e3d5d5112eaf2))
+
## [1.45.1](https://github.com/googleapis/google-http-java-client/compare/v1.45.0...v1.45.1) (2024-11-12)
diff --git a/google-http-client-android-test/pom.xml b/google-http-client-android-test/pom.xml
index bea7ca2d7..168176a12 100644
--- a/google-http-client-android-test/pom.xml
+++ b/google-http-client-android-test/pom.xml
@@ -4,7 +4,7 @@
google-http-client
google-http-client-android-test
Test project for google-http-client-android.
- 1.45.2-SNAPSHOT
+ 1.45.2
apk
@@ -53,7 +53,7 @@
com.google.http-client
google-http-client-android
- 1.45.2-SNAPSHOT
+ 1.45.2
android
@@ -72,7 +72,7 @@
com.google.http-client
google-http-client-test
- 1.45.2-SNAPSHOT
+ 1.45.2
junit
diff --git a/google-http-client-android/pom.xml b/google-http-client-android/pom.xml
index 4cbfa89d0..e8ff8ac08 100644
--- a/google-http-client-android/pom.xml
+++ b/google-http-client-android/pom.xml
@@ -4,11 +4,11 @@
com.google.http-client
google-http-client-parent
- 1.45.2-SNAPSHOT
+ 1.45.2
../pom.xml
google-http-client-android
- 1.45.2-SNAPSHOT
+ 1.45.2
Android Platform Extensions to the Google HTTP Client Library for Java.
diff --git a/google-http-client-apache-v2/pom.xml b/google-http-client-apache-v2/pom.xml
index 1569683cb..d58f2ef8b 100644
--- a/google-http-client-apache-v2/pom.xml
+++ b/google-http-client-apache-v2/pom.xml
@@ -4,11 +4,11 @@
com.google.http-client
google-http-client-parent
- 1.45.2-SNAPSHOT
+ 1.45.2
../pom.xml
google-http-client-apache-v2
- 1.45.2-SNAPSHOT
+ 1.45.2
Apache HTTP transport v2 for the Google HTTP Client Library for Java.
diff --git a/google-http-client-apache-v5/pom.xml b/google-http-client-apache-v5/pom.xml
index 060dcf3fb..d8a193a2e 100644
--- a/google-http-client-apache-v5/pom.xml
+++ b/google-http-client-apache-v5/pom.xml
@@ -4,11 +4,11 @@
com.google.http-client
google-http-client-parent
- 1.45.2-SNAPSHOT
+ 1.45.2
../pom.xml
google-http-client-apache-v5
- 1.45.2-SNAPSHOT
+ 1.45.2
Apache HTTP transport v5 for the Google HTTP Client Library for Java.
diff --git a/google-http-client-appengine/pom.xml b/google-http-client-appengine/pom.xml
index 78444d25d..eb02924cf 100644
--- a/google-http-client-appengine/pom.xml
+++ b/google-http-client-appengine/pom.xml
@@ -4,11 +4,11 @@
com.google.http-client
google-http-client-parent
- 1.45.2-SNAPSHOT
+ 1.45.2
../pom.xml
google-http-client-appengine
- 1.45.2-SNAPSHOT
+ 1.45.2
Google App Engine extensions to the Google HTTP Client Library for Java.
diff --git a/google-http-client-assembly/pom.xml b/google-http-client-assembly/pom.xml
index c0d50c758..b058fb832 100644
--- a/google-http-client-assembly/pom.xml
+++ b/google-http-client-assembly/pom.xml
@@ -4,12 +4,12 @@
com.google.http-client
google-http-client-parent
- 1.45.2-SNAPSHOT
+ 1.45.2
../pom.xml
com.google.http-client
google-http-client-assembly
- 1.45.2-SNAPSHOT
+ 1.45.2
pom
Assembly for the Google HTTP Client Library for Java
diff --git a/google-http-client-bom/pom.xml b/google-http-client-bom/pom.xml
index 0bff68ead..91927b591 100644
--- a/google-http-client-bom/pom.xml
+++ b/google-http-client-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.http-client
google-http-client-bom
- 1.45.2-SNAPSHOT
+ 1.45.2
pom
Google HTTP Client Library for Java BOM
@@ -63,57 +63,57 @@
com.google.http-client
google-http-client
- 1.45.2-SNAPSHOT
+ 1.45.2
com.google.http-client
google-http-client-android
- 1.45.2-SNAPSHOT
+ 1.45.2
com.google.http-client
google-http-client-apache-v2
- 1.45.2-SNAPSHOT
+ 1.45.2
com.google.http-client
google-http-client-apache-v5
- 1.45.2-SNAPSHOT
+ 1.45.2
com.google.http-client
google-http-client-appengine
- 1.45.2-SNAPSHOT
+ 1.45.2
com.google.http-client
google-http-client-findbugs
- 1.45.2-SNAPSHOT
+ 1.45.2
com.google.http-client
google-http-client-gson
- 1.45.2-SNAPSHOT
+ 1.45.2
com.google.http-client
google-http-client-jackson2
- 1.45.2-SNAPSHOT
+ 1.45.2
com.google.http-client
google-http-client-protobuf
- 1.45.2-SNAPSHOT
+ 1.45.2
com.google.http-client
google-http-client-test
- 1.45.2-SNAPSHOT
+ 1.45.2
com.google.http-client
google-http-client-xml
- 1.45.2-SNAPSHOT
+ 1.45.2
diff --git a/google-http-client-findbugs/pom.xml b/google-http-client-findbugs/pom.xml
index de4e6abad..02d1ccb80 100644
--- a/google-http-client-findbugs/pom.xml
+++ b/google-http-client-findbugs/pom.xml
@@ -4,11 +4,11 @@
com.google.http-client
google-http-client-parent
- 1.45.2-SNAPSHOT
+ 1.45.2
../pom.xml
google-http-client-findbugs
- 1.45.2-SNAPSHOT
+ 1.45.2
Google APIs Client Library Findbugs custom plugin.
diff --git a/google-http-client-gson/pom.xml b/google-http-client-gson/pom.xml
index 15ce7ae6c..3d8c6f490 100644
--- a/google-http-client-gson/pom.xml
+++ b/google-http-client-gson/pom.xml
@@ -4,11 +4,11 @@
com.google.http-client
google-http-client-parent
- 1.45.2-SNAPSHOT
+ 1.45.2
../pom.xml
google-http-client-gson
- 1.45.2-SNAPSHOT
+ 1.45.2
GSON extensions to the Google HTTP Client Library for Java.
diff --git a/google-http-client-jackson2/pom.xml b/google-http-client-jackson2/pom.xml
index 233b029ce..2d2bf424d 100644
--- a/google-http-client-jackson2/pom.xml
+++ b/google-http-client-jackson2/pom.xml
@@ -4,11 +4,11 @@
com.google.http-client
google-http-client-parent
- 1.45.2-SNAPSHOT
+ 1.45.2
../pom.xml
google-http-client-jackson2
- 1.45.2-SNAPSHOT
+ 1.45.2
Jackson 2 extensions to the Google HTTP Client Library for Java.
diff --git a/google-http-client-protobuf/pom.xml b/google-http-client-protobuf/pom.xml
index 5d0fc30d9..b3a3fb0d8 100644
--- a/google-http-client-protobuf/pom.xml
+++ b/google-http-client-protobuf/pom.xml
@@ -4,11 +4,11 @@
com.google.http-client
google-http-client-parent
- 1.45.2-SNAPSHOT
+ 1.45.2
../pom.xml
google-http-client-protobuf
- 1.45.2-SNAPSHOT
+ 1.45.2
Protocol Buffer extensions to the Google HTTP Client Library for Java.
diff --git a/google-http-client-test/pom.xml b/google-http-client-test/pom.xml
index 5edd3eb77..b45b9b873 100644
--- a/google-http-client-test/pom.xml
+++ b/google-http-client-test/pom.xml
@@ -4,11 +4,11 @@
com.google.http-client
google-http-client-parent
- 1.45.2-SNAPSHOT
+ 1.45.2
../pom.xml
google-http-client-test
- 1.45.2-SNAPSHOT
+ 1.45.2
Shared classes used for testing of artifacts in the Google HTTP Client Library for Java.
diff --git a/google-http-client-xml/pom.xml b/google-http-client-xml/pom.xml
index f8576a5ad..c667c14f8 100644
--- a/google-http-client-xml/pom.xml
+++ b/google-http-client-xml/pom.xml
@@ -4,11 +4,11 @@
com.google.http-client
google-http-client-parent
- 1.45.2-SNAPSHOT
+ 1.45.2
../pom.xml
google-http-client-xml
- 1.45.2-SNAPSHOT
+ 1.45.2
XML extensions to the Google HTTP Client Library for Java.
diff --git a/google-http-client/pom.xml b/google-http-client/pom.xml
index bce43649a..bceb1ddb4 100644
--- a/google-http-client/pom.xml
+++ b/google-http-client/pom.xml
@@ -4,11 +4,11 @@
com.google.http-client
google-http-client-parent
- 1.45.2-SNAPSHOT
+ 1.45.2
../pom.xml
google-http-client
- 1.45.2-SNAPSHOT
+ 1.45.2
Google HTTP Client Library for Java
Google HTTP Client Library for Java. Functionality that works on all supported Java platforms,
diff --git a/pom.xml b/pom.xml
index ec0896817..b0994adf7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
com.google.http-client
google-http-client-parent
- 1.45.2-SNAPSHOT
+ 1.45.2
pom
Parent for the Google HTTP Client Library for Java
Google HTTP Client Library for Java
@@ -609,7 +609,7 @@
- google-api-java-client/google-api-client-assembly/android-properties (make the filenames match the version here)
- Internally, update the default features.json file
-->
- 1.45.2-SNAPSHOT
+ 1.45.2
2.0.31
UTF-8
3.0.2
diff --git a/samples/dailymotion-simple-cmdline-sample/pom.xml b/samples/dailymotion-simple-cmdline-sample/pom.xml
index acf29f407..19b40aafc 100644
--- a/samples/dailymotion-simple-cmdline-sample/pom.xml
+++ b/samples/dailymotion-simple-cmdline-sample/pom.xml
@@ -4,7 +4,7 @@
com.google.http-client
google-http-client-parent
- 1.45.2-SNAPSHOT
+ 1.45.2
../../pom.xml
dailymotion-simple-cmdline-sample
diff --git a/versions.txt b/versions.txt
index de40e1b92..b7d7abe05 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,18 +1,18 @@
# Format:
# module:released-version:current-version
-google-http-client:1.45.1:1.45.2-SNAPSHOT
-google-http-client-bom:1.45.1:1.45.2-SNAPSHOT
-google-http-client-parent:1.45.1:1.45.2-SNAPSHOT
-google-http-client-android:1.45.1:1.45.2-SNAPSHOT
-google-http-client-android-test:1.45.1:1.45.2-SNAPSHOT
-google-http-client-apache-v2:1.45.1:1.45.2-SNAPSHOT
-google-http-client-apache-v5:1.45.1:1.45.2-SNAPSHOT
-google-http-client-appengine:1.45.1:1.45.2-SNAPSHOT
-google-http-client-assembly:1.45.1:1.45.2-SNAPSHOT
-google-http-client-findbugs:1.45.1:1.45.2-SNAPSHOT
-google-http-client-gson:1.45.1:1.45.2-SNAPSHOT
-google-http-client-jackson2:1.45.1:1.45.2-SNAPSHOT
-google-http-client-protobuf:1.45.1:1.45.2-SNAPSHOT
-google-http-client-test:1.45.1:1.45.2-SNAPSHOT
-google-http-client-xml:1.45.1:1.45.2-SNAPSHOT
+google-http-client:1.45.2:1.45.2
+google-http-client-bom:1.45.2:1.45.2
+google-http-client-parent:1.45.2:1.45.2
+google-http-client-android:1.45.2:1.45.2
+google-http-client-android-test:1.45.2:1.45.2
+google-http-client-apache-v2:1.45.2:1.45.2
+google-http-client-apache-v5:1.45.2:1.45.2
+google-http-client-appengine:1.45.2:1.45.2
+google-http-client-assembly:1.45.2:1.45.2
+google-http-client-findbugs:1.45.2:1.45.2
+google-http-client-gson:1.45.2:1.45.2
+google-http-client-jackson2:1.45.2:1.45.2
+google-http-client-protobuf:1.45.2:1.45.2
+google-http-client-test:1.45.2:1.45.2
+google-http-client-xml:1.45.2:1.45.2