diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index dddb13b8..be3b9bde 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -1,3 +1,16 @@
+# Copyright 2022 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:7f737996c88586c499f7b0c25294c760f9f5eec092289a0e08d2d3f42a069ebb
+ digest: sha256:7062473f423f339256346ddbee3d81fb1de6b784fabc2a4d959d7df2c720e375
diff --git a/.github/workflows/approve-readme.yaml b/.github/workflows/approve-readme.yaml
index 7513acae..c5132427 100644
--- a/.github/workflows/approve-readme.yaml
+++ b/.github/workflows/approve-readme.yaml
@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository_owner == 'googleapis' && github.head_ref == 'autosynth-readme'
steps:
- - uses: actions/github-script@v3
+ - uses: actions/github-script@v5
with:
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
script: |
diff --git a/.github/workflows/auto-release.yaml b/.github/workflows/auto-release.yaml
index 9b4fd4d8..59c7cadd 100644
--- a/.github/workflows/auto-release.yaml
+++ b/.github/workflows/auto-release.yaml
@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
if: contains(github.head_ref, 'release-please')
steps:
- - uses: actions/github-script@v3
+ - uses: actions/github-script@v5
with:
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
debug: true
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c3b4c4cc..dd1db997 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,20 +1,34 @@
# Changelog
-### [0.1.2](https://github.com/googleapis/java-logging-servlet-initializer/compare/v0.1.1...v0.1.2) (2022-01-15)
+### [0.1.4-alpha](https://github.com/googleapis/java-logging-servlet-initializer/compare/v0.1.2...v0.1.4-alpha) (2022-02-03)
+
+
+### Dependencies
+
+* **java:** update actions/github-script action to v5 ([#1339](https://github.com/googleapis/java-logging-servlet-initializer/issues/1339)) ([#55](https://github.com/googleapis/java-logging-servlet-initializer/issues/55)) ([e22ee73](https://github.com/googleapis/java-logging-servlet-initializer/commit/e22ee73531e282aaa8a071eef080a1084f2e06db))
+* update dependency com.google.cloud:google-cloud-logging to v3.6.1 ([#51](https://github.com/googleapis/java-logging-servlet-initializer/issues/51)) ([f15266a](https://github.com/googleapis/java-logging-servlet-initializer/commit/f15266a59ad591e277668aa8b648a2a46d136d73))
+* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.7.0 ([#58](https://github.com/googleapis/java-logging-servlet-initializer/issues/58)) ([fa3a521](https://github.com/googleapis/java-logging-servlet-initializer/commit/fa3a521875c4262851678ee3ac017c9e9d739635))
+
+
+### Miscellaneous Chores
+
+* fix release versions ([#59](https://github.com/googleapis/java-logging-servlet-initializer/issues/59)) ([e0158ed](https://github.com/googleapis/java-logging-servlet-initializer/commit/e0158ed69d2c0012f7569b13c8328486c5b9e990))
+
+### [0.1.3-alpha](https://github.com/googleapis/java-logging-servlet-initializer/compare/v0.1.2-alpha...0.1.3-alpha) (2022-01-15)
### Dependencies
* update dependency com.google.cloud:google-cloud-logging to v3.6.0 ([#42](https://github.com/googleapis/java-logging-servlet-initializer/issues/42)) ([c05396c](https://github.com/googleapis/java-logging-servlet-initializer/commit/c05396c54ea14c3346a51784bdc50d7a3b570f85))
-### [0.1.1](https://www.github.com/googleapis/java-logging-servlet-initializer/compare/v0.1.0...v0.1.1) (2022-01-10)
+### [0.1.2-alpha](https://www.github.com/googleapis/java-logging-servlet-initializer/compare/v0.1.1-alpha...v0.1.2-alpha) (2022-01-10)
### Dependencies
* update dependency com.google.cloud:google-cloud-logging to v3.5.3 ([#36](https://www.github.com/googleapis/java-logging-servlet-initializer/issues/36)) ([416991e](https://www.github.com/googleapis/java-logging-servlet-initializer/commit/416991e5cf21f1b5c5b3887ac877356be8fa6372))
-## [0.1.0](https://www.github.com/googleapis/java-logging-servlet-initializer/compare/v0.1.0-alpha...v0.1.0) (2022-01-07)
+## [0.1.1-alpha](https://www.github.com/googleapis/java-logging-servlet-initializer/compare/v0.1.0-alpha...v0.1.1-alpha) (2022-01-07)
### Bug Fixes
diff --git a/pom.xml b/pom.xml
index 4f96d272..f8728a65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
4.0.0
google-cloud-logging-servlet-initializer
- 0.1.3-alpha
+ 0.1.4-alpha
jar
Google Cloud Logging Servlet Container Initializer
https://github.com/googleapis/java-logging-servlet-initializer
@@ -30,10 +30,10 @@
3.6
- 3.6.0
+ 3.6.1
4.0.4
9.4.44.v20210927
- 9.0.45
+ 9.0.58
2.2.7.Final
4.13.2
@@ -41,7 +41,7 @@
com.google.cloud
google-cloud-shared-config
- 1.2.5
+ 1.2.6
@@ -81,7 +81,7 @@
com.google.cloud
google-cloud-shared-dependencies
- 2.6.0
+ 2.7.0
pom
import
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index a75c72b4..2ef48d21 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-logging-servlet-initializer
- 0.1.2-alpha
+ 0.1.3-alpha
junit
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index b37ecbc3..152fe06d 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-logging-servlet-initializer
- 0.1.3-alpha
+ 0.1.4-alpha
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index dcf35f23..0c5be506 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-logging-servlet-initializer
- 0.1.2-alpha
+ 0.1.3-alpha
diff --git a/versions.txt b/versions.txt
index bd5b39b4..4ecda656 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-logging-servlet-initializer:0.1.3-alpha:0.1.3-alpha
+google-cloud-logging-servlet-initializer:0.1.4-alpha:0.1.4-alpha