diff --git a/.github/workflows/onpush.yml b/.github/workflows/onpush.yml
index 85e12baf..16ad7f34 100644
--- a/.github/workflows/onpush.yml
+++ b/.github/workflows/onpush.yml
@@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up JDK 11
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 11
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b359237b..65c204e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+### [1.2.1](https://github.com/GoogleCloudPlatform/java-repo-tools/compare/v1.2.0...v1.2.1) (2022-05-10)
+
+
+### Bug Fixes
+
+* **deps:** update dependency com.github.spotbugs:spotbugs-annotations to v4.6.0 ([054ebb3](https://github.com/GoogleCloudPlatform/java-repo-tools/commit/054ebb3aa05d17bfd9ffc0523c60ae6490bdc245))
+
## [1.1.0](https://www.github.com/GoogleCloudPlatform/java-repo-tools/compare/v1.0.23...v1.1.0) (2021-06-24)
diff --git a/RELEASING.md b/RELEASING.md
index 62ad5942..0d4e30bf 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -19,12 +19,12 @@ Don't forget to specify a release tag on Github once your PR is accepted.
From the root project folder, run the following command to release `checkstyle-config`:
cd checkstyle-config
- mvn -P release clean verify deploy
+ mvn -P release clean package deploy
Next, use the following to release `shared-configuration`:
cd ..
- mvn -P release clean verify deploy
+ mvn -P release clean package deploy
That will open, upload, close, and release. The parent will need you to visit sonatype to close,
and verify manually.
diff --git a/checkstyle-config/pom.xml b/checkstyle-config/pom.xml
index fd931765..fc9fac3f 100644
--- a/checkstyle-config/pom.xml
+++ b/checkstyle-config/pom.xml
@@ -18,7 +18,7 @@ limitations under the License.
com.google.cloud.samples
checkstyle-configuration
- 1.2.0
+ 1.2.1
jar
@@ -26,9 +26,9 @@ limitations under the License.
UTF-8
2.5.3
- 1.6.8
- 2.8.1
- 1.6
+ 1.6.13
+ 2.15.0
+ 3.0.1
diff --git a/pom.xml b/pom.xml
index 07270d32..a25322ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,17 +24,16 @@ limitations under the License.
9+181-r4173-1
2.5.3
- 3.8.1
- 1.6.8
- 2.8.1
- 1.6
- 6.41.0
+ 3.11.0
+ 1.6.13
+ 3.0.1
+ 6.55.0
false
com.google.cloud.samples
shared-configuration
- 1.2.0
+ 1.2.1
pom
${project.groupId}:${project.artifactId}
@@ -188,7 +187,7 @@ limitations under the License.
com.google.errorprone
error_prone_core
- 2.10.0
+ 2.18.0
@@ -197,7 +196,7 @@ limitations under the License.
com.github.spotbugs
spotbugs-maven-plugin
- 4.5.0.0
+ 4.7.3.3
analyze-compile
@@ -211,12 +210,12 @@ limitations under the License.
com.github.spotbugs
spotbugs
- 4.5.0
+ 4.7.3
com.google.cloud.samples
checkstyle-configuration
- 1.2.0
+ 1.2.1
@@ -230,12 +229,12 @@ limitations under the License.
com.h3xstream.findsecbugs
findsecbugs-plugin
- 1.11.0
+ 1.12.0
com.mebigfatguy.sb-contrib
sb-contrib
- 7.4.7
+ 7.6.4
@@ -250,7 +249,7 @@ limitations under the License.
org.apache.maven.plugins
maven-pmd-plugin
- 3.15.0
+ 3.20.0
net.sourceforge.pmd
@@ -289,7 +288,7 @@ limitations under the License.
org.apache.maven.plugins
maven-checkstyle-plugin
- 3.1.2
+ 3.2.1
google-checks.xml
suppressions.xml
@@ -306,12 +305,12 @@ limitations under the License.
com.google.cloud.samples
checkstyle-configuration
- 1.2.0
+ 1.2.1
com.puppycrawl.tools
checkstyle
- 9.2
+ 10.9.3
@@ -376,13 +375,13 @@ limitations under the License.
com.github.spotbugs
spotbugs-annotations
- 4.5.0
+ 4.7.3
true
com.google.cloud
google-cloud-core
- 2.3.2
+ 2.13.0
test
tests
@@ -393,7 +392,7 @@ limitations under the License.
org.apache.maven.plugins
maven-surefire-plugin
- 3.0.0-M5
+ 3.0.0
${skipTests}
sponge_log
@@ -404,7 +403,7 @@ limitations under the License.
org.apache.maven.plugins
maven-failsafe-plugin
- 3.0.0-M5
+ 3.0.0
@@ -421,13 +420,13 @@ limitations under the License.
org.codehaus.mojo
versions-maven-plugin
- 2.8.1
+ 2.15.0
org.jacoco
jacoco-maven-plugin
- 0.8.7
+ 0.8.12
diff --git a/test/pom.xml b/test/pom.xml
index 25190976..165104d6 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -26,7 +26,7 @@ limitations under the License.
shared-configuration
com.google.cloud.samples
- 1.2.0
+ 1.2.1
..
diff --git a/versions.txt b/versions.txt
index 87e3ef29..d6d3f89b 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,5 +1,5 @@
# Format:
# module:released-version:current-version
-shared-configuration:1.0.24:1.2.0
-checkstyle-configuration:1.0.24:1.2.0
+shared-configuration:1.2.1:1.2.1
+checkstyle-configuration:1.2.1:1.2.1