diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
deleted file mode 100644
index 359fe71c1..000000000
--- a/.github/.OwlBot.lock.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2024 Google LLC
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-docker:
- image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
- digest: sha256:72f0d373307d128b2cb720c5cb4d90b31f0e86529dd138c632710ae0c69efae3
-# created: 2024-06-05T18:32:21.724930324Z
diff --git a/.github/.OwlBot.yaml b/.github/.OwlBot.yaml
deleted file mode 100644
index 5d9a9d8b5..000000000
--- a/.github/.OwlBot.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 2021 Google LLC
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-docker:
- image: "gcr.io/cloud-devrel-public-resources/owlbot-java:latest"
diff --git a/.github/generated-files-bot.yml b/.github/generated-files-bot.yml
deleted file mode 100644
index c644a24e1..000000000
--- a/.github/generated-files-bot.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-externalManifests:
-- type: json
- file: 'synth.metadata'
- jsonpath: '$.generatedFiles[*]'
-- type: json
- file: '.github/readme/synth.metadata/synth.metadata'
- jsonpath: '$.generatedFiles[*]'
-ignoreAuthors:
-- 'renovate-bot'
-- 'yoshi-automation'
-- 'release-please[bot]'
-- 'gcf-owl-bot[bot]'
diff --git a/.kokoro/presubmit/graalvm-native-a.cfg b/.kokoro/presubmit/graalvm-native-a.cfg
index 54dca4f2c..f6a0f1d04 100644
--- a/.kokoro/presubmit/graalvm-native-a.cfg
+++ b/.kokoro/presubmit/graalvm-native-a.cfg
@@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
- value: "gcr.io/cloud-devrel-public-resources/graalvm_a:1.11.0"
+ value: "gcr.io/cloud-devrel-public-resources/graalvm_a:1.11.3"
}
env_vars: {
diff --git a/.kokoro/presubmit/graalvm-native-b.cfg b/.kokoro/presubmit/graalvm-native-b.cfg
index 8b05c77ff..0a7901742 100644
--- a/.kokoro/presubmit/graalvm-native-b.cfg
+++ b/.kokoro/presubmit/graalvm-native-b.cfg
@@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
- value: "gcr.io/cloud-devrel-public-resources/graalvm_b:1.11.0"
+ value: "gcr.io/cloud-devrel-public-resources/graalvm_b:1.11.3"
}
env_vars: {
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3dcf93689..25a7684a0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.45.1](https://github.com/googleapis/google-http-java-client/compare/v1.45.0...v1.45.1) (2024-11-12)
+
+
+### Bug Fixes
+
+* Add google-http-client-apache-v5 to bom ([#2021](https://github.com/googleapis/google-http-java-client/issues/2021)) ([4830ad7](https://github.com/googleapis/google-http-java-client/commit/4830ad788a62fe9cd4f64873b771e6ef8ef92193))
+
## [1.45.0](https://github.com/googleapis/google-http-java-client/compare/v1.44.2...v1.45.0) (2024-08-21)
diff --git a/codecov.yaml b/codecov.yaml
deleted file mode 100644
index 5724ea947..000000000
--- a/codecov.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-codecov:
- ci:
- - source.cloud.google.com
diff --git a/google-http-client-android-test/pom.xml b/google-http-client-android-test/pom.xml
index 48bc0f333..6f4becee1 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.0
+ 1.45.1
apk
@@ -53,7 +53,7 @@
com.google.http-client
google-http-client-android
- 1.45.0
+ 1.45.1
android
@@ -72,7 +72,7 @@
com.google.http-client
google-http-client-test
- 1.45.0
+ 1.45.1
junit
diff --git a/google-http-client-android/pom.xml b/google-http-client-android/pom.xml
index 1ac9f5e2b..89d77a108 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.0
+ 1.45.1
../pom.xml
google-http-client-android
- 1.45.0
+ 1.45.1
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 0e1c72742..2fb75d731 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.0
+ 1.45.1
../pom.xml
google-http-client-apache-v2
- 1.45.0
+ 1.45.1
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 c2cd4f070..ee57af11e 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.0
+ 1.45.1
../pom.xml
google-http-client-apache-v5
- 1.45.0
+ 1.45.1
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 573b3a334..0b2d45962 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.0
+ 1.45.1
../pom.xml
google-http-client-appengine
- 1.45.0
+ 1.45.1
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 3f58b39d8..aa8e32870 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.0
+ 1.45.1
../pom.xml
com.google.http-client
google-http-client-assembly
- 1.45.0
+ 1.45.1
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 ac2f8cbab..641009500 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.0
+ 1.45.1
pom
Google HTTP Client Library for Java BOM
@@ -63,52 +63,57 @@
com.google.http-client
google-http-client
- 1.45.0
+ 1.45.1
com.google.http-client
google-http-client-android
- 1.45.0
+ 1.45.1
com.google.http-client
google-http-client-apache-v2
- 1.45.0
+ 1.45.1
+
+
+ com.google.http-client
+ google-http-client-apache-v5
+ 1.45.1
com.google.http-client
google-http-client-appengine
- 1.45.0
+ 1.45.1
com.google.http-client
google-http-client-findbugs
- 1.45.0
+ 1.45.1
com.google.http-client
google-http-client-gson
- 1.45.0
+ 1.45.1
com.google.http-client
google-http-client-jackson2
- 1.45.0
+ 1.45.1
com.google.http-client
google-http-client-protobuf
- 1.45.0
+ 1.45.1
com.google.http-client
google-http-client-test
- 1.45.0
+ 1.45.1
com.google.http-client
google-http-client-xml
- 1.45.0
+ 1.45.1
diff --git a/google-http-client-findbugs/pom.xml b/google-http-client-findbugs/pom.xml
index 00c3f9a98..b61cb9134 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.0
+ 1.45.1
../pom.xml
google-http-client-findbugs
- 1.45.0
+ 1.45.1
Google APIs Client Library Findbugs custom plugin.
diff --git a/google-http-client-gson/pom.xml b/google-http-client-gson/pom.xml
index 81c9e005f..63249542a 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.0
+ 1.45.1
../pom.xml
google-http-client-gson
- 1.45.0
+ 1.45.1
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 a9450c3be..7b95a307d 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.0
+ 1.45.1
../pom.xml
google-http-client-jackson2
- 1.45.0
+ 1.45.1
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 814c4a951..b460a86a9 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.0
+ 1.45.1
../pom.xml
google-http-client-protobuf
- 1.45.0
+ 1.45.1
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 82bd423c5..20bcaeb5d 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.0
+ 1.45.1
../pom.xml
google-http-client-test
- 1.45.0
+ 1.45.1
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 c28f0e20f..c2964254d 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.0
+ 1.45.1
../pom.xml
google-http-client-xml
- 1.45.0
+ 1.45.1
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 d1dd414fa..582e556ca 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.0
+ 1.45.1
../pom.xml
google-http-client
- 1.45.0
+ 1.45.1
Google HTTP Client Library for Java
Google HTTP Client Library for Java. Functionality that works on all supported Java platforms,
diff --git a/owlbot.py b/owlbot.py
deleted file mode 100644
index cfc9ba444..000000000
--- a/owlbot.py
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2021 Google LLC
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# https://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-import synthtool as s
-from synthtool.languages import java
-
-
-for library in s.get_staging_dirs():
- # put any special-case replacements here
- s.move(library)
-
-s.remove_staging_dirs()
-java.common_templates(
- excludes=[
- "README.md",
- "CONTRIBUTING.md",
- "java.header",
- "checkstyle.xml",
- "license-checks.xml",
- ".github/workflows/samples.yaml",
- ".kokoro/build.sh",
- "renovate.json",
- ".github/workflows/ci.yaml",
- ".kokoro/requirements.in",
- ".kokoro/requirements.txt",
- ".kokoro/dependencies.sh" # Remove this once updated in synthtool
- ]
-)
diff --git a/pom.xml b/pom.xml
index ea79fec71..eb087eca1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
com.google.http-client
google-http-client-parent
- 1.45.0
+ 1.45.1
pom
Parent for the Google HTTP Client Library for Java
Google HTTP Client Library for Java
@@ -93,7 +93,7 @@
com.google.cloud
native-image-shared-config
- 1.11.0
+ 1.11.3
- 1.45.0
+ 1.45.1
2.0.29
UTF-8
3.0.2
diff --git a/samples/dailymotion-simple-cmdline-sample/pom.xml b/samples/dailymotion-simple-cmdline-sample/pom.xml
index 14d9218ce..1094cbe8f 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.0
+ 1.45.1
../../pom.xml
dailymotion-simple-cmdline-sample
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index b14c176e5..153dd3189 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud.samples
shared-configuration
- 1.2.0
+ 1.2.2
diff --git a/samples/pom.xml b/samples/pom.xml
index d0d9e30e4..f26c5460a 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -18,7 +18,7 @@
com.google.cloud.samples
shared-configuration
- 1.2.0
+ 1.2.2
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index b8adb0e8e..7365e6cbe 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud.samples
shared-configuration
- 1.2.0
+ 1.2.2
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 54ade4611..9730678a1 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud.samples
shared-configuration
- 1.2.0
+ 1.2.2
diff --git a/synth.metadata b/synth.metadata
deleted file mode 100644
index 53b033004..000000000
--- a/synth.metadata
+++ /dev/null
@@ -1,91 +0,0 @@
-{
- "sources": [
- {
- "git": {
- "name": ".",
- "remote": "https://github.com/googleapis/google-http-java-client.git",
- "sha": "9f389ef89195af77eff8f1e1c1c9ee9bf9c7792c"
- }
- },
- {
- "git": {
- "name": "synthtool",
- "remote": "https://github.com/googleapis/synthtool.git",
- "sha": "a4be3384ccb92364795d981f2863f6986fcee620"
- }
- }
- ],
- "generatedFiles": [
- ".github/CODEOWNERS",
- ".github/ISSUE_TEMPLATE/bug_report.md",
- ".github/ISSUE_TEMPLATE/feature_request.md",
- ".github/ISSUE_TEMPLATE/support_request.md",
- ".github/PULL_REQUEST_TEMPLATE.md",
- ".github/blunderbuss.yml",
- ".github/generated-files-bot.yml",
- ".github/release-please.yml",
- ".github/release-trigger.yml",
- ".github/snippet-bot.yml",
- ".github/sync-repo-settings.yaml",
- ".github/trusted-contribution.yml",
- ".github/workflows/approve-readme.yaml",
- ".github/workflows/auto-release.yaml",
- ".github/workflows/ci.yaml",
- ".kokoro/build.bat",
- ".kokoro/build.sh",
- ".kokoro/coerce_logs.sh",
- ".kokoro/common.cfg",
- ".kokoro/common.sh",
- ".kokoro/continuous/common.cfg",
- ".kokoro/continuous/java8.cfg",
- ".kokoro/dependencies.sh",
- ".kokoro/nightly/common.cfg",
- ".kokoro/nightly/integration.cfg",
- ".kokoro/nightly/java11.cfg",
- ".kokoro/nightly/java7.cfg",
- ".kokoro/nightly/java8-osx.cfg",
- ".kokoro/nightly/java8-win.cfg",
- ".kokoro/nightly/java8.cfg",
- ".kokoro/nightly/samples.cfg",
- ".kokoro/populate-secrets.sh",
- ".kokoro/presubmit/clirr.cfg",
- ".kokoro/presubmit/common.cfg",
- ".kokoro/presubmit/dependencies.cfg",
- ".kokoro/presubmit/integration.cfg",
- ".kokoro/presubmit/java11.cfg",
- ".kokoro/presubmit/java7.cfg",
- ".kokoro/presubmit/java8-osx.cfg",
- ".kokoro/presubmit/java8-win.cfg",
- ".kokoro/presubmit/java8.cfg",
- ".kokoro/presubmit/linkage-monitor.cfg",
- ".kokoro/presubmit/lint.cfg",
- ".kokoro/presubmit/samples.cfg",
- ".kokoro/readme.sh",
- ".kokoro/release/bump_snapshot.cfg",
- ".kokoro/release/common.cfg",
- ".kokoro/release/common.sh",
- ".kokoro/release/drop.cfg",
- ".kokoro/release/drop.sh",
- ".kokoro/release/promote.cfg",
- ".kokoro/release/promote.sh",
- ".kokoro/release/publish_javadoc.cfg",
- ".kokoro/release/publish_javadoc.sh",
- ".kokoro/release/publish_javadoc11.cfg",
- ".kokoro/release/publish_javadoc11.sh",
- ".kokoro/release/snapshot.cfg",
- ".kokoro/release/snapshot.sh",
- ".kokoro/release/stage.cfg",
- ".kokoro/release/stage.sh",
- ".kokoro/trampoline.sh",
- "CODE_OF_CONDUCT.md",
- "CONTRIBUTING.md",
- "LICENSE",
- "SECURITY.md",
- "codecov.yaml",
- "renovate.json",
- "samples/install-without-bom/pom.xml",
- "samples/pom.xml",
- "samples/snapshot/pom.xml",
- "samples/snippets/pom.xml"
- ]
-}
\ No newline at end of file
diff --git a/versions.txt b/versions.txt
index aa6a7232b..6b6cf561a 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,18 +1,18 @@
# Format:
# module:released-version:current-version
-google-http-client:1.45.0:1.45.0
-google-http-client-bom:1.45.0:1.45.0
-google-http-client-parent:1.45.0:1.45.0
-google-http-client-android:1.45.0:1.45.0
-google-http-client-android-test:1.45.0:1.45.0
-google-http-client-apache-v2:1.45.0:1.45.0
-google-http-client-apache-v5:1.45.0:1.45.0
-google-http-client-appengine:1.45.0:1.45.0
-google-http-client-assembly:1.45.0:1.45.0
-google-http-client-findbugs:1.45.0:1.45.0
-google-http-client-gson:1.45.0:1.45.0
-google-http-client-jackson2:1.45.0:1.45.0
-google-http-client-protobuf:1.45.0:1.45.0
-google-http-client-test:1.45.0:1.45.0
-google-http-client-xml:1.45.0:1.45.0
+google-http-client:1.45.1:1.45.1
+google-http-client-bom:1.45.1:1.45.1
+google-http-client-parent:1.45.1:1.45.1
+google-http-client-android:1.45.1:1.45.1
+google-http-client-android-test:1.45.1:1.45.1
+google-http-client-apache-v2:1.45.1:1.45.1
+google-http-client-apache-v5:1.45.1:1.45.1
+google-http-client-appengine:1.45.1:1.45.1
+google-http-client-assembly:1.45.1:1.45.1
+google-http-client-findbugs:1.45.1:1.45.1
+google-http-client-gson:1.45.1:1.45.1
+google-http-client-jackson2:1.45.1:1.45.1
+google-http-client-protobuf:1.45.1:1.45.1
+google-http-client-test:1.45.1:1.45.1
+google-http-client-xml:1.45.1:1.45.1