>From Michael Blow <[email protected]>: Michael Blow has submitted this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21222?usp=email )
Change subject: [NO ISSUE][MISC] Update GCS, Protobuf Dependencies ...................................................................... [NO ISSUE][MISC] Update GCS, Protobuf Dependencies - google-cloud-core: 2.69.0 → 2.70.0 - google-cloud-storage: 2.67.0 → 2.68.0 - protobuf-java: 4.33.6 → 4.34.1 - download-maven-plugin: 1.4.2 → 1.13.0 Ext-ref: MB-71693 Change-Id: I142a1a275ebd73e148a2c9da15ed314ab22f8bd7 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21222 Integration-Tests: Jenkins <[email protected]> Reviewed-by: Michael Blow <[email protected]> Tested-by: Michael Blow <[email protected]> --- M asterixdb/asterix-app/pom.xml M asterixdb/asterix-cloud/pom.xml M asterixdb/asterix-doc/pom.xml M asterixdb/pom.xml M hyracks-fullstack/pom.xml 5 files changed, 8 insertions(+), 8 deletions(-) Approvals: Michael Blow: Looks good to me, approved; Verified Jenkins: Verified diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml index 4f40faa..29cbc19 100644 --- a/asterixdb/asterix-app/pom.xml +++ b/asterixdb/asterix-app/pom.xml @@ -110,7 +110,7 @@ <plugin> <groupId>com.googlecode.maven-download-plugin</groupId> <artifactId>download-maven-plugin</artifactId> - <version>1.4.2</version> + <version>1.13.0</version> <executions> <execution> <id>install-fake-gcs</id> diff --git a/asterixdb/asterix-cloud/pom.xml b/asterixdb/asterix-cloud/pom.xml index 40ed94d..32201f0 100644 --- a/asterixdb/asterix-cloud/pom.xml +++ b/asterixdb/asterix-cloud/pom.xml @@ -76,7 +76,7 @@ <plugin> <groupId>com.googlecode.maven-download-plugin</groupId> <artifactId>download-maven-plugin</artifactId> - <version>1.4.2</version> + <version>1.13.0</version> <executions> <execution> <id>install-fake-gcs</id> diff --git a/asterixdb/asterix-doc/pom.xml b/asterixdb/asterix-doc/pom.xml index 006e5f7..fbe601d 100644 --- a/asterixdb/asterix-doc/pom.xml +++ b/asterixdb/asterix-doc/pom.xml @@ -175,7 +175,7 @@ <plugin> <groupId>com.googlecode.maven-download-plugin</groupId> <artifactId>download-maven-plugin</artifactId> - <version>1.4.2</version> + <version>1.13.0</version> <executions> <execution> <id>install-rr</id> diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml index e06666d..508b17a 100644 --- a/asterixdb/pom.xml +++ b/asterixdb/pom.xml @@ -110,11 +110,11 @@ <azurecorehttpnetty.version>1.16.4</azurecorehttpnetty.version> <!-- keep in sync with hyracks-fullstack/pom.xml --> - <google-cloud-storage.version>2.67.0</google-cloud-storage.version> + <google-cloud-storage.version>2.68.0</google-cloud-storage.version> <hadoop-azuresdk.version>8.6.6</hadoop-azuresdk.version> <hadoop-gcs.version>hadoop3-2.2.25</hadoop-gcs.version> <io.opencensus.version>0.31.1</io.opencensus.version> - <protobuf-java.version>4.33.6</protobuf-java.version> + <protobuf-java.version>4.34.1</protobuf-java.version> <icebergjavasdk.version>1.10.1</icebergjavasdk.version> diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml index bc6fe9e..143d0a9 100644 --- a/hyracks-fullstack/pom.xml +++ b/hyracks-fullstack/pom.xml @@ -81,9 +81,9 @@ <awsjavasdk.version>2.44.4</awsjavasdk.version> <!-- keep in sync with asterixdb/pom.xml --> - <google-cloud-storage.version>2.67.0</google-cloud-storage.version> - <!-- keep this in sync w/ the dependency of the same artifact in google-cloud-storage's pom.xml --> - <google-cloud-core.version>2.69.0</google-cloud-core.version> + <google-cloud-storage.version>2.68.0</google-cloud-storage.version> + <!-- @derived-from: com.google.cloud:google-cloud-storage:${google-cloud-storage.version}#dep:google-cloud-core --> + <google-cloud-core.version>2.70.0</google-cloud-core.version> <implementation.title>Apache Hyracks and Algebricks - ${project.name}</implementation.title> <implementation.url>https://asterixdb.apache.org/</implementation.url> -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21222?usp=email To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: asterixdb Gerrit-Branch: lumina Gerrit-Change-Id: I142a1a275ebd73e148a2c9da15ed314ab22f8bd7 Gerrit-Change-Number: 21222 Gerrit-PatchSet: 3 Gerrit-Owner: Michael Blow <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]>
