diff --git a/libraries-bom-protobuf3/pom.xml b/libraries-bom-protobuf3/pom.xml new file mode 100644 index 00000000000..0da5510584a --- /dev/null +++ b/libraries-bom-protobuf3/pom.xml @@ -0,0 +1,35 @@ + + + 4.0.0 + com.google.cloud + libraries-bom-protobuf3 + 0.0.1-SNAPSHOT + pom + + + com.google.cloud + libraries-bom + 26.49.0-SNAPSHOT + ../libraries-bom + + + Google Cloud Platform Supported Libraries (Protobuf3 compatible) + + A compatible set of Google Cloud open source libraries. This BOM is compatible with protobuf-java 3.x versions. + Document: https://cloud.google.com/java/docs/bom + + 2024 + + + + + com.google.protobuf + protobuf-bom + 3.25.5 + pom + import + + + + + diff --git a/pom.xml b/pom.xml index 930fcf30d24..1fca263d281 100644 --- a/pom.xml +++ b/pom.xml @@ -30,6 +30,7 @@ google-cloud-bom libraries-bom + libraries-bom-protobuf3 diff --git a/versions.txt b/versions.txt index e4b8d26236f..c4be4ea3bac 100644 --- a/versions.txt +++ b/versions.txt @@ -3,5 +3,6 @@ google-cloud-bom:0.229.0:0.230.0-SNAPSHOT libraries-bom:26.48.0:26.49.0-SNAPSHOT +libraries-bom-protobuf3:0.0.0:0.0.1-SNAPSHOT java-cloud-bom-tests:0.44.0:0.45.0-SNAPSHOT full-convergence-check:0.47.0:0.48.0-SNAPSHOT